Skip to main content

Cancel

Stops recurrent billing for a user.

POST Subscription/Cancel

Input

ParameterTypeRequiredDescriptionDefault
MerchantIdstringnoyour merchant IDnull
OrderIdstringnoorder IDnull
SubscriptionIdstringnosubscription IDnull

You have to specify either the MerchantId and OrderId or SubscriptionId.

Output

None.

Example Input

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