PayPal Create billing agreement
Required fields
curl -v -X POST '<SERVER URL>/billingAgreement/create' \
-H 'Authorization: Bearer <Access Token>' \
-H 'Content-Type: application/json' \
-d '{
"billingToken":"BA-7P980893LY950894R",
"paymentProviderContract":"<PPC ID>"
}'{
"agreementId": "B-1WW844616B620123"
}Response Fields
Last updated
Was this helpful?
