Last updated 9 days ago
This endpoint return a qrcode list.
Client Identifier
GET /v1/pix HTTP/1.1 Host: sandbox-api.pagou.com.br X-API-KEY: YOUR_API_KEY Accept: */*
OK
[ { "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.
QRCode ID
GET /v1/pix/{qrcodeID} HTTP/1.1 Host: sandbox-api.pagou.com.br X-API-KEY: YOUR_API_KEY Accept: */*
text