Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Validates a personal ACH bank account to confirm that it can be used for electronic payments.
This endpoint is typically used during customer onboarding or before initiating the first ACH transaction to ensure the provided account number and routing number are correct and accepted by the system.
It returns a verification result and any relevant error information if the account fails validation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.