On this page
No Headings
Oauth 2.0 authentication
Client CredentialsToken URLhttps://api-m.sandbox.paypal.com/v1/oauth2/tokenInheaderScopes
https://uri.paypal.com/services/subscriptionsThe ID of the billing plan to update.
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
curl -X PATCH "https://api-m.sandbox.paypal.com/billing-plans/string" \ -H "Content-Type: application/json" \ -d '[ { "op": "replace", "path": "/", "value": { "state": "ACTIVE" } } ]'{
"name": "string",
"debug_id": "string",
"message": "string",
"information_link": "string",
"details": [
{
"field": "string",
"issue": "string"
}
]
}