v1

latestOpenAPI 3.0.02026-07-24102143224.1 KB
Merchant

Get merchant info

get/v3/merchant/info

Response

Merchant Info

successboolean required

Boolean with true=success, false=failure

messagestring required

Plain-text description of the result

Example response

{
  "payload": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "preferredName": "Merchant 1",
    "internalName": "Merchant 1",
    "billingContact": {
      "email": "billing@merchant.com",
      "phone": "+1-555-123-4567"
    },
    "logo": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA..."
  }
}