List Payments
List Payments
GET {{Environment_URL}}/v1/payments/simple-pay
This route accepts various query params for pagination and filtering, note that some params must be used in conjunction with other params.
The full list can be seen under PARAMS
Headers
Authorization
Bearer <token>
Query Params
limit
Documents per page ∙ Min 15 | Max 100 | Default 15
15
page
Page number
0
externalId
Specific payment identifier
myid_001
amount
Value in Brazilian cents
10000
status
Operation status ∙ CREATED | AWAITING | PAID | REFUNDED | CANCELED
CREATED
ownerDocument
CPF (123.456.789-10) or CNPJ (12.345.678/9999-10)
12345678910
rangeStart
Initial interval for operation value ∙ Must be used with rangeEnd
10000
rangeEnd
Final interval for operation value ∙ Must be used with rangeStart
15000
createdAtStart
Initial cretedAt date interval ∙ Must be used with createdAtEnd
YYYY-MM-DD
createdAtEnd
Initial cretedAt date interval ∙ Must be used with createdAtStart
YYYY-MM-DD
updatedAtStart
Initial updateAt date interval ∙ Must be used with updatedAtEnd
YYYY-MM-DD
updatedAtEnd
Final updatedAt date interval ∙ Must be used with updatedAtStart
YYYY-MM-DD
Response

