Retrieve Wallet QR-code by ID

GET /wallet/{id}/qrcode

Get qr-code for your wallet by ID.

Headers

Name
Value

Content-Type

application/json

X-API-KEY

<token>

Response

{
    "qrcode": "base64stirng"
}

Example

curl -X GET "https://api.nord-pay.com/wallet/your-wallet-id/qrcode" \
     -H "Content-Type: application/json" \
     -H "X-API-KEY: YOUR_API_KEY"

Last updated