Bank Account Match
This endpoint offers a match verification against the provided account information. Users will receive immediate notification regarding whether the entered information matches the records or not.
To use this endpoint enter user's first name, last name, building no, thoroughfare, locality, postal code, sort code, account number and date of birth.
Test data:
first_name : john
last_name : doe
building_number : 100
thoroughfare : low way
locality : westtown
postalcode: DA111AD
sort_code : 111111
account_number : 01010101
dob: 1990-01-01
Post:
https://api.prembly.com/identitypass/verification/uk/bank-account-match
Request Header
key | value | description |
---|---|---|
app-id | app-id | your app-id |
x-api-key | x-api-key | your api-key |
Request Body
key | value | description |
---|---|---|
first_name | john | user's name |
last_name | doe | user's surname |
building_number | 100 | house number |
thoroughfare | low way | user's street |
locality | westtown | user's town |
postalcode | DA111AD | user's postal code address |
sort_code | 111111 | user's sort code |
account_number | 01010101 | user's account no |
dob | 1990-01-01 | date of birth |
Response
Updated 8 months ago