Guia rápido para começar a usar a StylePay API.
stpi
stps
POST /api/v1/gateway/request-qrcode
curl -X POST [https://api.seu-dominio.com/api/v1/gateway/request-qrcode](https://api.seu-dominio.com/api/v1/gateway/request-qrcode) \ -H "Content-Type: application/json" \ -H "stpi: SEU_CLIENT_ID" \ -H "stps: SEU_CLIENT_SECRET" \ -d '{ "amount": 10.50, "payer": { "name": "João Silva", "document": "12345678900" }, "postbackUrl": "[https://seu-sistema.com/webhooks/pix](https://seu-sistema.com/webhooks/pix)" }'