Authorizations
The API key. For more details, refer to API key.
In the API playground, enter your API secret, and your API key will be accordingly calculated.
Body
The request body to create a merchant.
The merchant name.
"Merchant A"
This field has been deprecated.
"123e4567-e89b-12d3-a456-426614174001"
The developer fee rate applied to this merchant. Expressed as a string in decimal format where "0.1" represents 10%. For more information on developer fee rate, please refer to Amounts and balances.
"0.1"
The type of wallet setup for the merchant. Each wallet contains multiple cryptocurrency addresses that serve as the merchant’s receiving addresses.
Shared
: (Default) Multiple merchants share the same wallet. The wallet’s addresses may be used to receive payments for multiple merchants simultaneously.Separate
: Create a dedicated wallet for the merchant to achieve complete fund isolation. All addresses in this wallet are only used to receive payments for this merchant.Default
: The default wallet automatically created by the system for the default merchant (the merchant that shares the same name as your organization). Do not select this option when creating a merchant.
Default
, Shared
, Separate
"Shared"
Response
The request was successful.
The merchant ID.
"1"
The merchant name.
"Merchant-1"
This field has been deprecated.
"123e4567-e89b-12d3-a456-426614174001"
The developer fee rate applied to this merchant.
"0.01"
The type of wallet setup for the merchant. Each wallet contains multiple cryptocurrency addresses that serve as the merchant’s receiving addresses.
Shared
: (Default) Multiple merchants share the same wallet. The wallet’s addresses may be used to receive payments for multiple merchants simultaneously.Separate
: Create a dedicated wallet for the merchant to achieve complete fund isolation. All addresses in this wallet are only used to receive payments for this merchant.Default
: The default wallet automatically created by the system for the default merchant (the merchant that shares the same name as your organization). Do not select this option when creating a merchant.
Default
, Shared
, Separate
"Shared"
The creation time of the merchant, represented as a UNIX timestamp in seconds.
1744689600
The last update time of the merchant, represented as a UNIX timestamp in seconds.
1744689600