Cancel
Stops recurrent billing for a user.
POST Subscription/Cancel
Input
Parameter | Type | Required | Description | Default |
---|---|---|---|---|
MerchantId | string | no | your merchant ID | null |
OrderId | string | no | order ID | null |
SubscriptionId | string | no | subscription ID | null |
You have to specify either the MerchantId
and OrderId
or SubscriptionId
.
Output
None.
Example Input
{
"MerchantId": "8XOZ64KC9X",
"OrderId": "123456",
}