Banking
Get future account transfers
Retrieve future account transfers for authenticated SELLER-ID
get/v1/banking/future_transfer
Query parameters
limitnumber required
Limits the number of objects returned, which can be between 1 and 100
offsetnumber required
Index of the first item that will be displayed. Ex (limit=100 and offset=0): The items that will be listed will be from 0 to 99, in this example the next page would be offset 100
expected_date_beginstring required
Date from which the search starts. Starts in D+1
expected_date_endstring required
End date for search
Response
The record has been successfully getted
Example response
{
"items": [
{
"expected_on": "2026-10-01",
"amount": "150.25",
"bank_account": "EduBank - 0001 - 123456789"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.