Submerchants
Create a submerchant
This endpoint allows you to onboard a new submerchant and generate their unique ID for payment processing and transfers.
POST
The Submerchant API allows you to create submerchant so that you can use their unique ID for transactions while ensuring compliance with regulatory requirements.
Request Parameters
Name of the submerchant (e.g.,
Submerchant Name)A description of the submerchant (e.g.,
Submerchant description).
This field can be used to give information regarding submerchant activity.The street address of the submerchant (e.g.,
RIVIERA BEVERLY HILLSt). The postal code or zip code of the submerchant (e.g.,
00225). The city of the submerchant (e.g.,
ABIDJAN). The phone number of the submerchant (e.g.,
+2250707070707).Response
HTTP Status: 201 CreatedThe unique ID for the submerchant (e.g.,
wwIxF40ciS6NVQddoa5BQ). The name of the submerchant (e.g.,
EM_TEST_01). A description of the submerchant (e.g.,
Submerchant created for testing purposes). The street address of the submerchant.
The postal code or zip code of the submerchant.
The city of the submerchant (e.g.,
ABIDJAN). The two-letter ISO country code associated with the submerchant (e.g.,
CI).
This value is inherited from the merchant. The currency code used by the submerchant (e.g.,
XOF).
This value is inherited from the merchant. The phone number of the submerchant (e.g.,
+2250707070707). A boolean flag indicating if the submerchant account is currently active (e.g.,
true). The current operational status of the submerchant account (e.g.,
Possible values:
live).Possible values:
live, sandbox, testing, suspended, archived The defined activity level or performance tier of the submerchant (e.g.,
top_performer).
Possible values: new, top_performer , low_performer, watch_list An object containing specific configuration settings and preferences for the submerchant.
This value is inherited from the merchant.
A list of users associated with the submerchant account (e.g.,
[]). The date and time the submerchant was created, in ISO 8601 format (e.g.,
2025-11-28T18:21:44.687Z). The date and time the submerchant was last updated, in ISO 8601 format (e.g.,
2025-11-28T18:21:44.750Z). Legal information associated with the submerchant (e.g.,
null). An internal code or reference number for the submerchant (e.g.,
17C). Applicable policies or terms for the submerchant (e.g.,
null). A boolean flag indicating if the submerchant is configured as an aggregator (e.g.,
false). The ID of the merchant group to which the submerchant belongs (e.g.,
tkExvG2obnQtXsrNMUw5d).