v1

latestOpenAPI 3.1.02026-07-1416032.7 KB

Refund

Refunds a transaction. Accepts partial and total amount refunds.

post/v1.02/refund/{trid}

Path parameters

tridinteger required

ID de transação a devolver

Request body

amountnumber float required

Amount to refund

bicstring

BIC/SWIFT of the bank account that will receive the refund

ibanstring

IBAN of the bank account that will receive the refund

reasonstring

reason why the refund is being processed

Response

201

transactionStatusstring
refundIdstring

Example response

{
  "transactionStatus": "Success",
  "refundId": "9627"
}
All 16 operations