- EnKash Developer Portal Overview
- Payment Gateway
- Payment Gateway Overview
- Payment Gateway Sign Up
- Payment Methods
- Supported Integrations
- Payment Gateway APIs
- Web Integration
- Server to Server Integration
- Test Card Details
- Authorization
- Orders
- Payments
- Refunds
- Settlements
- Split Settlements
- E-Commerce Plugins
- Payment Links
- Payment Button
- Qr Code
- UPI Mandate
- Payment Links
- Bharat Connect (BBPS)
- About Bharat Connect
- B2B Invoicing
- Invoice
- Payment
- Financing
- Onboarding
- cdNote
- Purchase Order
- webhook-invoice
- webhook-payments
- webhook-business-onboarding
- webhook-financing
- webhook-cdNote
- Webhook Purchase Order
- Webhook Send Purchase Order Request
- Webhook Send Purchase Order Response
- Webhook Confirm Purchase Order Request
- Webhook Confirm Purchase Order Response
- Webhook Edit Purchase Order Request
- Webhook Edit Purchase Order Response
- Webhook Status Change Purchase Order Request
- Webhook Status Change Purchase Order Response
- Bill Payments
- Payouts
- Accounts Payable Management Tool
- Account Receivable
- Expense Management
- Loyalty
- Card Management
- Verification Suite
createCustomer
POST
/api/v0/customer
Customer Apis
Request
Body Params application/json
accountNumber
stringĀ
optional
Match pattern:
^$|^[A-Za-z0-9]{9,36}$
address
stringĀ
optional
companyId
stringĀ
optional
Match pattern:
^CEK[A-Z0-9]{7}$
contactNumber
stringĀ
optional
Match pattern:
^$|^((\+|00)(\d{1,3})[\s-]?)?(\d{10})$
customerCompanyId
stringĀ
optional
customerKeyContacts
array[objectĀ (CustomerKeyContactCreateDTO) {10}]Ā
required
deleted
booleanĀ
required
email
stringĀ
optional
Match pattern:
(?:[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)])
keyContactPersonId
stringĀ
optional
legalName
stringĀ
required
mail_enabled
booleanĀ
optional
mobile
stringĀ
required
Match pattern:
^$|^((\+|00)(\d{1,3})[\s-]?)?(\d{10})$
name
stringĀ
required
sms_enabled
booleanĀ
optional
via
stringĀ
optional
whatsapp_enabled
booleanĀ
optional
customerReminders
array[objectĀ (CustomerReminderCreateDTO) {6}]Ā
optional
customerReminderId
stringĀ
optional
dueDateDifference
integerĀ <int32>
optional
reminderInterval
integerĀ <int32>
optional
reminderTime
objectĀ
optional
Example:
HH:mm
reminderType
enum<string>Ā
optional
Allowed values:
ONCERECURRING
stage
stringĀ
optional
externalSource
booleanĀ
optional
ifsc
stringĀ
optional
Match pattern:
^$|^[A-Za-z]{4}0[A-Z0-9a-z]{6}$
legalName
stringĀ
required
panOrGstin
stringĀ
optional
Match pattern:
^$|^(([0][1-9]|[1-2][0-9]|[3][0-7])[A-Za-z]{3}[ABCFGHLJPTKabcfghljptk][A-Za-z]\d{4}[A-Za-z][A-Za-z0-9][Zz][A-Za-z0-9])?|([A-Za-z]{3}[ABCFGHLJPTKEabcfghljptke][A-Za-z]\d{4}[A-Za-z])$
pinCode
stringĀ
optional
Match pattern:
^$|^[0-9]{6}$
source
enum<string>Ā
optional
Allowed values:
ENKASHTALLY
state
stringĀ
optional
uniqueRefNo
stringĀ
optional
Example
{
"accountNumber": "string",
"address": "string",
"companyId": "string",
"contactNumber": "string",
"customerCompanyId": "string",
"customerKeyContacts": [
{
"deleted": true,
"email": "string",
"keyContactPersonId": "string",
"legalName": "string",
"mail_enabled": true,
"mobile": "string",
"name": "string",
"sms_enabled": true,
"via": "string",
"whatsapp_enabled": true
}
],
"customerReminders": [
{
"customerReminderId": "string",
"dueDateDifference": 0,
"reminderInterval": 0,
"reminderTime": "HH:mm",
"reminderType": "ONCE",
"stage": "string"
}
],
"externalSource": true,
"ifsc": "string",
"legalName": "string",
"panOrGstin": "string",
"pinCode": "string",
"source": "ENKASH",
"state": "string",
"uniqueRefNo": "string"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v0/customer' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
š¢200OK
application/json
Body
errorResponse
objectĀ (ErrorResponse)Ā
optional
apiSubErrors
array[objectĀ (ApiSubError)]Ā
optional
errorMessage
stringĀ
optional
errorType
enum<string>Ā
optional
Allowed values:
CLIENT_REQUEST_ABORTCLIENT_REQUEST_ERRORINVALID_ACCESSRECORD_NOT_FOUNDSYSTEM_ERRORUNAUTHORIZEDUNKNOWN_ERRORUNPROCESSABLE_REQUESTVALIDATION_ERROR
requestId
stringĀ
optional
timestamp
stringĀ
optional
Example:
yyyy-MM-dd HH:mm:ss
payload
objectĀ (CustomerResponse)Ā
optional
accountNumber
stringĀ
optional
active
booleanĀ
optional
address
stringĀ
optional
assignedAgent
stringĀ
optional
bankName
stringĀ
optional
branchCodes
array[string]
optional
companyId
stringĀ
optional
contactEmail
stringĀ
optional
contactNumber
stringĀ
optional
createdBy
stringĀ
optional
createdByName
stringĀ
optional
createdOn
stringĀ <date-time>
optional
customerId
stringĀ
optional
customerKeyContacts
array[objectĀ (CustomerKeyContactResponse) {14}]Ā
optional
customerLogo
stringĀ
optional
customerReminders
array[objectĀ (CustomerReminderConfigResponse) {7}]Ā
optional
dsoMedian
integerĀ <int64>
optional
id
integerĀ <int64>
optional
ifsc
stringĀ
optional
legalName
stringĀ
optional
modifiedBy
stringĀ
optional
modifiedByName
stringĀ
optional
modifiedOn
stringĀ <date-time>
optional
netAmount
numberĀ
optional
panOrGstin
stringĀ
optional
parentCompanyId
stringĀ
optional
parentLegalName
stringĀ
optional
pinCode
stringĀ
optional
state
stringĀ
optional
uniqueRefNo
stringĀ
optional
warnings
array[string]
optional
response_code
integerĀ <int32>
optional
response_message
stringĀ
optional
Example
{
"errorResponse": {
"apiSubErrors": [
{}
],
"errorMessage": "string",
"errorType": "CLIENT_REQUEST_ABORT",
"requestId": "string",
"timestamp": "yyyy-MM-dd HH:mm:ss"
},
"payload": {
"accountNumber": "string",
"active": true,
"address": "string",
"assignedAgent": "string",
"bankName": "string",
"branchCodes": [
"string"
],
"companyId": "string",
"contactEmail": "string",
"contactNumber": "string",
"createdBy": "string",
"createdByName": "string",
"createdOn": "2019-08-24T14:15:22Z",
"customerId": "string",
"customerKeyContacts": [
{
"createdBy": "string",
"createdOn": "2019-08-24T14:15:22Z",
"customerId": "string",
"customerName": "string",
"deleted": "string",
"email": "string",
"keyContactPersonId": "string",
"mail_enabled": true,
"mobile": "string",
"modifiedBy": "string",
"modifiedOn": "2019-08-24T14:15:22Z",
"name": "string",
"sms_enabled": true,
"whatsapp_enabled": true
}
],
"customerLogo": "string",
"customerReminders": [
{
"customerId": "string",
"customerReminderId": "string",
"dueDateDifference": 0,
"reminderInterval": 0,
"reminderTime": "HH:mm",
"reminderType": "ONCE",
"stage": "string"
}
],
"dsoMedian": 0,
"id": 0,
"ifsc": "string",
"legalName": "string",
"modifiedBy": "string",
"modifiedByName": "string",
"modifiedOn": "2019-08-24T14:15:22Z",
"netAmount": 0,
"panOrGstin": "string",
"parentCompanyId": "string",
"parentLegalName": "string",
"pinCode": "string",
"state": "string",
"uniqueRefNo": "string",
"warnings": [
"string"
]
},
"response_code": 0,
"response_message": "string"
}
š 400Bad Request
š 401Unauthorized
š 403Forbidden
š 404Not Found
š 422Unprocessable Request
š“500Server Error
Modified atĀ 2024-10-10 08:34:46