HomeGuidesReference
Log In

Retrieve an Order

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

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

A GET request to /orders/{order_ref}/ retrieves the specified Order object.

The order_ref is the ref value that Forage returns in response to the request that created the order’s parent Session.

You can use this endpoint to request the transaction outcome from Forage after a customer completes a Fully Hosted or Custom Session.

Language
Authorization
OAuth2
URL