Last updated 10 months ago
This endpoint return a qrcode.
QRCode data
OK
const response = await fetch('v1/pix/{qrcodeid}', { method: 'GET', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "amount": 0, "description": "text", "payer": { "document": "text", "name": "text" } }), }); const data = await response.json();
text