https://b-api.longbridge.xyz/v1/datasets/atm_withdraw_abnormal_ordersThis Dataset query is read-only. Use GET by default. If the encoded query parameters are too large, send the same parameters as a JSON body with POST to the same path.
Authorization
Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.
Query parameters
Filters. Combines business filters. Omit a filter field to disable that filter.
Child attributes
Client. Filters results by Client.
Created Date. Filters results by Created Date.
Child attributes
Greater Than or Equal. Inclusive lower bound of the filter range.
Less Than or Equal. Inclusive upper bound of the filter range.
Application Number. Filters results by Application Number.
Withdraw Detail ID. Filters results by Withdraw Detail ID.
Bank Serial No.. Filters results by Bank Serial No..
Currency. Filters results by Currency.
Values are dynamic. Call GET /v1/datasets/refs/tenant_currencies_by_channel to retrieve the current data dictionary, and use the returned entry's key as this parameter's value.
Withdraw Status. Filters results by Withdraw Status.
Allowed values:
0- Unknown1- Unprocessed2- Processing3- Success4- Failed5- Cancelled6- Backed7- Update result pending approval8- Deleted
012345678
Original Deposit Bank. Filters results by Original Deposit Bank.
Values are dynamic. Call GET /v1/datasets/refs/region_banks_no_default to retrieve the current data dictionary, and use the returned entry's key as this parameter's value.
Channel Return Code. Filters results by Channel Return Code.
Hit Rules. Filters results by Hit Rules.
Values are dynamic. Call GET /v1/datasets/refs/risk_rule_indicators_withdraw to retrieve the current data dictionary, and use the returned entry's key as this parameter's value.
Page. Page number to retrieve, starting from 1.
Page Size. Number of records to return per page.
Order By. Array of sorting rules. Each item defines a sort field and direction.
Responses
HTTP 200On success, returns paginated Abnormal Withdrawal records together with pagination metadata such as the page number, page size, and total record count.codemessagedatadataobjectdata structureList. Returned value: List of list.
Child attributes
Withdraw Detail ID. Returned value: Withdraw Detail ID.
Created Time. Returned value: Created Time. The date or time format follows the value returned by the API.
Client ID. Returned value: Client ID.
Client ID (raw value). Raw value of member_id. The member_id field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Name. Returned value: Name.
A/C No.. Returned value: A/C No..
Application Number. Returned value: Application Number.
Withdraw Type. Returned value: Withdraw Type.
Withdraw Type (raw value). Raw value of withdraw_type. The withdraw_type field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Original Deposit Bank. Returned value: Original Deposit Bank.
Original Deposit Bank (raw value). Raw value of deposit_lb_bank_account_id. The deposit_lb_bank_account_id field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Hit Rule. Returned value: Hit Rule.
Hit Rule (raw value). Raw value of hit_rules. The hit_rules field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Channel Name. Returned value: Channel Name.
Bank Serial No.. Returned value: Bank Serial No..
To Bank Region. Returned value: To Bank Region.
Credit Bank Account. Returned value: Credit Bank Account.
Name Of Creditor. Returned value: Name Of Creditor.
Credit Bank Name. Returned value: Credit Bank Name.
Country Region. Returned value: Country Region.
To Swift Code. Returned value: To Swift Code.
Currency. Returned value: Currency.
Debit Amount. Returned value: Debit Amount.
Withdraw Status. Returned value: Withdraw Status.
Withdraw Status (raw value). Raw value of state. The state field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Exception Case Status. Returned value: Exception Case Status.
Exception Case Status (raw value). Raw value of status. The status field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Exception Case Handling. Returned value: Exception Case Handling.
Exception Case Handling (raw value). Raw value of operation_id. The operation_id field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Channel Return Code. Returned value: Channel Return Code.
Remark. Returned value: Remark.
Update Time. Returned value: Update Time. The date or time format follows the value returned by the API.
Total. Returned value: Total number of matching records, used for pagination.
HTTP 400Bad request. Check the business error code in code and the error details in message.codemessagedatadataobjectdata structureNo nested fields
HTTP 401The user is not authenticated, or the login session has expired.codemessagedatadataobjectdata structureNo nested fields
HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.codemessagedatadataobjectdata structureNo nested fields
HTTP 408The request timed out. Check the business error code in code and the error details in message.codemessagedatadataobjectdata structureNo nested fields