This endpoint is only relevant to Fully Hosted and Custom integrations.
If you’re building with a Forage SDK, then use the Payments endpoints.
Learn more about the high-level phases of an SDK integration in the Forage JS Quickstart, or check out the Payments API introduction for a list of resources by integration type.
Create an Order by supplying the SNAP eligible, EBT Cash eligible, and benefit-ineligible totals.
Most integrations should use the POST /api/sessions/ endpoint to start the process of capturing an order. The only
difference between this endpoint (POST /api/orders/) and the sessions endpoint is that the sessions endpoint forms
the redirect URL of Forage Checkout for you. At present, the only secure (and USDA approved) means of capturing a cardholder's PIN
is through the Forage Checkout UI, and therefore it is more convenient to use the sessions API.