Last updated 2 months ago
This endpoint creates a new qrcode with the provided data.
/v1/pix
curl -L \ --request POST \ --url 'http://https://sandbox-api.pagou.com.br//v1/pix' \ --header 'Content-Type: application/json' \ --data '{ "amount": 1, "customer_code": "text", "description": "text", "expiration": 1, "metadata": [ { "key": "text", "value": "text" } ], "notification_url": "text", "payer": { "document": "text", "name": "text" } }'
text
This endpoint creates a new qrcode due with the provided data.
/v1/pix/due
curl -L \ --request POST \ --url 'http://https://sandbox-api.pagou.com.br//v1/pix/due' \ --header 'Content-Type: application/json' \ --data '{ "amount": 1, "customer_code": "text", "description": "text", "expiration": 1, "metadata": [ { "key": "text", "value": "text" } ], "notification_url": "text", "payer": { "document": "text", "name": "text" } }'