v1
latestOpenAPI 3.0.02026-07-244352379.2 KBCustom Sessions
Retrieve a Custom Balance Check Session
⚠️ Check EBT Card Balance
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 the balance 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.
See these guides for additional information:
get/api/balance_sessions/{session_ref}/
Response
OK - Success
Example response
{
"ref": "93410bcaff",
"payment_method": "b16673fe21",
"success_redirect_url": "https://www.your-app.com/status=SUCCEEDED",
"cancel_redirect_url": "https://www.your-app.com/status=CANCELED",
"redirect_url": "https://checkout.joinforage.app/balance?session=93410bcaff&merchant=1234567",
"previous_errors": []
}