Listar Transações
GET
/v1/transactions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/transactions?card_last_digits=00004&items=5&order=ASC&id=16&authorization_code=880160&customer_name=LUCILUCI&customer_email=allex@&amount_min=122&amount_max=250'
Response Response Example
{}
Requisição
Parâmetros Query
card_last_digits
string
opcional
Exemplo:
00004
items
string
opcional
Exemplo:
5
order
string
opcional
Exemplo:
ASC
id
string
opcional
Exemplo:
16
authorization_code
string
opcional
Exemplo:
880160
customer_name
string
opcional
Exemplo:
LUCILUCI
customer_email
string
opcional
Exemplo:
allex@
amount_min
string
opcional
Exemplo:
122
amount_max
string
opcional
Exemplo:
250
Respostas
Modificado em 2025-05-26 19:09:20