Skip to content
eDDA

eDDA Authorization - Deleted List

Query the deleted eDDA authorization list.

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

Authorization

AuthorizationstringheaderRequired

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

Permission

lb_hk_edda.edda_query

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

Member ID

mandate_identificationstring

Authorization No.

user_bank_card_nostring

Client Bank Account No

lb_bank_account_namestring

Beneficiary Bank Name. Values are dynamically queried from atm-bank-accounts-name-list (not fixed); fetch them live via GET /v1/datasets/refs/receiving_bank_accounts_with_names.

auth_typestring

Authorization Type

Values
0
1
2
3
statestring

Status

Values
0
1
2
3
4
5
8
verify_statestring

Approval Status

Values
0
1
3
4
bank_codestring

Bank Code

referencestring

Reference No

bank_sec_fail_reasonstring

Error/Exception Remarks

created_atobject

Created At. 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

Updated At. 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

app_showstring

Display to Client

Values
0
1
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

ID

mandate_identificationstring

Authorization No.

auth_typestring

Authorization Type

auth_type_valstring

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

app_showstring

Display to Client

app_show_valstring

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

custom_lb_bank_accountstring

Company Bank Name

lb_bank_account_numstring

Account No

member_idstring

Member ID

custom_client_infostring

Client Document Info

custom_bankstring

Client Bank Account

user_bank_namestring

Linked Bank Account Name

bank_codestring

Bank Code

bank_card_numstring

Linked Bank Account No

custom_amountstring

Maximum Deposit Amount(Currency)

currencystring

Auth Currency

max_amountstring

Maximum Deposit Amount

statestring

Status

state_valstring

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.

custom_bank_returnstring

Custom Bank Return

referencestring

Reference No

verify_statestring

Approval Status

verify_state_valstring

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

bank_sec_fail_reasonstring

Error/Exception Remarks

remarkstring

Remarks

created_atstring

Created At

updated_atstring

Updated At

deleted_atstring

Delete Time

bank_account_user_namestring

User Name

bank_account_user_pinyinstring

Client Name in Pinyin

hk_credentials_nostring

Account Opening Document No

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