Infopago API Documentation
curl --location --request POST 'https://infopago.apidog.io//pix/payments/dict' \
--header 'x-idempotency-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pixKey": "string",
"creditorDocument": "string",
"endToEndId": "string",
"priority": "HIGH",
"description": "string",
"paymentFlow": "INSTANT",
"expiration": 600,
"payment": {
"currency": "BRL",
"amount": 0
},
"ispbDeny": [
"string"
]
}'{
"endToEndId": "string",
"eventDate": "2019-08-24T14:15:22Z",
"id": 0,
"payment": {
"currency": "BRL",
"amount": 0
},
"type": "string"
}