v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
EFT Endpoint

eft/withdraw/schedule/cancel

This endpoint is used to cancel a scheduled transaction and all remaining payments belonging to that scheduled tranaction. Only scheduled transactions with the status in progress can be cancelled.

For additional details of the scheduled transactions, please visit https://docs.vopay.com/docs/schedule-a-payment

post/eft/withdraw/schedule/cancel

Response

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

Statusstring required

A message indicating the current transaction status. cancelled

Example response

{
  "Success": true,
  "Status": "cancelled"
}