Skip to main content
POST
/
activate
Activate Usage Based Billing
curl --request POST \
  --url https://api-m.paypal.com/v1/commerce/billing/activate \
  --header 'Authorization: Bearer <token>'
{
"billing_tier_id": "NDc3Nzc1NTg0NTY0MTgyMzUzNw==.K7iva2SX08+9R52rAIfUwQvruZackQErIDDdEnUxxKE="
}

Authorizations

Authorization
string
header
required

Use the /v1/oauth2/token endpoint to obtain an access token and pass it as a Bearer token in the Authorization header.

Response

Merchant account activated successfully.

Response object for activating a merchant account for usage based billing.

billing_tier_id
string

The unique code for merchant to use when sending events.

Example:

"NDc3Nzc1NTg0NTY0MTgyMzUzNw==.K7iva2SX08+9R52rAIfUwQvruZackQErIDDdEnUxxKE="

I