Riverty offers two different approaches to tokenizing the consumer's IBAN.
If the consumer enters the IBAN into a Merchant input form, the Merchant must send the IBAN to our validateBankAccount endpoint.
As an outcome the IBAN will be validated and a token will be created. This token can be sent into the authorization request.
If the consumer enters the IBAN into a Riverty Hosted Field, the Merchant simply needs to receive the nonce from the Hosted Field and send it to Riverty's validateBankAccount endpoint
As an outcome the nonce will be validated and a token will be created. This token can be sent into the Authorization Call.
{
"bankAccount": "DE123...",
"bankCode": "string",
"createToken": true
}
{
"isValid": true,
"token": "string"
}
Do you find this page helpful?