Verify account data

Get receiver account data verification

Verify account by account data

POST /api/receiver-account/verify

Headers

Name
Value

x-api-key

<token>

signature

<token>

Body

Name
Type
Description

subaccount_id*

string

Subaccount ID of receiver account.

account_data*

object

Account data to retrieve account info.

* is mandatory parameter

How Filtering Works

The account_data fields for verification match the fields used when creating receiver accounts. You can filter by any combination of these fields.

Approach
Use Case
Example

Partial match

Returns the first receiver account that matches

Exact match

Returns the specific account matching all fields

Examples:

  • Send only bsb → Returns first receiver account with that BSB

  • Send only account_number → Returns first receiver account with that account number

  • Send both bsb + account_number → Returns the exact matching account

Example body request

Direct Entry (AUD)

Field
Text

account_number

Account number

bsb

6-digit Bank-State-Branch code

ACH (USD)

Field
Text

account_number

Account number

routing_number

9-digit ABA routing number

account_type

checking or savings

EFT (CAD)

Field
Text

account_number

Bank account number

routing_number

9-digit routing number (institution + transit)

account_type

checking or savings

SEPA (EUR)

Field
Text

iban

International Bank Account Number

bic

Bank Identifier Code (SWIFT)

Direct Credit (NZD)

Field
Text

account_number

NZ account number format: BB-bbbb-AAAAAAA-SS

Response

Last updated