Authorization: Bearer ********************
{}
curl --location --request GET 'https://api.valut.app/openbank/v1/pix/payments?status=paid&page=1&start_date=2024-01-23%2023%3A36%3A07&end_date=2024-01-24%2014%3A31%3A07' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"pix_id": "uuid",
"amount": 1000,
"tax_amount": 123,
"status": "processing",
"created_at": "2022-03-01 00:00:00",
"receiver": {
"ispb": "1234567",
"bank_name": "ITAU",
"branch": "1223",
"account_number": "123465",
"account_type": "string",
"document": "01234567890",
"document_type": "CPF",
"name": "string",
"trade_name": "string"
}
}