Verify a bank account

Verify the customer’s bank account details.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Idempotency-KeystringRequired

Unique identifier that you generate for each request. You must use the UUID v4 format for the identifier. For more information about the idempotency key, go to Idempotency.

Request

This endpoint expects an object.
processingTerminalIdstringRequired>=4 characters<=50 characters

Unique identifier that we assigned to the terminal.

bankAccountobjectRequired

Object that contains information about the bank account.

Response

Successful request. Returns the verification status of the customer’s bank account details.

processingTerminalIdstring>=4 characters<=50 characters

Unique identifier that we assigned to the terminal.

verifiedboolean

Indicates if the customer’s bank account details are valid.

  • true - Account details are valid.
  • false - Account details are not valid.