Refunds
The Refunds API allows you create and manage transaction refunds.
Create Refund
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"status": true,
"message": "Refund has been queued for processing",
"data": {
"transaction": {
"id": 1004723697,
"domain": "live",
"reference": "T685312322670591",
"amount": 10000,
"paid_at": "2021-08-20T18:34:11.000Z",
"channel": "card",
"currency": "ILS",
"authorization": {
"exp_month": null,
"exp_year": null,
"account_name": null
},
"customer": {
"international_format_phone": null
},
"plan": {},
"subaccount": {
"currency": null
},
"split": {},
"order_id": null,
"paidAt": "2021-08-20T18:34:11.000Z",
"pos_transaction_data": null,
"source": null,
"fees_breakdown": null
},
"integration": 412829,
"deducted_amount": 0,
"channel": null,
"merchant_note": "Refund for transaction T685312322670591 by [email protected]",
"customer_note": "Refund for transaction T685312322670591",
"status": "pending",
"refunded_by": "[email protected]",
"expected_at": "2021-12-16T09:21:17.016Z",
"currency": "ILS",
"domain": "live",
"amount": 10000,
"fully_deducted": false,
"id": 3018284,
"createdAt": "2021-12-07T09:21:17.122Z",
"updatedAt": "2021-12-07T09:21:17.122Z"
}
}Fetch Refund
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
List Refunds
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated