This request disables previously set schedule.
This request is sent by POST in the background (eg, through PHP CURL).
Request parameters
Parameter |
Description |
Values |
Required field |
action |
Register recurring schedule |
DESCHEDULE |
+ |
client_key |
Unique client key (CLIENT_KEY) |
|
+ |
recurring_first_trans_id |
Transaction ID of the primary transaction in the Payment Platform |
|
+ |
recurring_token |
Value obtained during the primary transaction |
|
+ |
hash |
Special signature to validate your request to payment platform |
**(Appendix A) |
+ |
Response parameters
Parameter |
Description |
action |
DESCHEDULE |
result |
SUCCESS |
status |
DISABLED |
order_id |
Transaction ID of the primary transaction in the Client system |
trans_id |
Transaction ID of the primary transaction in the Payment Platform |