PayPal Show agreement details
Required fields
Optional fields
curl -v -X GET '<SERVER URL>/billingAgreement/<Agreement Id>?ppcUid=<PPC Id>' \
-H 'Authorization: Bearer <Access Token>'Response code example
{
"id": "B-1WW844612B6208426",
"state": "INACTIVE",
"description": "Stored PayPal account with The Partner merchant",
"merchant": {
"payeeInfo": {
"email": "[email protected]"
}
},
"payer": {
"payerInfo": {
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe",
"payerId": "VJRXDDV4UWZ2W"
}
},
"plan": {
"merchantPreferences": {}
},
"createTime": "2021-03-03T11:56:27.000Z",
"updateTime": "2021-03-03T11:56:27.000Z"
}Last updated
Was this helpful?
