cancelPayPalTransaction


SoftLayer_Account::cancelPayPalTransaction

Cancel the PayPal Payment Request process.

Description

Cancel the PayPal Payment Request process. During the process of submitting a PayPal payment request, the customer is redirected to PayPal to confirm the request. If the customer elects to cancel the payment from PayPal, they are returned to SoftLayer where the manual payment record is updated to a status of canceled.

Parameters

Name Type Description
token string Value provided by PayPal to access paypal information and complete the transaction.
payerId string Paypal user identifier.

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/cancelPayPalTransaction'