Last updated 22 days ago
This endpoint return a qrcode.
QRCode ID
OK
This endpoint return a qrcode list.
const response = await fetch('//https://sandbox-api.pagou.com.br/v1/pix/{qrcodeID}', { method: 'GET', headers: {}, }); const data = await response.json();
text
const response = await fetch('//https://sandbox-api.pagou.com.br/v1/pix', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "amount": 0, "customer_code": "text", "description": "text", "expiration": 0, "metadata": [ { "key": "text", "value": "text" } ], "notification_url": "text", "payer": { "document": "text", "name": "text" } } ]