Create a new merchant
Create a new merchant within an organization. Requires ORGANIZATION_SETTINGS_ADD_MERCHANT permission.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
organizationId
Organization identifier
Request
This endpoint expects an object.
countryId
profile
defaultCurrencyId
settings
billing
Billing configuration for the merchant
Response
Merchant created successfully
merchantId
slug
profile
businessType
businessStructure
capabilities
chargesEnabled
countryId
createdAt
defaultCurrencyId
kybComplete
disabled
disabledReason
billing
Billing configuration for the merchant
Country
branding
Errors
400
Create Request Bad Request Error
401
Create Request Unauthorized Error
403
Create Request Forbidden Error
404
Create Request Not Found Error
422
Create Request Unprocessable Entity Error
500
Create Request Internal Server Error