Loading...
Loading...
Account Numbers provide access to verified ACH account and routing numbers for Accounts. These numbers enable money movement operations such as direct deposits and withdrawals.
Account numbers are sensitive financial data. Always follow security best practices for logging, storage, and transmission. Never expose account numbers in client-side code or unencrypted communications.
To access Account Numbers:
account.verified webhook to be notified when numbers are
availableACH numbers are only available via server-to-server calls from the REST API and there is no GraphQL query for account numbers at this time. This is a security measure to ensure sensitive data is only accessed server-side with proper authentication.
GEThttps://api.quiltt.io/v1/accounts/{accountId}/ach_numbersCopy endpoint URL to clipboardThis endpoint requires authentication with an API Secret Key (via Bearer token) or a Processor Token (via Basic auth).
| Method | Header |
|---|---|
| API Secret Key | Authorization: Bearer {API_SECRET_KEY} |
| Processor Token | Authorization: Basic {BASE64_ENCODED_PROCESSOR_TOKEN} |
While ACH numbers are only available via REST, you can check the verification status of accounts via GraphQL:
The verified field indicates whether the account has been verified for money
movement and ACH numbers are available.
account.verifiedThe account.verified event fires when an account becomes verified for money
movement and ACH numbers become available via the Platform API.