v1
latestOpenAPI 3.0.02026-07-26168846732.2 KBRefunds
Refunds - Retrieve
Retrieves a Refund. This may be used to get the status of a previously initiated refund
get/refunds/{refund_id}
Path parameters
refund_idstring required
The identifier for refund
Response
Refund retrieved
Example response
{
"amount": 6540,
"connector": "stripe",
"split_refunds": {
"adyen_split_refund": {
"split_items": [
{
"amount": 6540
}
]
}
}
}