f86d2bdbcb08
latestOpenAPI 3.1.02026-07-132363652.9 MBTransactions
List all refunds for a transaction
List all refunds for a transaction
get/api/v1/merchants/{merchantId}/transactions/{transactionId}/refunds
Path parameters
merchantIdstring uuid required
The unique identifier of the merchant
Example:123e4567-e89b-12d3-a456-426614174000
The unique identifier of the merchant
transactionIdstring uuid required
The unique identifier of the original transaction
Example:123e4567-e89b-12d3-a456-426614174000
The unique identifier of the original transaction
Response
Success
Example response
{
"data": [
{
"currency": {
"code": "GBP",
"symbol": "€",
"name": "Euro",
"minor_unit": 2
},
"payout_currency": {
"code": "GBP",
"symbol": "€",
"name": "Euro",
"minor_unit": 2
},
"payment_request": {
"order_id": "ORD-2025-00123",
"payment_token": "tok_abc123def456"
},
"fees": {
"currency": {
"code": "GBP",
"symbol": "€",
"name": "Euro",
"minor_unit": 2
},
"items": [
{
"currency": {
"code": "GBP",
"symbol": "€",
"name": "Euro",
"minor_unit": 2
}
}
]
}
}
]
}