Skip to content
Longport Whale
Deposit

Bank Statement-Deposit

Query the Bank Statement-Deposit list.

POSThttps://b-api.longbridge.xyz/v1/datasets/atm_bank_bill_deposits

Authorization

AuthorizationstringheaderRequired

Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.

Request body application/json

filtersobject

Filters

Child attributes
filters.idstring

Deposit Bill ID

filters.member_idstring

Client ID

filters.channel_accountstring

A/C No

filters.detail_idstring

Deposit Detail ID

filters.bank_serial_nostring

Bank Serial No

filters.bank_user_namestring

Payer Name

filters.bank_accountstring

Debit Bank Account

filters.show_fund_type_idstring

Deposit Type. Values are dynamically queried from pg_fund_types (not fixed); fetch them live via GET /v1/datasets/refs/fund_business_type.

filters.match_statestring

Match State. Multi-select; submit as a comma-joined string. Allowed values are listed under enum.. Options: 1 = Matched; 2 = Unmatch; 4 = Manually Match; 5 = Pending Transfer Audit; 6 = Frozen

12456

filters.statestring

Deposit Status. Options: 3 = Match; 4 = Counter Deal; 5 = Load Completed; 8 = Failed; 9 = Deleted; 100 = Pending Release; 200 = Pending Release Review; 6 = Rejected

345891002006

filters.bill_datetimeobject

Date Recorded. Range filter; both bounds are optional (omit a bound to leave that side unbounded). Defaults to the range [6 day(s) ago, today] when omitted (gte/lte roll with the request date).

Child attributes
filters.bill_datetime.gtestring

Greater Than or Equal

filters.bill_datetime.ltestring

Less Than or Equal

filters.currencystring

Currency. Values are dynamically queried from global_currency_filter_by_account_channel (not fixed); fetch them live via GET /v1/datasets/refs/tenant_currencies_by_channel.

filters.updated_atobject

Update Time. Range filter; both bounds are optional (omit a bound to leave that side unbounded).

Child attributes
filters.updated_at.gtestring

Greater Than or Equal

filters.updated_at.ltestring

Less Than or Equal

filters.amountobject

Amount Received. Range filter; both bounds are optional (omit a bound to leave that side unbounded).

Child attributes
filters.amount.gtenumber

Greater Than or Equal

filters.amount.ltenumber

Less Than or Equal

filters.lb_channel_accountstring

Bank Account No

filters.lb_channelstring

Bank

filters.invisiblestring

Is Hidden. When omitted, defaults to filtering by '0' — without this filter the endpoint returns only data matching that value.. Options: 0 = Visible; 1 = Invisible

01

filters.bank_remarkstring

Bank Remark

filters.rms_dateobject

Deposit Date. Range filter; both bounds are optional (omit a bound to leave that side unbounded).

Child attributes
filters.rms_date.gtestring

Greater Than or Equal

filters.rms_date.ltestring

Less Than or Equal

pageinteger

Page

page_sizeinteger

Page Size

orderByarray<object>

Order By

Responses

HTTP 200Paginated list result.
Standard response envelopecodemessagedata
dataobjectdata structure
listarray<object>required

List

totalintegerrequired

Total

Whale Docs