PayPal Show token details
Required fields
Optional fields
curl -v -X GET '<SERVER URL>/billingAgreement/token/<Token>?ppcUid=<PPC Id>' \
-H 'Authorization: Bearer <Access Token>'Response
{
"description": "Stored PayPal account with The Partner merchant",
"tokenId": "BA-2P312934M8351860T",
"status": "APPROVED",
"collectShippingAddress": false,
"enableAddressChange": true,
"redirectUrls": {
"cancelUrl": "https://68f8497efb9ce8aeef3ed419c6ef0597.m.pipedream.net/cancel",
"returnUrl": "https://68f8497efb9ce8aeef3ed419c6ef0597.m.pipedream.net/success"
}
}Last updated
Was this helpful?
