Get customer account transactions.
GET
/accounts/transactions/
Accounts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://infopago.apidog.io//accounts/transactions/?event_date_start&event_date_end'
Response Response Example
200 - Exemplo 1
{
"meta": {
"total": 100,
"limit": 10,
"offset": 1
},
"data": [
{
"eventDate": "2019-08-24T14:15:22Z",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"status": "CANCELED",
"endToEndId": "string",
"txId": "string",
"creditDebitType": "CREDIT",
"transactionType": "PIX",
"transactionAmount": {
"currency": "BRL",
"available": 0
}
}
]
}
Requisição
Parâmetros Query
event_date_start
string <date-time>
requerido
event_date_end
string <date-time>
requerido
page_offset
integer
opcional
>= 1
Padrão:
1
page_limit
integer
opcional
>= 1<= 100
Padrão:
10
sort_by
enum<string>
opcional
Valores permitidos:
EVENT_DATEAMOUNT
Padrão:
EVENT_DATE
sort_order
enum<string>
opcional
Valores permitidos:
ASCDESC
Padrão:
ASC
filter
string
opcional