get https://api.sandbox.joinforage.app/api/payments//
This endpoint is only relevant to Forage SDK integrations.
If you’re building with the Fully Hosted or Custom Forage Checkout UI, then use the
Order
andOrderPayment
endpoints.
A GET
request to /payments/{payment_ref}/
retrieves the specified Payment
object.
Use this endpoint to confirm the status
of a Payment
, and/or to retrieve and display the receipt
data to a customer.