Skip to main content
POST
Activate a subscription

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
subMerchantId
string
required

The subMerchantId associated with the subscription.

subscriptionId
string
required

Unique identifier of the subscription.

Example:

"c23b205a-244b-4962-9337-a5b68f1c874f"

Response

Subscription successfully activated.

Last modified on July 14, 2026