Skip to main content

Void

POST 

/api/v1/payment/void

Use this request to void a payment that is under settled status.

Void request is allowed only for payments with the following rules:

  • Payment must be in SETTLED status.
  • The payment must have been performed on the same financial day.

On success, you get a response with:

  • status: "Success"
  • payment_status: "void"

Request

Responses

Void request response