Skip to content
Deposit Review

Deposit Review - Withdrawal Refund

Query the Deposit Review - Withdrawal Refund list.

POSThttps://b-api.lbkrs.com/v1/datasets/atm_deposit_review_withdrawal_refunds

Authorization

AuthorizationstringheaderRequired

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

Permission

cmbc.hk_deposit_detail

The Broker ACCESS_TOKEN must be granted the permission above, or the call will be rejected.

Request body application/json

filtersobject

Filters

Child attributes
member_idstring

Client

from_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.

channel_accountstring

A/C No.

lb_bank_accountstring

Bank Account

deposit_detail_idstring

Deposit Detail ID

bank_operation_type_idstring

Deposit Method. Values are dynamically queried from bank_operation_types_in (not fixed); fetch them live via GET /v1/datasets/refs/deposit_channel_types.

from_atobject

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

Child attributes
gtestring

Greater Than or Equal

ltestring

Less Than or Equal

updated_atobject

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

Child attributes
gtestring

Greater Than or Equal

ltestring

Less Than or Equal

bill_idstring

Deposit ID

pageinteger

Page

page_sizeinteger

Page Size

orderByarray<object>

Order By

Responses

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

List

Child attributes
idstring

Deposit Detail ID

deposit_typestring

Deposit Type

deposit_type_valstring

Deposit Type (raw value). Raw value behind field deposit_type: deposit_type returns the human-readable display value resolved via a dictionary/join mapping, while this field returns the underlying code/ID before that mapping.

lb_bank_accountstring

Bank Account

lb_bank_namestring

Bank Account Name

member_idstring

Client ID

channel_accountstring

A/C No.

user_namestring

User Name

from_bank_accountstring

Bank Account Of Payer

from_bank_usernamestring

Name Of Payer

from_atstring

Date Recorded

from_currencystring

Currency

from_currency_valstring

Currency (raw value). Raw value behind field from_currency: from_currency returns the human-readable display value resolved via a dictionary/join mapping, while this field returns the underlying code/ID before that mapping.

from_amountstring

Amount Received

from_serial_nostring

Online Banking Serial No.

bank_operation_type_namestring

Deposit Method

statestring

Deposit Status

state_valstring

Deposit Status (raw value). Raw value behind field state: state returns the human-readable display value resolved via a dictionary/join mapping, while this field returns the underlying code/ID before that mapping.

order_idstring

Withdraw ID

updated_atstring

Update Time

verify_statestring

Account Opening Status

verify_state_valstring

Account Opening Status (raw value). Raw value behind field verify_state: verify_state returns the human-readable display value resolved via a dictionary/join mapping, while this field returns the underlying code/ID before that mapping.

withdraw_amountstring

Actual Disbursed Amount

withdraw_currencystring

Withdraw currency

charge_typestring

Charge Type

charge_type_valstring

Charge Type (raw value). Raw value behind field charge_type: charge_type returns the human-readable display value resolved via a dictionary/join mapping, while this field returns the underlying code/ID before that mapping.

related_partystring

Related Party

related_party_valstring

Related Party (raw value). Raw value behind field related_party: related_party returns the human-readable display value resolved via a dictionary/join mapping, while this field returns the underlying code/ID before that mapping.

fund_source_idstring

Related Party ID

deposit_latest_remarkstring

Remark

fund_sourcestring

Fund Source

totalintegerrequired

Total

HTTP 400Bad request. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 401The user is not authenticated, or the login session has expired.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 408The request timed out. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs