Skip to content
Longport Whale
Cash

Create Manual Withdrawal

Submitted from the "Manual withdrawal" dialog of the Account Balance → Cash tab when creating (not editing an existing ticket). A front-end comment marks it [discard] (offline withdrawal application) but it is still in use. It performs a real fund withdrawal.

POSThttps://b-api.longbridge.xyz/v1/portfolio/withdraw/by/admin

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

member_idstringrequired

Member ID

aaidstringrequired

A/C No

is_not_tobbooleanrequired

Not TOB Flag. The front end always sends true.

params.account_channelstringrequired

Account Channel

params.currencystringrequired

Currency

params.amountstringrequired

Amount

params.card_idstringrequired

Bank Card ID. Taken from the atm_withdraw_cards_effective query result.

params.apply_typenumberrequired

Apply Type. The front end always sends 2.. Options: 1 = Quick withdrawal; 2 = Normal withdrawal

12

params.confirmnumberrequired

Confirm Flag. The front end always sends 0.

params.admin_remarkstring

Admin Remark

params.statement_remarkstring

Statement Remark

params.originnumberrequired

Origin. The front end always passes 1.

params.is_pad_fundednumberrequired

Is Pad Funded. The front end always passes 1.

params.vouchersarray<string>

Vouchers. A list of uploadKeys for the uploaded vouchers.

params.taxstring

Tax. Attached only when tax_enable is set.

params.tax_ratestring

Tax Rate

audit_frontend_resourceobjectrequired

Audit Frontend Resource. Contains audit fields such as $behavior/$action=add/file_names, assembled by the front end with fixed values.

Responses

HTTP 200No confirmable field definitions are available for the response yet.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs