๐Ÿ”ŽFind a Single Account

Find an existing account record by account_verification_id.

Find a Single Account Verification Record

GET {{baseUrl}}/account-verifications/:account_verification_id

Search for an a Single Account Verification record using the search parameter account_verification_id.

Path Parameters

NameTypeDescription

account_verification_id*

String

This is the UUID for an Account Verification that is generated and returned in the POST Create New Account Verification response.

```postman_json
{
    "data": {
        "id": "{{accountVerificationId}}",
        "account_holder": "MR MA Bowren",
        "bank": "nedbank",
        "account_number": "1234926725",
        "account_type": "Current",
        "branch_code": "198765"
    }
}
```

Last updated