v1
latestOpenAPI 3.1.02026-07-26500375.1 KBCreate Refund
The following endpoint creates an Refund.
post/refunds
Request body
Response
200
Example response
{
"data": {
"id": "rfn_qfrsL0tlnT0308",
"ref_id": "reference_1",
"amount": "20000.00",
"refund_type": "partial",
"status": "approved",
"created_at": "2021-07-20T10:43:42.201587Z",
"updated_at": "2021-07-20T10:43:42.401256Z",
"approved_at": "2021-07-20T10:43:42.401256Z",
"source": "api",
"customer_name": "joe",
"customer_email": "jade@sfs.com"
}
}