Update merchant

Update an existing merchant within an organization. Requires ORGANIZATION_SETTINGS_ADD_MERCHANT permission.

Path parameters

merchantIdstringRequired
Merchant identifier
organizationIdstringRequired
Organization identifier

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
profileobjectRequired
countryIdstringOptional
defaultCurrencyIdstringOptional
settingsobjectOptional

Response

Merchant updated successfully
merchantIdstring
slugstring
profileobject
businessTypestring
businessStructurestring
capabilitiesobject
chargesEnabledboolean
countryIdstring
createdAtdatetime
defaultCurrencyIdstring
kybCompleteboolean
disabledboolean
disabledReasonstring
Countryobject or null
brandingobject or null

Errors