VerifyAccountRequest
- accountType: string
Number min length:4max length:15Pattern: ^\d+$requiredBank account number (digits only)
- bankType: string
Code min length:2max length:10requiredBank routing code for the account country
- countryType: stringenumrequired
ISO 3166-1 alpha-2 country code. Supported: NG, GH, ZM, TZ.
values- N
G - G
H - Z
M - T
Z
- modeType: stringenum
syncreturns the verification result in the response.asyncreturnspendingand delivers the final result via your registered webhooks (configure under/webhooks).values- sync
- async
