Merchants
Get Merchant
Returns a Merchant for a valid Merchant code.
get/v1/merchants/{merchant_code}
Path parameters
merchant_codestring required
Example:MK10CL2A
Short unique identifier for the merchant.
Query parameters
versionstring
The version of the resource. At the moment, the only supported value is latest. When provided and the requested resource's change_status is pending, the resource will be returned with all pending changes applied. When no changes are pending the resource is returned as is. The change_status in the response body will reflect the current state of the resource.
Response
Returns a Merchant for a valid identifier.
Example response
{
"merchant_code": "MK01A8C2",
"organization_id": "G0UZPVAX",
"company": {
"name": "Gin & Doughnuts Bar GmbH",
"merchant_category_code": "1532",
"address": {
"street_address": [
"Paul-Linke-Ufer 39-40",
"2. Hinterhof"
],
"post_code": "10999",
"city": "Berlin",
"country": "DE"
},
"trading_address": {
"street_address": [
"Paul-Linke-Ufer 39-40",
"2. Hinterhof"
],
"post_code": "10999",
"city": "Berlin",
"country": "DE"
},
"phone_number": "+420123456789",
"attributes": {}
},
"country": "BR",
"business_profile": {
"name": "Example Coffee",
"dynamic_descriptor": "Example Coffee",
"website": "https://example.com",
"email": "contact@example.com",
"phone_number": "+420123456789",
"address": {
"street_address": [
"Paul-Linke-Ufer 39-40",
"2. Hinterhof"
],
"post_code": "10999",
"city": "Berlin",
"country": "DE"
}
},
"default_currency": "EUR",
"default_locale": "de-DE",
"meta": {},
"classic": {
"id": 1234
}
}