Transactions

Refund a payment made

Returns the paid amount of a completed payment

post/v1/transactions/{transaction_id}/void

Path parameters

transaction_idstring required

Request body

payment_idstring required

Payment id

Response

The object has been successfully created

create_atstring required

Date/time when the reversal was requested

update_atstring

Date/time when the reversal was been updated

transaction_idstring required

Transaction id

payment_idstring required

Payment id

amountnumber required

Gross amount to be paid. Ex: 2010 = 20.10

statusstring required

Operation status

Example response

{
  "create_at": "2026-09-01T23:59:59+00:00",
  "update_at": "2026-10-01T23:59:59+00:00",
  "amount": 10000,
  "status": "succeeded"
}

Changes

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