post https://api.ingresse.com/paypal/billing-agreement
Requesting the Paypal payment key that allows charges in customer's Paypal Account.
Save at least this fields from the response
- billingAgreement: The agreement to use in the payments
- paypalPayer.id: The id of the customer at PayPal
If you want, all the other customer data can be used to update your user, like email and address.
Post Body Example
{
"token": "BA-3KE303692T628854R"
}
Attributes Options
token | The token returned from express checkout request. |