Initiate a payment by QR Code.
POST
/pix/payments/qrc
Pix
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://infopago.apidog.io//pix/payments/qrc' \
--header 'x-idempotency-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"qrCode": "string",
"creditorDocument": "string",
"priority": "HIGH",
"description": "string",
"paymentFlow": "INSTANT",
"expiration": 600,
"payment": {
"currency": "BRL",
"amount": 0
},
"ispbDeny": [
"string"
]
}'
Response Response Example
202 - Exemplo 1
{
"endToEndId": "string",
"eventDate": "2019-08-24T14:15:22Z",
"id": 0,
"payment": {
"currency": "BRL",
"amount": 0
},
"type": "string"
}
Requisição
Parâmetros Header
x-idempotency-key
string
requerido
Parâmetros Bodyapplication/json