- Getting a customer by Id.
Getting a list of customers from institution.
Creates a new customer inside the institution.
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 customer to Concedus for further processing.
Sends the KYC data of a specific company to Concedus for further processing.
Getting a customer by Id.
- Production Environmenthttps://api.nyala.de/api/external/v1/customers/{customer-id}
- UAT / Sandbox Environmenthttps://uat.api.nyala.de/api/external/v1/customers/{customer-id}
curl -i -X GET \
'https://api.nyala.de/api/external/v1/customers/{customer-id}'Response
{ "errorMessageCodes": [ "string" ], "errors": [ { … } ], "data": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "firstname": "string", "lastname": "string", "institutionId": "cdae5c01-a629-4362-be56-52101ec22a49", "institutionName": "string", "salutation": "string", "type": "Unknown", "birthDate": "2019-08-24T14:15:22Z", "title": "string", "email": "string", "phoneNumber": "string", "taxId": "string", "walletAccess": "None", "address": { … }, "nationalityId": "563be3ed-4854-427b-af32-b4b1edaa3f50", "nationalityIso": "string", "gender": "NotSet", "kycData": { … }, "company": { … }, "approvedForMonerium": true, "moneriumIban": "string", "tanganyCustomerId": "cc40149a-3820-4e83-9937-335fa7f60320", "tanganyAuthorizedId": "118e1b44-f5f8-4d0d-a111-66cabdff05e5", "tanganyOwnerId": "28e3c411-8361-45dc-9194-6f06b49469e5", "hadcCustomerId": "6f3ba510-55ec-488e-ac0c-6ea3b582f9ed" } }