Skip to main content

Cancel

Stops recurrent billing for a user.

POST Subscription/Cancel

Input

ParameterTypeRequiredDescriptionDefault
MerchantIdstringnoyour merchant ID
OrderIdstringnoorder IDnull
SubscriptionIdstringnosubscription IDnull

You have to specify either the OrderId or SubscriptionId.

Output

None.

Example Input

{
"MerchantId": "8XOZ64KC9X",
"OrderId": "123456"
}