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

Updated merchant information
profileobjectRequired
countryIdstringOptional
defaultCurrencyIdstringOptional
settingsobjectOptional
billingobjectOptional
Billing configuration for the merchant

Response

Merchant updated successfully
merchantIdstring
slugstring
profileobject
businessTypestring
businessStructurestring
capabilitiesobject
chargesEnabledboolean
countryIdstring
createdAtstringformat: "date-time"
defaultCurrencyIdstring
kybCompleteboolean
disabledboolean
disabledReasonstring
billingobject
Billing configuration for the merchant
Countryobject or null
brandingobject or null

Errors