Cancel Recurring Token
This enables you to deactivate a token if a customer wants to cancel their recurring order.
info
HTTP status code 200 indicates success
Endpoint
Method: PATCH
/api/tokens/{token}
URI Parameters
Name | Description | Type | Additional Information |
---|---|---|---|
token | Token returned by CreateOrder request when order is finalized | Guid |
Body Parameters
- Request Model
- Request Sample
Name | Description | Type | Additional Information |
---|---|---|---|
Status | Status for recurring token | Status | Enum |
application/json
{
"status": "Cancelled"
}