riverty logo

Docs

Validate Bank Account

Validates and evaluates the account and bank details in the context of direct debit payment. It is possible to transfer either the combination of BankCode and AccountNumber or IBAN and BIC

Path

POST /api/v3/validate/bank-account

Request Body

application/json

bankAccount
required
string
> 34 Characters
Account number
bankCode
string
> 11 Characters
Account swift number
bankNumber
string
> 50 Characters
Bank and branch identifier
createToken
boolean
nonce
string
Unique string provided by Riverty if the merchant is using Hosted Fields. Contact your Key Account Manager for more details.
conversationLanguage
string
Enum:

NO

SV

FI

DA

EN

DE

NL

FR

Language code

Responses

Successful Request, Valid AccountSuccessful Request, Invalid Account

Request Example

    
        {
 "bankAccount": "DE75512108001245126199"
}
    

Response Example

    
        {
 "isValid": true
}