curl --location POST 'https://api.insights-periculum.io/verify/ke/bankaccount' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {token}' \
--data '{
"statementKey": 1,
"bankid":2,
"account":"123456789"
}'
Parameters
Name | Description | Type | Required |
---|---|---|---|
statementKey | Statement Key to which KYC Integration needs to be attached | int | No |
bankid | Customer's bank id | int | Yes |
account | Customer's bank account number | string | Yes |