v1
latestOpenAPI 3.1.02026-07-245361280.3 KBMake a refund
This service allows you to create and read refunds of an existing payment.
post/refunds
Request body
Response
200
Example response
{
"id": "REF42342",
"payment_id": "PAY4334346343",
"order_refund_id": "GG1234567890",
"status": "SUCCESS",
"currency": "BRL",
"created_date": "2018-09-06T22:03:03.000+0000",
"amount": 803.04,
"status_code": 200,
"status_detail": "The refund was paid",
"notification_url": "http://some.url",
"amount_refunded": 803.04
}