Skip to content
Deposit Parameter

Check Group Deposit Config

Check Deposit Config Exist.

Request parameters

  • Required: account_channel (Account channel), company_id (Company id), region_id (Region id), region_bank_id (Region bank type), bank_operation_types_id (Bank operation type id)
  • Optional: auth_state (Auth state), currency_banks (Currency-bank configs), ids (Config ids to exclude self (on edit)), org_id (Org id)
  • 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/atm/check/exist/group/deposit/config

Authorization

Authorizationstringheaderlb_hk_depositconfig.depositconfig_group_updateRequired

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

Request body application/json

account_channelstringrequired

Account channel. Specifies Account channel. This field is required.

company_idintegerrequired

Company id. Specifies Company id. This field is required.

region_idintegerrequired

Region id. Specifies Region id. This field is required.

region_bank_idintegerrequired

Region bank type. Specifies Region bank type. This field is required.

bank_operation_types_idintegerrequired

Bank operation type id. Specifies Bank operation type id. This field is required.

auth_statestring

Auth state. Specifies Auth state.

currency_banksarray<object>

Currency-bank configs. Specifies Currency-bank configs.

Child attributes
currenciesstring

Currency. Specifies Currency.

lb_bank_account_idstring

Remittance bank. Specifies Remittance bank.

prioritystring

Priority. Specifies Priority.

idsarray<string>

Config ids to exclude self (on edit). Specifies Config ids to exclude self (on edit).

org_idinteger

Org id. Specifies Org id.

Responses

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

Whether config already exists. Specifies Whether config already exists.

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