Last updated 2 months ago
This endpoint return a qrcode list.
/v1/pix
curl -L \ --url 'http://https://sandbox-api.pagou.com.br//v1/pix'
[ { "amount": 1, "customer_code": "text", "description": "text", "expiration": 1, "metadata": [ { "key": "text", "value": "text" } ], "notification_url": "text", "payer": { "document": "text", "name": "text" } } ]
This endpoint return a qrcode.
/v1/pix/{qrcodeID}
QRCode ID
curl -L \ --url 'http://https://sandbox-api.pagou.com.br//v1/pix/{qrcodeID}'
text