"SoftLayer_" prefix removed for readability.
Retrieve the record data associated with the submission of a Manual Payment Request which charges the manual payment to a credit card already on file.
Name | Type | Description |
---|---|---|
amount | string | dollar amount which will be charged to the specified credit card |
payWithAlternateCardFlag | boolean | if true, the charge will be applied to the alternate card on file |
note | string | Optional note which will be added to the manual payment request |
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, boolean, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/requestManualPaymentUsingCreditCardOnFile'