Skip to content

Monerium Redeem. Place Order on Monerium to Redeem.

Request

Path
customer-idstring, (uuid)required

Customer Id.

Body

Request Dto.

amountstring or null
ibanstring or null
curl -i -X POST \
  'https://api.nyala.de/api/external/v1/customers/{customer-id}/monerium-redeem' \
  -H 'Content-Type: application/json' \
  -d '{
    "amount": "string",
    "iban": "string"
  }'

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": [ {} ] }