Skip to main content

ValidateRibDto

Data Transfer Object for Bank Account Identification Number (RIB) Validation

ribstring

Bank Account Identification Number (RIB)

Example: 4012086007461825500
swiftCodestring

SWIFT/BIC Code for the Bank

Example: BSTUTNTTINT
validboolean

Validation status of the Bank Account Number

Example: true
ValidateRibDto
{
"rib": 4012086007461825500,
"swiftCode": "BSTUTNTTINT",
"valid": true
}