v1
latestOpenAPI 3.1.02026-07-2469193340.0 KBRefunds
List Refunds
get/refunds/outgoing
Query parameters
pagestring
Page of results to return, single value, exact match
per_pagestring
Number of results per page, single value, exact match
Response
OK
Example response
{
"data": [
{
"ref": "PRF.2",
"for_ref": "C.5",
"debit_ref": "D.5a",
"your_bank_account_id": "9c70871d-8e36-4c3e-8a9c-c0ee20e7c679",
"created_at": "2017-05-09T04:45:26Z",
"amount": 5,
"reason": "Because reason",
"metadata": {
"custom_key": "Custom string",
"another_custom_key": "Maybe a URL"
}
}
]
}