Refunds
Refunds - List
Lists all the refunds associated with the merchant, or for a specific payment if payment_id is provided
post/refunds/list
Request body
Response
List of refunds
Example response
{
"data": [
{
"amount": 6540,
"connector": "stripe",
"split_refunds": {
"adyen_split_refund": {
"split_items": [
{
"amount": 6540
}
]
}
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.