Skip to content

Approves the customer for Monerium. Requests Ibans for all customer wallets from Monerium.

Request

Path
customer-idstring, (uuid)required

Customer Id.

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

Responses

OK

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