Skip to content
Billing Setup

Update IPO Default Commission

Update IPO Default Commission.

Request parameters

  • Required: sfc_transaction_levy (SFC Transaction Levy), transaction_fee (Transaction Fee), transaction_levy (Transaction Levy), commission (Brokerage Commission), lb_commission (Longbridge Commission), audit_frontend_resource (Audit Context)
  • See each field for its format, allowed values, and business meaning.

Result

On success, the endpoint completes the operation. See the 200 response schema for returned data and subsequent state information.

POSThttps://b-api.longbridge.xyz/v2/ipo/rate/save-default

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

sfc_transaction_levynumberrequired

A percentage value, e.g. 0.0027 means 0.0027%.

transaction_feenumberrequired

Specifies Transaction Fee. This field is required.

transaction_levynumberrequired

Specifies Transaction Levy. This field is required.

commissionnumberrequired

Specifies Brokerage Commission. This field is required.

lb_commissionstringrequired

Always sends the string "0.00"; not user-editable.

audit_frontend_resourceobjectrequired

A snapshot of the default rate data before editing, queried before submission and used for backend audit trails; attached on every submission.

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