24SevenPay Merchant API (v1)
Download OpenAPI specification:Download
/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
- Payload
Content type
{- "name": "string",
- "organizationNumber": "string",
- "email": "user@example.com",
- "phoneNumber": "string",
- "webhook": "string"
}Response samples
- 200
- 400
- 409
Content type
application/json
{- "id": 0,
- "apiKey": "string",
- "secret": "string"
}