Bank Transfers

List BankTransfer records

Retrieve a paginated list of BankTransfer records with filtering and ordering options.

get/public/v1/bank-transfers/

Query parameters

searchstring nullable
codestring[] nullable
company_idinteger[] nullable
numberinteger[] nullable
start_datestring date nullable
end_datestring date nullable
debit_bank_account_numberinteger[] nullable
credit_bank_account_numberinteger[] nullable
record_statusRecordStatus[] nullable
approval_statusstring[] nullable
approval_status_scopeRecordStatus[] nullable
updated_afterstring date-time nullable
updated_beforestring date-time nullable
orderingstring nullable
limitinteger

Number of records to return per page (capped at 100)

Number of records to return per page (capped at 100)

offsetinteger

Number of records to skip before starting to return results

Number of records to skip before starting to return results

Response

OK

countinteger required

Changes

Changed in 3 of the 27 revisions of this API.5

    • ○

      added the new optional query request parameter code

      new-optional-request-parameter

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the new optional query request parameter approval_status_scope

      new-optional-request-parameter

Of the 27 revisions, 1 has no diff computed.