v1
latestOpenAPI 3.0.02026-07-244352379.2 KBOrder Refunds
Retrieve an OrderRefund
A GET request to /orders/{order_ref}/refunds/{refund_ref}/ retrieves the specified refund for a given order.
On success, the API responds with the OrderRefund.
Use this endpoint to inspect the outcome of an order refund, including updated receipt information to display to the customer.
get/api/orders/{order_ref}/refunds/{refund_ref}/
Response
OK - Success
Example response
{
"ref": "45e3f12a90",
"order": "83b1c754ae",
"funding_type": "ebt_snap",
"status": "processing",
"created": "2021-06-16T00:11:50.000000Z",
"updated": "2021-06-16T00:11:50.000000Z",
"receipt": {
"balance": {
"id": 12345
}
},
"tpp_lookup_id": "re_3JemUSGfBYJeLEva0af6My64"
}