- Sends the KYC data of a specific customer to Concedus for further processing.
Getting a list of customers from institution.
Creates a new customer inside the institution.
Getting a customer by Id.
Searches for a customer by firstname lastname or email.
Saving KYC data for custodying customer wallets.
Saving KYC data - Concedus customer.
Sends the KYC data of a specific company to Concedus for further processing.
Sends the KYC data of a s...
- Production Environmenthttps://api.nyala.de/api/external/v1/customers/send-concedus/{customer-id}
- UAT / Sandbox Environmenthttps://uat.api.nyala.de/api/external/v1/customers/send-concedus/{customer-id}
curl -i -X POST \
'https://api.nyala.de/api/external/v1/customers/send-concedus/{customer-id}'Response
{ "errorMessageCodes": [ "string" ], "errors": [ { … } ], "data": { "customers": [ … ], "files": { … }, "concedusResponseMessage": "string" } }