https://b-api.longbridge.xyz/atm/deposit/filter/ruleAuthorization
Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.
Request body application/json
Payer Bank Account. Whether it is required depends on the payer_bank_account_switch toggle.
Payer Name. Whether it is required depends on the payer_name_switch toggle.
Currency. Whether it is required depends on the currency_switch toggle; the dropdown enum comes from ref global_currency_filter_by_account_channel.
Call GET /v1/datasets/refs/tenant_currencies_by_channel to retrieve the current data dictionary, and use the returned entry's key as this field's value.
Bank Account. Whether it is required depends on the lb_bank_account_switch toggle.
Business Type. Whether it is required depends on the business_type_switch toggle; the dropdown enum comes from ref atm_bank_business_type.
Call GET /v1/datasets/refs/deposit_block_business_types to retrieve the current data dictionary, and use the returned entry's key as this field's value.
Bank Remark. Whether it is required depends on the bank_remark_switch toggle.
Bank Return Message. An optional field; the client sets no required validation.
Audit Context. Audit information automatically attached by the client, containing $behavior and $action='add'.
Responses
HTTP 200The request was processed successfully. The response data does not contain additional business fields.codemessagedatadataobjectdata structureNo nested fields
HTTP 400Bad request. Check the business error code in code and the error details in message.codemessagedatadataobjectdata structureNo nested fields
HTTP 401The user is not authenticated, or the login session has expired.codemessagedatadataobjectdata structureNo nested fields
HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.codemessagedatadataobjectdata structureNo nested fields
HTTP 408The request timed out. Check the business error code in code and the error details in message.codemessagedatadataobjectdata structureNo nested fields