Skip to content
Company Bank Account

Company Bank Account Detail

Retrieve the full configuration of a single company bank account by id.

Request parameters

  • Required: id (company bank account id), supplied as a query parameter.

Result

On success, data contains the full configuration of the company bank account. The fields match the request fields of the "Add / Edit Company Bank Account" endpoints. See the 200 response fields for the meaning of each field.

GEThttps://b-api.longbridge.xyz/atm/lb/bankaccount

Authorization

AuthorizationstringheaderRequired

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

Parameters

idstringRequired

Company bank account id, supplied as a query parameter.

Responses

HTTP 200The request was processed successfully. data contains the full configuration of the company bank account.
Standard response envelopecodemessagedata
dataobjectdata structure

Full configuration of the company bank account.

nature_typestring

Account nature. Common values: client (client account) and house (house account).

account_type_idstring

Account type id.

lb_company_idstring

Owning company id.

account_namestring

Account name.

bank_accountstring

Bank account number.

bank_namestring

Bank name.

bank_idinteger

Bank id identifying the bank associated with this account.

bank_regionstring

Region where the bank is located.

regionstring

Country or region the account belongs to.

swift_codestring

Swift code.

bank_addrstring

Bank address.

simple_namestring

Abbreviation.

deposit_typesarray<object>

List of deposit methods. Each item describes one deposit method.

Child attributes
idstring

Deposit method id.

namestring

Deposit method name.

support_bankinteger

Whether the bank channel is supported: 0 not supported, 1 supported.

withdraw_typesarray<object>

List of withdrawal methods. Each item describes one withdrawal method.

Child attributes
idstring

Withdrawal method id.

namestring

Withdrawal method name.

support_bankinteger

Whether the bank channel is supported: 0 not supported, 1 supported.

remarkstring

Remark.

support_exchangeinteger

Whether currency exchange is supported: 0 not supported, 1 supported.

net_customer_idstring

Net Customer ID.

connect_customer_idstring

Connect Customer ID (interbank routing number).

uenstring

Unique Entity Number (UEN).

currencystring

Currency code.

intermediary_swift_codestring

Intermediary bank Swift code.

bank_codestring

Bank code (such as the ABA routing number); may be empty.

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