EFT Endpoint

eft/withdraw/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/withdraw/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
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.