Verify QRCode information via Copy-Paste
POST
/pix/payments/qrc/info
Pix
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://infopago.apidog.io//pix/payments/qrc/info' \
--header 'x-idempotency-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"qrCode": "string"
}'
Response Response Example
200 - Static QRCode
{
"type": "static",
"merchantCategoryCode": "0000",
"transactionCurrency": "986",
"countryCode": "BR",
"merchantName": "FRANCISCO DA SILVA",
"merchantCity": "RECIFE",
"transactionAmount": 10,
"txid": "3252890112011017889597792",
"chave": "5f84a4c5-c5cb-4599-9f13-7eb4d419dacc",
"payload": {},
"endToEndId": "E082535392025020714090799201365d",
"statusCode": 200
}
Requisição
Parâmetros Header
x-idempotency-key
string
requerido
Parâmetros Bodyapplication/json