Create new payment processor
Processors
Create Processor
Register a new payment processor
POST
Create new payment processor
Create Processor
Register a new payment processor (merchant) with subscriber account and API credentials.Endpoint
Authentication
string
required
Bearer token (Admin JWT)
Request Body
string
required
Business name
string
required
Contact phone number
string
required
Email address for login
string
required
Initial password (min 6 characters)
Response
What Gets Created
- Processor record in database
- System user account for dashboard login
- API key for POS integration
- HMAC secret for request signing
- WhatsApp notification with credentials
Errors
Authorizations
JWT token from admin login for administrative operations. Format: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'
Body
application/json
Processor details
Response
Processor created successfully
The response is of type object.