Skip to content
Longport Whale
Cash Transfer

Omnibus Cash Transfer

The interface called when submitting the form after clicking "New Transfer" on the Cash Transfer page. Involves real fund movements.

POSThttps://b-api.longbridge.xyz/v1/risk_gateway/omnibus_cash_transfer

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

from_aaidstringrequired

From A/C. The transferor's aaid, selected via autocomplete search on the customer account number.

transfer_typestringrequired

Transfer Type. Values come from the omnibus_transfer_type dynamic enum; not fixed.

to_aaidstringrequired

To A/C. The transferee's aaid; the candidate accounts are provided by the backend and exclude any account identical to the transferor's.

currencystringrequired

Currency. Values come from the global_currency_filter_by_account_channel dynamic enumeration and are not fixed.

transfer_amountstringrequired

Transfer Amount. Must not exceed the transferable balance returned by the inter-account transferable-balance query interface.

remarkstring

Remark

op_userstringrequired

Operator. The operator; the frontend automatically fills in the currently logged-in user's email.

operation_typestringrequired

Operation Type. Operation type; fixed to lb-support by the frontend.

ref_nostring

Ref No. The associated order number; the frontend always passes an empty string.

Responses

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

No nested fields

Whale Docs