Submit Balance Check
Submit a batch of authorizers for balance checks
Submit Balance Check
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.Key Information
Important Notes
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 eitherssnorein
Debit Card Information
- Required:
debit_card_number,cvv,expiration_year,expiration_month, and eitherssnorein - 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
1000Payment details using a bank account. Requires account number, routing number, and either SSN or EIN.
- Bank Account Information
- Debit Card Information
Optional. Provide a webhook URL to receive notification when the batch is complete.
Response
Created
Unique identifier for the submitted batch.
Timestamp indicating when the batch was submitted.
Confirmation message or additional information.
List of authorizers that failed validation or processing.
Non-fatal warnings raised while parsing the input (e.g., non-UTF-8 CSV files decoded as Latin-1). Only set for CSV uploads.
