Create new payment processor
Processors
Create Processor
Register a new payment processor
POST
Create new payment processor
Documentation Index
Fetch the complete documentation index at: https://docs.vultlocal.com/llms.txt
Use this file to discover all available pages before exploring further.
Create Processor
Register a new payment processor (merchant) with subscriber account and API credentials.Endpoint
Authentication
Bearer token (Admin JWT)
Request Body
Business name
Contact phone number
Email address for login
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
| Code | Description |
|---|---|
| 400 | Invalid request or email already exists |
| 401 | Unauthorized |
| 500 | Internal server error |
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.