Introduction
Learn how to configure settings....
Create Order API
The order is created through this API. Once the order is created, you will get a payment link. You can accept the payment very easily by redirecting to the same payment link.
URL: https://smartupiqr.co.in/api/create-order
Form-Encoded Payload (application/x-www-form-urlencoded) : (multipart/form-data) : (application/json)
Request:
{
"customer_mobile": "9035XXXXXX",
"user_token": "8a03d485sssssss002507eff",
"amount": "1",
"order_id": "8787772321800",
"redirect_url": "your website url",
}
Success Response
{
"status_code": 201,
"status": "Success",
"message": "Order Created Successfully",
"result": {
"orderId": "779556",
"payment_url": "https://smartupiqr.co.in/payment6/instant-pay/bb0cd6129742e1d814e4dbe43c8182abb5d1f99db04f558f46f9794c0da7f41b"
}
}
Failed Response
{
"status_code": 404,
"status": "Failed",
"message": "Invalid or missing user token"
}
Check Order Status API
The order is created through this API. Once the order is created, you will get a payment link. You can accept the payment very easily by redirecting to the same payment link.
URL: https://smartupiqr.co.in/api/check-order-status
Form-Encoded Payload (application/x-www-form-urlencoded) : (multipart/form-data) : (application/json)
{
"user_token": "2048f66bssssssa3262d7a398ab577",
"order_id": "00322313697"
}
Success Response
{
"status_code": 200,
"status": "Success",
"message": "Transaction Successfully",
"result": {
"txnStatus": "SUCCESS",
"orderId": "20241117160742",
"amount": 20,
"date": "2024-11-17 21:37:42",
"utr": "476289409478"
}
}
Failed Response
{
"status_code": 400,
"status": "Failed",
"message": "Transaction Failed",
"result": {
"txnStatus": "FAILURE",
"orderId": "779",
"amount": 1,
"date": "2024-11-18 16:13:27"
}
}
Message API
Text Message API Endpoint:
GET https://wa.easypanservice.in/api/send-text
Required Query Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
| api_key | string | Yes | Your session API key |
| number | string | Yes | number |
| msg | string | Yes | Message content |
Example:
https://wa.easypanservice.in/api/send-text?api_key=abc123&number=917585xxxxxx&msg=Hello+😊
Success Response:
{
"status": true,
"message": "Text message added to processing queue",
"taskId": "abc123-1753381008885-0czdu",
"queuePosition": 3
}
Error Examples:
{"status":false,"message":"API key is required"}
{"status":false,"message":"Invalid API key"}
{"status":false,"message":"Subscription expired"}
Recharge & BBPS API
TransactionApi
GET : https://e-kendra.in/TransactionApi.html
Query String Parameters
| Key | Value | Description |
|---|---|---|
| ApiKey * | String | API Key value from 'Credentials' |
| Type * | String | Recharge / Token / BBPS |
| AccountNo * | String | User Account OR Mobile No |
| MobileNo * | Int | Customer Mobile for Alert | Required Only BBPS Time |
| OperatorCode * | String | Operator Code value from 'MyCommission' |
| Amount * | Float | Amount To be Recharge |
| Quantity * | Int | Quantity To Be Recharge | Required Only Token Time |
| RefId * | Int | Unique RefId Received In Bill FetchApi Response |
| ClientOrderId * | String | Unique Order ID Provided By Your Self |
JSON Responses
| Key | Value | Description |
|---|---|---|
| Status | String | Pending / Success / Failed |
| Type | String | Recharge / Token / BBPS |
| ClientOrderId | String | Unique Order ID Provided By Your Self |
| AccountNo | String | User Account OR Mobile No |
| Amount | Float | Amount To be Recharge |
| Quantity | Int | Quantity To Be Recharge |
| OrderId | String | Unique Order ID Provide By Ekendra Pan Services |
| OperatorId | String | Unique Operator ID Provide By Operator |
| Message | String | Transaction Details |
| HttpCode | Int | Http Responses Code |
Transaction StatusApi
GET : https://e-kendra.in/StatusApi.html
Query String Parameters
| Key | Value | Description |
|---|---|---|
| ApiKey * | String | API Key value from 'Credentials' |
| ClientOrderId * | String | Unique Order ID Provided By Your Self |
JSON Responses
| Key | Value | Description |
|---|---|---|
| Status | String | Pending / Success / Failed |
| Type | String | Recharge / Token / BBPS |
| ClientOrderId | String | Unique Order ID Provided By Your Self |
| AccountNo | String | User Account OR Mobile No |
| Amount | Float | Amount To be Recharge |
| Quantity | Int | Quantity To Be Recharge |
| OrderId | String | Unique Order ID Provide By Ekendra Pan Services |
| OperatorId | String | Unique Operator ID Provide By Operator |
| Message | String | Transaction Details |
| HttpCode | Int | Http Responses Code |
Bill FetchApi
GET : https://e-kendra.in/FetchApi.html
PAN Card API
Login api Panel
URL: https://live.easypanservice.in
Verification API
Login api Panel
update soon api docs
Insurance API
Login api Panel
update soon api docs
Plan API
Login api Panel
update soon api docs
Find API
Login api Panel
update soon api docs