get https://{environment}.joinforage.app/api/payments/
A GET
request to /payments/
that includes the external_order_id
query param retrieves a list of all of the Payment
s related to the order. The external_order_id
corresponds to a merchant or platform’s identifier for the order in their own database. Forage does not provide this value.
If a customer charges both SNAP and EBT Cash at checkout, then this endpoint could be useful to review the spending breakdown across Payment
types.