Download OpenAPI specification:Download
create a merchant
Merchant created
Bad Request
Unauthorized
Internal Server Error
{- "email": "string",
- "phone": "string",
- "type": "ESTABLISHED",
- "country": "AX",
- "price_plan": "string",
- "platform": "string",
- "special_offer_id": "string",
- "custom_data": {
- "property1": { },
- "property2": { }
}, - "business_information": {
- "organization_is_registered": true,
- "organization_entity_type": "SOLE_TRADER",
- "organization_name": "string",
- "organization_registration_id": "string",
- "organization_registration_authority": "string",
- "vat_id": "string",
- "subject_to_vat": true,
- "registered_address": {
- "street_address": "string",
- "street_address2": "string",
- "postal_code": "string",
- "city": "string",
- "region": "string",
- "country": "AX"
}, - "operating_address": {
- "street_address": "string",
- "street_address2": "string",
- "postal_code": "string",
- "city": "string",
- "region": "string",
- "country": "AX"
}, - "owner": {
- "given_name": "string",
- "family_name": "string",
- "date_of_birth": "2019-08-24",
- "title": "string"
}, - "owners": [
- {
- "given_name": "string",
- "family_name": "string",
- "date_of_birth": "2019-08-24",
- "title": "string",
- "managing_director": true,
- "personal_id": "string",
- "street_address": "string",
- "street_address2": "string",
- "postal_code": "string",
- "city": "string",
- "region": "string",
- "country": "AX"
}
]
}, - "store_information": {
- "stores": [
- {
- "country": "AX",
- "store_name": "string",
- "organization_category": "ADULT_SHOES_AND_CLOTHING",
- "merchant_category_code": 0,
- "homepage_url": "string",
- "icon_url": "string",
- "logo_url": "string",
- "support_email": "string",
- "support_phone": "string"
}
]
}, - "bank_accounts": [
- {
- "account_number": "string",
- "account_type": "IBAN",
- "account_holder": "string",
- "country": "AX",
- "currency_code": "AUD",
- "routing_number": "string",
- "is_default": true
}
], - "stakeholders": [
- {
- "type": "string",
- "address": {
- "street_address": "string",
- "street_address2": "string",
- "postal_code": "string",
- "city": "string",
- "region": "string",
- "country": "AX"
}, - "company_name": "string",
- "registration_id": "string"
}
]
}
replace a merchant
Merchant replaced
Bad Request
Unauthorized
Internal Server Error
{- "email": "string",
- "phone": "string",
- "type": "ESTABLISHED",
- "country": "AX",
- "price_plan": "string",
- "platform": "string",
- "special_offer_id": "string",
- "custom_data": {
- "property1": { },
- "property2": { }
}, - "business_information": {
- "organization_is_registered": true,
- "organization_entity_type": "SOLE_TRADER",
- "organization_name": "string",
- "organization_registration_id": "string",
- "organization_registration_authority": "string",
- "vat_id": "string",
- "subject_to_vat": true,
- "registered_address": {
- "street_address": "string",
- "street_address2": "string",
- "postal_code": "string",
- "city": "string",
- "region": "string",
- "country": "AX"
}, - "operating_address": {
- "street_address": "string",
- "street_address2": "string",
- "postal_code": "string",
- "city": "string",
- "region": "string",
- "country": "AX"
}, - "owner": {
- "given_name": "string",
- "family_name": "string",
- "date_of_birth": "2019-08-24",
- "title": "string"
}, - "owners": [
- {
- "given_name": "string",
- "family_name": "string",
- "date_of_birth": "2019-08-24",
- "title": "string",
- "managing_director": true,
- "personal_id": "string",
- "street_address": "string",
- "street_address2": "string",
- "postal_code": "string",
- "city": "string",
- "region": "string",
- "country": "AX"
}
]
}, - "store_information": {
- "stores": [
- {
- "country": "AX",
- "store_name": "string",
- "organization_category": "ADULT_SHOES_AND_CLOTHING",
- "merchant_category_code": 0,
- "homepage_url": "string",
- "icon_url": "string",
- "logo_url": "string",
- "support_email": "string",
- "support_phone": "string"
}
]
}
}
partially update a merchant
Merchant partly updated
Bad Request
Unauthorized
Internal Server Error
{- "email": "string",
- "phone": "string",
- "price_plan": "string",
- "platform": "string",
- "special_offer_id": "string",
- "custom_data": {
- "property1": { },
- "property2": { }
}, - "business_information": {
- "organization_is_registered": true,
- "organization_entity_type": "SOLE_TRADER",
- "organization_name": "string",
- "organization_registration_id": "string",
- "organization_registration_authority": "string",
- "vat_id": "string",
- "subject_to_vat": true,
- "registered_address": {
- "street_address": "string",
- "street_address2": "string",
- "postal_code": "string",
- "city": "string",
- "region": "string",
- "country": "AX"
}, - "operating_address": {
- "street_address": "string",
- "street_address2": "string",
- "postal_code": "string",
- "city": "string",
- "region": "string",
- "country": "AX"
}, - "owner": {
- "given_name": "string",
- "family_name": "string",
- "date_of_birth": "2019-08-24",
- "title": "string"
}
}, - "store_information": {
- "stores": [
- {
- "country": "AX",
- "store_name": "string",
- "organization_category": "ADULT_SHOES_AND_CLOTHING",
- "merchant_category_code": 0,
- "homepage_url": "string",
- "icon_url": "string",
- "logo_url": "string",
- "support_email": "string",
- "support_phone": "string"
}
]
}
}
update the homepage_url
Homepage url updated
Bad Request
Unauthorized
Internal Server Error
{- "homepage_url": "string"
}
Get the URL of the widget that will be shown in the partner's backend to collect additional merchant information
Get a new widget url
Bad Request
Unauthorized
Internal Server Error