Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Parameter | Type | Required | Description |
|---|---|---|---|
| idRecebimentoPix | int32 | Yes | ID of the receipt. |
| Field | Type | Description |
|---|---|---|
qrCode | string | QR Code string. |
expirationDate | string | Expiration date of the QR Code. |
value | number | Payment amount. |
username:passwordAuthorization: Basic *****************curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/pix/qr-code?idRecebimentoPix=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"qrCode": "string",
"expirationDate": "2019-08-24T14:15:22.123Z",
"value": 0
}