SoftLayer Account::cancelPayPalTransaction
From SoftLayer Development Network Wiki
cancelPayPalTransaction is a member of the SoftLayer_Account service.
Contents |
Overview
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.
Return Type
cancelPayPalTransaction returns the boolean data type.
Headers
Required Headers
cancelPayPalTransaction requires the following headers:
Parameters
cancelPayPalTransaction takes the following parameters:
token
Value provided by PayPal to access paypal information and complete the transaction.
- Type: string
payerId
Paypal user identifier.
- Type: string

