latestSwagger 2.02026-08-20196638916.1 KB
23d8982b533d
Partner Integration.Merchants
Get merchant
Retrieve information about an existing merchant.
get/partner-integration/v1/merchants/{id}
Path parameters
idstring required
The id of the merchant requested.
Response
A successful response.
Example response
{
"appId": "125801f6-4657-436d-b317-8f0153705fb6",
"categoryCode": "5816",
"countryCode": "GB",
"external_id": "12d5c553-1558-454d-8981-6c2810138abe",
"id": "05d5c053-1558-454d-8981-6c2810138abe",
"name": "Example Inc.",
"organizationNumber": "12345",
"status": "VERIFIED",
"url": "https://endpoint.example.com"
}