Create Merchant

Create a new sub-merchant within the context of a marketplace.

SecurityMarketplace Api Key | Admin JWT | Marketplace JWT
Request
header Parameters
Marketplace-Id
string

Perform operation in the context of the given marketplace. Usually not required — specify only if acting on behalf of a marketplace not implied by the credentials specified in the Authorization header.

Request Body schema: application/json
required
One of:
required
object (CreateServiceProviderSubmerchant1)

Request associated with the creation of a skeleton sub-merchant without full eCommerce due diligence requirements

Responses
200
400
401
403
404
405
406
409
422
429
500
503
post/merchants
Request samples
application/json
{
  • "CreateServiceProviderSubmerchant": {
    }
}
Response samples
application/json
{
  • "ServiceProviderMerchant": {
    }
}
Copyright © April Solutions 2023. All right reserved.