v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
EFT Endpoint

eft/fund/schedule/edit

This endpoint is used to edit or cancel an upcoming payment (only the amount can be edited).

Notes. If the field amount is set as 0 or it is not provided, we consider the upcoming payment as cancelled.

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

post/eft/fund/schedule/edit

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

Example response

{
  "Success": true
}