Skip to content

Sends the KYC data of a specific customer to Concedus for further processing.

Request

Path
customer-idstring, (uuid)required

The unique identifier of the customer.

curl -i -X POST \
  'https://api.nyala.de/api/external/v1/customers/send-concedus/{customer-id}'

Responses

OK

Bodyapplication/json
errorMessageCodesArray of strings or nullread-only
errorsArray of objects or null(Error)read-only
dataobject(ConcedusPersonRequest)
Response
{ "errorMessageCodes": [ "string" ], "errors": [ {} ], "data": { "customers": [], "files": {}, "concedusResponseMessage": "string" } }