Error
A valid request URL is required to generate request examples{
"merchant": {
"id": "<string>",
"name": "<string>",
"geo": "<string>",
"currency": "<string>",
"discoverable": true,
"imageUrl": "<string>"
},
"existing": true
}{
"merchant": {
"id": "<string>",
"name": "<string>",
"geo": "<string>",
"currency": "<string>",
"discoverable": true,
"imageUrl": "<string>"
}
}integration
Create a shop (API token, merchant:write)
POST
/
v1
/
integration
/
merchants
Error
A valid request URL is required to generate request examples{
"merchant": {
"id": "<string>",
"name": "<string>",
"geo": "<string>",
"currency": "<string>",
"discoverable": true,
"imageUrl": "<string>"
},
"existing": true
}{
"merchant": {
"id": "<string>",
"name": "<string>",
"geo": "<string>",
"currency": "<string>",
"discoverable": true,
"imageUrl": "<string>"
}
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Available options:
api, hosted Available options:
buyer, merchant YOUR stable id for this shop. Makes creation IDEMPOTENT: a repeat POST with the same externalRef returns the existing shop (200) instead of creating a duplicate. Recommended for every integrator.

