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