HomeGuidesReference
Log In

Retrieve an OrderRefund

This endpoint is only relevant to Fully Hosted and Custom integrations.

If you’re building with a Forage SDK, then use the PaymentRefunds endpoints.

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.

Language
Authorization
OAuth2
URL