Performs a check digit verification on the provided account number and branch code.
If the accountType is not provided, it will be inferred using the identifier and branch. The following account type map applies for ZA CDV checks:
| Industry | Electrum |
|---|---|
| Current | CACC |
| Savings | SVGS |
| Transmission | TRAN |
| Bond | LOAN |
| Subscription_Share | OTHR |
Identifies the scheme that defines the identification of a generic account.
{ "accountType": { "schema": "string", "value": "CACC" }, "branch": { "address": { … }, "identification": "string", "name": "string" }, "identifier": { "issuer": "string", "schema": "string", "scheme": { … }, "value": "string" }, "verificationScheme": "string" }