Submit Balance Request
Submit a batch of authorizers for balance checks. This endpoint allows you to submit up to 1,000 authorizers in a single request to retrieve their current account balances.Debit Card Information: Balance requests using debit card information is currently restricted to approved customers only. If you would like to learn more, please reach out to us at sales@rightfoot.com.
Key Information
SLA: Balance results are typically available within 1 hour of submission
Batch Size Limit: Maximum 1,000 authorizers per request
Idempotency: Requests are cached for 24 hours based on the request body hash. Submitting an identical batch within this period will return the same response without reprocessing
Important Notes
We ask that you schedule the API call with sufficient time prior to ACH cut-offs to retrieve the balance results and omit authorizers with insufficient balances for the loan payment.
Payment Information Types
You must provide either bank account information or debit card information (approved customers only):Bank Account Information
- Required:
account_number
,routing_number
, and eitherssn
orein
Debit Card Information
- Required:
debit_card_number
,cvv
,expiration_year
,expiration_month
, and eitherssn
orein
- Optional:
routing_number
(if linked to a bank account) - Note: Debit card balance checks require prior approval
Authorizations
Authentication to the API is performed via Bearer Token Authentication. Provide your API key as the bearer token in the Authorization header.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
Body
application/json