List transfers
GET {{baseUrl}}/{{version}}/transfer
Here you can list and filter all transfers you have made. We return it paged.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | null | String used to get the next batch of results. | |
fields | null | List of strings to filter response JSON keys. | |
after | null | Filter entities created after this date. | |
before | null | Filter entities created before this date. | |
transactionIds | null | Filter entities that are linked to the specified transactions. | |
status | null | Filter boletos by the specified status. | |
taxId | null | Filter transfers sent to the specified taxId. | |
sort | null | Sort entities by the specified sort order. Options are "-created", "created", "-updated", "updated". | |
tags | null | Filter entities that contain the specified tags. | |
ids | null | List of strings to get specific entities by ids. | |
limit | null | Number of results per cursor. Max = 100. |
RESPONSES
status: OK
{"cursor":"CkoKFAoHY3JlYXRlZBIJCL6n3tjpxesCEi5qFWl-YXBpLW1zLXRyYW5zZmVyLXNieHIVCxIIVHJhbnNmZXIYgICA3KaLhQkMGAAgAA==","transfers":[{"status":"created","scheduled":"2020-09-02T11:00:00+00:00","updated":"2020-08-31T16:07:57.780551+00:00","tags":["debts","food"],"taxId":"330.731.970-10","transactionIds":[],"bankCode":"001","id":"5651878117376000","fee":200,"name":"Steve Rogers","created":"2020-08-31T16:07:57.295284+00:00","accountNumber":"123456-0","branchCode":"1234","amount":10000},{"status":"created","scheduled":"2020-09-01T11:00:00+00:00","updated":"2020-08-31T16:07:58.697449+00:00","tags":["tip","food"],"taxId":"845.353.790-92","transactionIds":[],"bankCode":"001","id":"5088928163954688","fee":200,"name":"Tony Stark","created":"2020-08-31T16:07:57.295550+00:00","accountNumber":"12345-2","branchCode":"5432","amount":20000}]}