Skip to content
Deposit Review

Deposit Review-Deposit Refund

Query the Deposit Review-Deposit Refund list.

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

Authorization

AuthorizationstringheaderRequired

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

Permission

accounting.audit_transfer

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

Request body application/json

filtersobject

Filters

Child attributes
idstring

ID

member_idstring

Client ID

channel_accountstring

A/C No.

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.

detail_idstring

Deposit Detail ID

bill_datetimeobject

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

bank_remarkstring

Bank Remark

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
refund_typestring

Refund Type

refund_type_valstring

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

idstring

ID

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

audit_transfer_latest_remarkstring

Remark

fund_sourcestring

Fund Source

fund_type_idstring

Deposit Type

fund_type_id_valstring

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

lb_channel_accountstring

Bank Account No.

lb_channelstring

Bank

accountstring

Remitter Bank Account

namestring

Name Of Payer

bill_datetimestring

Date Recorded

rms_datestring

Deposit Date

currencystring

Currency

amountstring

Amount Received

bank_serial_nostring

Bank Serial No.

deposit_order_refstring

Original Serial No

match_statestring

Match State

match_state_valstring

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

detail_statestring

Deposit Status

detail_state_valstring

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

detail_reasonstring

Reason

order_idstring

Order ID

bank_busi_typestring

Business Type

bank_sub_accountstring

Sub Account

bank_ret_msgstring

Reason For Inter Bank Return

bank_remarkstring

Bank Remark

balancestring

Bank Balance

updated_atstring

Update Time

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