Update merchant
Update an existing 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
merchantId
Merchant identifier
organizationId
Organization identifier
Request
This endpoint expects an object.
profile
countryId
defaultCurrencyId
settings
billing
Billing configuration for the merchant
Response
Merchant updated successfully
merchantId
slug
profile
businessType
businessStructure
capabilities
chargesEnabled
countryId
createdAt
defaultCurrencyId
kybComplete
disabled
disabledReason
billing
Billing configuration for the merchant
Country
branding
Errors
400
Update Request Bad Request Error
401
Update Request Unauthorized Error
403
Update Request Forbidden Error
404
Update Request Not Found Error
422
Update Request Unprocessable Entity Error
500
Update Request Internal Server Error