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
Response
The object has been successfully created
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.