List transfers

GET {{baseUrl}}/{{version}}/transfer

Here you can list and filter all transfers you have made. We return it paged.

Request Params

KeyDatatypeRequiredDescription
cursornullString used to get the next batch of results.
fieldsnullList of strings to filter response JSON keys.
afternullFilter entities created after this date.
beforenullFilter entities created before this date.
transactionIdsnullFilter entities that are linked to the specified transactions.
statusnullFilter boletos by the specified status.
taxIdnullFilter transfers sent to the specified taxId.
sortnullSort entities by the specified sort order. Options are "-created", "created", "-updated", "updated".
tagsnullFilter entities that contain the specified tags.
idsnullList of strings to get specific entities by ids.
limitnullNumber 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}]}