get https://{environment}.joinforage.app/api/balance_sessions//
This endpoint does not return a customer's EBT Card balance.
If you’re looking for a customer's EBT Card balance, then send a
GET
to/api/payment_methods/{payment_method_ref}
, and inspect thebalance
response field.
A GET
request to /balance_sessions/
retrieves the properties of a Custom Balance Check Session.
Use this endpoint to inspect a Session
's success_redirect_url
and cancel_redirect_url
values.
References and guides