Update a merchant by ID
Update a merchant by ID
Path parameters
The unique identifier of the merchant
The unique identifier of the merchant
Request body
Example request
{
"brand_name": "Updated Example Brand",
"uri": "updated-example-merchant.com",
"category_code": "4816",
"country": "GB"
}Response
Success
Example response
{
"success": true,
"data": {
"id": "123e4567-e89b-12d3-a456-426614174001",
"brand_name": "Example Brand",
"uri": "https://example-merchant.com",
"category_code": "4816",
"country": "GB",
"settlement_currency": "EUR",
"multi_account_setting": true,
"refund_retention_rate": "0.0500",
"client_id": "merchant_123",
"has_client_secret": true,
"account_owners": []
}
}Changes
Changed in 3 of the 8 revisions of this API.219
- ▲
the
error/coderesponse's property type/format changed fromstring/to/for status400response-property-type-changed
- ●
removed the optional property
error/errorsfrom the response with the400statusresponse-optional-property-removed
- ○
added the new optional request property
countrynew-optional-request-property
- ○
the
urirequest property type/format was generalized fromstring/uritostring/request-property-type-generalized
- ○
added the optional property
data/countryto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/settlement_currencyto the response with the200statusresponse-optional-property-added
- ○
added the optional property
error/metadatato the response with the400statusresponse-optional-property-added
- ○
added
subschema #1subschema #2to theerror/coderesponse propertyallOflist for the response status400response-property-all-of-added
- ○
added the required property
data/has_client_secretto the response with the200statusresponse-required-property-added
- ○
added the required property
data/refund_retention_rateto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 367 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲