v1
latestOpenAPI 3.0.02026-07-26168846732.2 KBRefunds
Refunds - Update
Updates the properties of a Refund object. This API can be used to attach a reason for the refund or metadata fields
post/refunds/{refund_id}
Path parameters
refund_idstring required
The identifier for refund
Request body
Example request
{
"reason": "Customer returned the product"
}Response
Refund updated
Example response
{
"amount": 6540,
"connector": "stripe",
"split_refunds": {
"adyen_split_refund": {
"split_items": [
{
"amount": 6540
}
]
}
}
}