Skip to main content

Verify bank account

POST 

/bank-account-verifications

Verify bank account.

Request

Body

    idType stringrequired

    Possible values: [NRIC, PASSPORT, MALAYSIAN_ID]

    Type of identity.

    idNumber stringrequired

    NRIC number, Passport number or Malaysia ID number. For joint accounts, this can be either one of the account holder's identity.

    accountNumber stringrequired

    DBS/POSB bank account number. Hyphens must be excluded. DBS account number is 10 digits. POSB account number is 9 digits. The 8-digit DBS account number is not supported.

Responses

OK

Schema

    idType stringrequired

    Possible values: [NRIC, PASSPORT, MALAYSIAN_ID]

    Type of identity.

    idNumber stringrequired

    NRIC number, Passport number or Malaysia ID number. For joint accounts, this can be either one of the account holder's identity.

    accountNumber stringrequired

    DBS/POSB bank account number. Hyphens must be excluded. DBS account number is 10 digits. POSB account number is 9 digits. The 8-digit DBS account number is not supported.

    success booleanrequired

    True if the bank account verification is successful.

    failureReason string

    Possible values: [ACCOUNT_NUMBER_NOT_MATCHED, ACCOUNT_CLOSED, OTHERS]

    The failure reason, if the bank account verification is not successful.

Loading...