Download OpenAPI specification:Download
Update data of a Merchant according to JSON Merge Patch specification. When a field is absent, its previous value will remain. Some fields can be set explicitly to null to delete the previous value without setting a new one.
Ok
Bad Request
Unauthorized
Forbidden
Not Found
Unprocessable Entity
Internal Server Error
{- "business": {
- "name": "string",
- "registered_address": {
- "street": "string",
- "street2": "string",
- "postal_code": "string",
- "city": "string",
- "country": "AX",
- "region": "string"
}, - "is_registered": true,
- "registration_id": "string",
- "subject_to_vat": true,
- "vat_id": "string"
}, - "store": {
- "name": "string",
- "url": "string",
- "category": "ADULT_SHOES_AND_CLOTHING",
- "merchant_category_code": 0,
- "country": "AX",
- "logo_url": "string",
- "icon_url": "string",
- "feature_image_url": "string",
- "facebook_url": "string",
- "instagram_url": "string",
- "admin_email": "string",
- "risk_email": "string",
- "disputes_email": "string",
- "customer_support_email": "string",
- "customer_support_phone": "string"
}, - "stakeholders": [
- {
- "resource_id": "4d5215ed-38bb-48ed-879a-fdb9ca58522f",
- "given_name": "string",
- "family_name": "string",
- "date_of_birth": "2019-08-24",
- "address": {
- "street": "string",
- "street2": "string",
- "postal_code": "string",
- "city": "string",
- "country": "AX",
- "region": "string"
}, - "personal_id": "string",
- "roles": [
- "APPLICANT"
], - "title": "string"
}
], - "platform": "string"
}
Pick reserved merchant from prepared pool
Ok
Bad Request
Unauthorized
Forbidden
Not Found
Unprocessable Entity
Internal Server Error
{- "bank_account_preset_id": 0,
- "price_plan": "string",
- "business": {
- "name": "string",
- "registered_address": {
- "street": "string",
- "street2": "string",
- "postal_code": "string",
- "city": "string",
- "country": "AX",
- "region": "string"
}, - "is_registered": true,
- "registration_id": "string",
- "subject_to_vat": true,
- "vat_id": "string"
}, - "store": {
- "name": "string",
- "url": "string",
- "category": "ADULT_SHOES_AND_CLOTHING",
- "merchant_category_code": 0,
- "country": "AX",
- "logo_url": "string",
- "icon_url": "string",
- "feature_image_url": "string",
- "facebook_url": "string",
- "instagram_url": "string",
- "admin_email": "string",
- "risk_email": "string",
- "disputes_email": "string",
- "customer_support_email": "string",
- "customer_support_phone": "string"
}, - "stakeholders": [
- {
- "resource_id": "4d5215ed-38bb-48ed-879a-fdb9ca58522f",
- "given_name": "string",
- "family_name": "string",
- "date_of_birth": "2019-08-24",
- "address": {
- "street": "string",
- "street2": "string",
- "postal_code": "string",
- "city": "string",
- "country": "AX",
- "region": "string"
}, - "personal_id": "string",
- "roles": [
- "APPLICANT"
], - "title": "string"
}
], - "platform": "string"
}