Skip to content
Bank Account Management

Edit Bank Card

Admin Update Withdraw Card.

Request parameters

  • Required: id (Bank card id (for update)), region (Region code), name_en (English name), account (Bank account), country (Country name), bank_en (Bank English name)
  • Optional: bank_id (Bank id), swift_code (Swift code), account_type (Account type, e.g. ALL/HKD/USD), address (Address), bank_code (Bank code (for HK banks)), fps_id (FPS id), review_urls (Audit data upload urls), account_no (Account no)
  • See each field for its format, allowed values, and business meaning.

Result

Returns the result; see the 200 response schema for fields.

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

Authorization

Authorizationstringheaderb2b_withdraw.update_withdrawal_cardRequired

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

Request body application/json

idintegerrequired

Bank card id (for update). Specifies Bank card id (for update). This field is required.

bank_idinteger

Bank id. Specifies Bank id.

regionstringrequired

Region code. Specifies Region code. This field is required.

name_enstringrequired

English name. Specifies English name. This field is required.

accountstringrequired

Bank account. Specifies Bank account. This field is required.

swift_codestring

Swift code. Specifies Swift code.

account_typestring

Account type, e.g. ALL/HKD/USD. Specifies Account type, e.g. ALL/HKD/USD.

countrystringrequired

Country name. Specifies Country name. This field is required.

addressstring

Address. Specifies Address.

bank_enstringrequired

Bank English name. Specifies Bank English name. This field is required.

bank_codestring

Bank code (for HK banks). Specifies Bank code (for HK banks).

fps_idstring

FPS id. Specifies FPS id.

review_urlsarray<string>

Audit data upload urls. Specifies Audit data upload urls.

account_nostring

Account no. Specifies Account no.

Responses

HTTP 200The request was processed successfully. data is the result.
Standard response envelopecodemessagedata
dataobjectdata structure
idinteger

Bank account id. Specifies Bank account id.

iconstring

Bank icon. Specifies Bank icon.

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