base64
do QR Code e o emv
(também conhecido como código "copia e cola").Authorization: Bearer ********************
curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/pix' \
--header 'Accept: */*' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"idPortador": 12,
"valor": 149.9,
"devedor": {
"cpfCnpj": "string",
"nome": "string"
}
}'
[
{
"id": "string",
"banco": "ITAU",
"status": "GERADO",
"pagamentoNotificado": true,
"dataEmissao": "2022-01-20T09:30:00Z",
"dataVencimento": "2022-01-21T02:59:00Z",
"emv": "string",
"base64": "string",
"dataPagamento": "2022-01-20T22:00:00Z",
"recebimento": {
"id": "string",
"data": "022-01-20T09:30:00Z",
"endToEndId": "string",
"valor": 149.9,
"pagamentoNotificado": true,
"infoPagador": "149-9"
},
"valor": 149.9,
"idPortador": 12,
"txid": "string"
}
]