refunds
Create Refund
post/v2/refunds/
Request body
Example request
{
"payment": "paym_yWYfCSzsUUhr9KwMv7vuLZHX"
}Response
Successful Response
Example response
{
"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.