Update a Refund
PUT {{url}}/refunds/{{refund}}
Updates a refund object.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"refunds": {
"id": "RF00006Y45GPXN",
"amount": 2399,
"created_at": "2024-03-22T20:28:37.945Z",
"reference": "refund",
"metadata": {
"key": "value"
},
"currency": "USD",
"status": "pending_submission",
"fx": {
"fx_currency": null,
"fx_amount": null,
"exchange_rate": null,
"estimated_exchange_rate": null
},
"links": {
"payment": "PM009MNY1M77CK",
"mandate": "MD000ZQT5CPCVV"
}
}
} |
ENDPOINTS