TIPTIP
API Reference

Get QR payload

GET
/v1/qr/{tag}

Returns the QR payload DATA for a tag: the wallet address and payment link, never an image. Rendering the QR code itself (as an image) is the client's responsibility.

Path Parameters

tag*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/qr/string"
{  "tag": "@daniel",  "wallet": "8L2Z3nSXbwoFhK9x9BEs6b1qhF6xEcNJ7T4NqmiWaeuf",  "paymentLink": "https://tagwise.me/@daniel"}