SoftLayer Account::completePayPalTransaction
From SoftLayer Development Network Wiki
completePayPalTransaction is a member of the SoftLayer_Account service.
Contents |
Overview
Complete the PayPal Payment Request process and receive confirmation message. During the process of submitting a PayPal payment request, the customer is redirected to PayPal to confirm the request. Once confirmed, PayPal returns the customer to SoftLayer where an attempt is made to finalize the transaction. A status message regarding the attempt is returned to the calling function.
Return Type
completePayPalTransaction returns the string data type.
Headers
Required Headers
completePayPalTransaction requires the following headers:
Parameters
completePayPalTransaction 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

