payouts
List Payout Refunds
get/v2/payouts/{id}/refunds
Path parameters
idstring required
Example:pout_yWYfCSzsUUhr9KwMv7vuLZHX
Query parameters
startinteger
limitinteger
Response
Successful Response
Example response
{
"range": {
"start": 42,
"end": 52,
"limit": 10,
"count": 1337,
"has_more": true
},
"refunds": [
{
"id": "refd_yWYfCSzsUUhr9KwMv7vuLZHX",
"amount": 50,
"currency": "eur",
"date_bank": "2023-08-16",
"date_refund": "2023-08-15",
"payment_intent": "pi_yWYfCSzsUUhr9KwMv7vuLZHX",
"payment": "paym_yWYfCSzsUUhr9KwMv7vuLZHX",
"created": "1512518400",
"payout": "pout_yWYfCSzsUUhr9KwMv7vuLZHX"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.