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 to the below endpoint.
GEThttps://api.quiltt.io/v1/accounts/{accountId}/ach_numbersCopy endpoint URL to clipboardWhile 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 REST Account Numbers API.