List Payouts

List Payouts

GET {{Environment_URL}}/v1/payments/payouts

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

Name
Value

Authorization

Bearer <token>

Query Params

Name
Description
Value

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

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