Skip to content
Deposit method configuration

Edit Deposit/Withdrawal Method Config

Maintains Simplified Chinese, Traditional Chinese, and English names, labels, summaries, fees, and arrival-time descriptions.

Request parameters

  • Required: id (Record ID), name_cn (Name (Simplified Chinese)), name_en (Name (English)), name_hk (Name (Traditional Chinese))
  • Optional: tag_cn (Tag (Simplified Chinese)), tag_en (Tag (English)), tag_hk (Tag (Traditional Chinese)), introduction_cn (Introduction (Simplified Chinese)), introduction_en (Introduction (English)), introduction_hk (Introduction (Traditional Chinese)), fee_cn (Fee (Simplified Chinese)), fee_en (Fee (English)), fee_hk (Fee (Traditional Chinese)), account_date_cn (Account Date Note (Simplified Chinese)), account_date_en (Account Date Note (English)), account_date_hk (Account Date Note (Traditional Chinese)), audit_frontend_resource (Audit Context)
  • See each field for its format, allowed values, default behavior, and business meaning.

Result

On success, the endpoint completes the described business operation. See the 200 response schema for returned data.

POSThttps://b-api.longbridge.xyz/atm/modify/bank/operation/type

Authorization

Authorizationstringheaderatm.modify_bank_operation_typesRequired

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

Request body application/json

idnumberrequired

Record ID. Record ID associated with this request.

name_cnstringrequired

Name (Simplified Chinese). Specifies Name (Simplified Chinese). This field is required.

name_enstringrequired

Name (English). Specifies Name (English). This field is required.

name_hkstringrequired

Name (Traditional Chinese). Specifies Name (Traditional Chinese). This field is required.

tag_cnstring

Tag (Simplified Chinese). Specifies Tag (Simplified Chinese).

tag_enstring

Tag (English). Specifies Tag (English).

tag_hkstring

Tag (Traditional Chinese). Specifies Tag (Traditional Chinese).

introduction_cnstring

Introduction (Simplified Chinese). Specifies Introduction (Simplified Chinese).

introduction_enstring

Introduction (English). Specifies Introduction (English).

introduction_hkstring

Introduction (Traditional Chinese). Specifies Introduction (Traditional Chinese).

fee_cnstring

Fee (Simplified Chinese). Specifies Fee (Simplified Chinese).

fee_enstring

Fee (English). Specifies Fee (English).

fee_hkstring

Fee (Traditional Chinese). Specifies Fee (Traditional Chinese).

account_date_cnstring

Account Date Note (Simplified Chinese). Specifies Account Date Note (Simplified Chinese).

account_date_enstring

Account Date Note (English). Specifies Account Date Note (English).

account_date_hkstring

Account Date Note (Traditional Chinese). Specifies Account Date Note (Traditional Chinese).

audit_frontend_resourceobject

Audit Context. Provides audit context for this operation.

Responses

HTTP 200The request was processed successfully. The response data does not contain additional business fields.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

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