v1
latestOpenAPI 3.0.22026-07-223907721.1 MBCharges
Refund a specific voucher charge
This call is used to (partial) refund a specific charge that was previously done on a voucher (for example if a customer returns goods to the store).
post/charges/{id}/refund
Path parameters
idstring required
Request body
Example request
{
"amount": "10.53",
"currency": "EUR"
}Response
OK
Example response
{
"id": "cff8784e5eb28b9b04860",
"voucher_id": "cff8784e34b28b9b04860",
"client_id": "cff8784e5eb28b81ca02a",
"type": "refund",
"amount": "10.53",
"order_number": "ORDER-62642",
"created_at": "2017-07-21T17:32:28+00:00",
"updated_at": "2017-07-21T17:32:28+00:00"
}