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