Authorization: Bearer ********************
{}
curl --location --request GET 'https://api.valut.app/openbank/v1/pix/qrcode?end_date=2023-06-30 23:59:59&status=paid&page=1&page_size=1&start_date=2023-06-16 00:00:00' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"pageCount": 1,
"currentPage": 1,
"limit": 100,
"quantityPerPage": 47,
"items": [
{
"pix_id": "11133361e4d447eb0396bea6dbc108e",
"type": null,
"paid": true,
"base64": null,
"qrcode": "string",
"amount": 5000,
"expiration_date": "2022-01-12T12:18:35.447",
"created_at": "2022-01-12T12:18:35.547"
},
{
"pix_id": "111222d6167e457185788afbad916574",
"type": null,
"paid": false,
"base64": null,
"qrcode": "string",
"amount": 5000,
"expiration_date": "2022-01-12T12:18:35.463",
"created_at": "2022-01-12T12:18:35.52"
}
]
}