https://b-api.longbridge.xyz/v1/datasets/atm_withdraw_pending_detailsThis 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
Application Number. Filters results by Application Number.
Client. Filters results by Client.
Currency. Filters results by Currency.
Values are dynamic. Call GET /v1/datasets/refs/tenant_currencies to retrieve the current data dictionary, and use the returned entry's key as this parameter's value.
To Bank Region. Filters results by To Bank Region.
Allowed values:
HONGKONG- Banks In Hong KongSINGAPORE- Banks In SingaporeABROAD- Banks In Other RegionsUSA- Banks In The U. S.AUSTRALIA- Banks In AustraliaMALAYSIA- Banks In Malaysia
HONGKONGSINGAPOREABROADUSAAUSTRALIAMALAYSIA
Credit Bank Account. Filters results by Credit Bank Account.
Credit Bank Name. Filters results by Credit Bank Name.
Remark. Filters results by Remark.
Withdraw Type. Filters results by Withdraw Type.
Allowed values:
1,- Client Withdrawal3,- Set As Withdrawal7,- Refund,1- Manual Withdrawal6,- Bank Withdrawal
1,3,7,,16,
Withdraw ID. Filters results by Withdraw ID.
Approved Time. Filters results by Approved Time.
Child attributes
Greater Than or Equal. Inclusive lower bound of the filter range.
Less Than or Equal. Inclusive upper bound of the filter range.
Updated Time. Filters results by Updated Time.
Child attributes
Greater Than or Equal. Inclusive lower bound of the filter range.
Less Than or Equal. Inclusive upper bound of the filter range.
User Submitted At. Filters results by User Submitted At.
Child attributes
Greater Than or Equal. Inclusive lower bound of the filter range.
Less Than or Equal. Inclusive upper bound of the filter range.
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.
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 Withdrawal - Pending 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 ID. Returned value: Unique identifier of the current record.
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.
User Submitted At. Returned value: User Submitted At. The date or time format follows the value returned by the API.
Approved Time. Returned value: Approved Time. The date or time format follows the value returned by the API.
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_concat. The withdraw_type_concat 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 custom_deposit_lb_bank_account_id. The custom_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.
To Bank Region. Returned value: To Bank Region.
To Bank Region (raw value). Raw value of to_bank_region. The to_bank_region field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Name of Creditor. Returned value: Name of Creditor.
Receiving Address. Returned value: Receiving Address.
Credit Bank Account. Returned value: Credit Bank Account.
Credit Bank Name. Returned value: Credit Bank Name.
To Swift Code. Returned value: To Swift Code.
Country. Returned value: Country.
Currency. Returned value: Currency.
Client Requested Amount. Returned value: Client Requested Amount.
Fee. Returned value: Fee.
GST. Returned value: GST.
Debit Amount. Returned value: Debit Amount.
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