Create Merchant
Merchants
Create Merchant
Create a new merchant account with full onboarding information
POST
Create Merchant
Documentation Index
Fetch the complete documentation index at: https://docs.digitzs.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Overview
Use this endpoint to create a new merchant account. This comprehensive onboarding process collects personal, business, and banking information required for payment processing.Merchant accounts are created in real-time and can begin processing payments immediately upon approval.
Authentication
| Header | Value | Required |
|---|---|---|
x-api-key | Your API key | Yes |
Authorization | Bearer {appToken} | Yes |
appId | Your application ID | Yes |
Content-Type | application/json | Yes |
Request Body
Must be
"merchants"Merchant account attributes
AVS mode:
"Standard", "Strict", or "Disabled"Account type:
"personal" or "business"Name for the merchant account
Optional additional metadata
Personal information for account holder
Personal address
Business information (required for business accounts)
Business address (required for business accounts)
Bank account information for deposits
Verification and compliance data
Fraud detection policy:
"Default", "Strict", or "Disabled"ThreatMetrix session identifier for fraud screening
Example Request
Response
Success Response (201 Created)
Unique merchant account identifier. Use this ID for all payment processing.
Code Examples
AVS Modes
| Mode | Description |
|---|---|
Standard | Requires ZIP code match for card payments |
Strict | Requires full address match for card payments |
Disabled | No AVS verification required |
Important Notes
Real-Time Creation: Merchant accounts are created instantly and can process payments immediately after successful creation.
Best Practices
- Validate Data: Validate all fields before submission to prevent errors
- Secure Collection: Use secure forms to collect sensitive information
- Email Verification: Verify email addresses before creating accounts
- Terms Acceptance: Ensure users explicitly accept terms and conditions
- IP Logging: Record accurate IP addresses for compliance
- Test Mode: Test thoroughly in sandbox before production deployment
Next Steps
Get Merchant Details
Retrieve merchant account information
Update Bank Info
Update merchant bank account details

