getPendingCreditCardChangeRequestData


SoftLayer_Account::getPendingCreditCardChangeRequestData

Retrieve details of all credit card change requests which have not been processed by a SoftLayer agent.

Description

Before being approved for general use, a credit card must be approved by a SoftLayer agent. Once a credit card change request has been either approved or denied, the change request will no longer appear in the list of pending change requests. This method will return a list of all pending change requests as well as a portion of the data from the original request.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getPendingCreditCardChangeRequestData'