Skip to main content

24SevenPay Merchant API (v1)

Download OpenAPI specification:Download

Merchant

/merchants

Request Body schema:
name
required
string non-empty
organizationNumber
required
string non-empty
email
required
string <email> non-empty
phoneNumber
required
string non-empty
webhook
required
string non-empty

Responses

Request samples

Content type
{
  • "name": "string",
  • "organizationNumber": "string",
  • "email": "user@example.com",
  • "phoneNumber": "string",
  • "webhook": "string"
}

Response samples

Content type
application/json
{
  • "id": 0,
  • "apiKey": "string",
  • "secret": "string"
}