Trigger a bank account validation.
POST {{baseUrl}}/account-verification/v1/consents/:consentId
Returns a result with an accompanying error code if validation is inconclusive.
Request Body
{"accountHolderName"=>"fugiat amet occaecat", "identifier"=>{"bankCodeType"=>"RoutingNumber", "iban"=>"ex dolor dolore", "bankCode"=>"voluptate tempor consectetur culpa", "accountNumber"=>"qui proident", "countryCode"=>"qui veniam et ut"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"result":"NA","reason":"PartyNameNotFound"}