Submit a batch of authorizers for balance checks via CSV upload
Documentation Index
Fetch the complete documentation index at: https://docs.rightfoot.com/llms.txt
Use this file to discover all available pages before exploring further.
multipart/form-data with the file part as text/csvwarnings entry on the response.authorizer_unique_id, phone_number, zip_code, plus payment info (see below) and one of ssn / ein.
account_number, routing_number, and either ssn or eindebit_card_number, cvv, expiration_year, expiration_month, and either ssn or einrouting_number (if linked to a bank account)| Column | Description |
|---|---|
authorizer_unique_id | Alphanumeric unique ID, provided by the lender |
first_name, last_name | Authorizer name |
street_address_line1, street_address_line2, city, state, zip_code, country | Address fields |
phone_number | Authorizer phone number |
date_of_birth | MM/DD/YYYY |
ssn, ein | Tax ID (one required) |
account_number, routing_number | Bank account info |
debit_card_number, cvv, expiration_month, expiration_year | Debit card info |
user_id | Optional integer user ID |
meta_* | Any column prefixed with meta_ is collected into a per-row metadata object (the meta_ prefix is stripped) |
failed_authorizers.400 Bad Request with the per-row failures in error.details.failed_authorizers. No batch is created.400 Bad Request before any rows are read.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.
Optional. Email address to notify when the batch completes.
Optional. Webhook URL to notify when the batch completes.
CSV file containing authorizer rows. Must be sent as text/csv.
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.