| deposit amount limit rules | |||
|---|---|---|---|
| wayCode | Minimum single transaction | Highest single transaction | Description |
| EWALLET_BKASH | 100 | 30,000 | bKash Agent |
| EWALLET_NAGAD | 100 | 30,000 | Nagad Agent |
| EWALLET_BKASH_OFFICIAL | 50 | 75,000 | Maintenance in progress, temporarily not supported |
{
"amount": "100",
"currency": "BDT",
"customerContact": "01011111111",
"mchNo": "M1688443982",
"mchOrderNo": "MJL8932024090200244",
"notifyUrl": "http://47.241.33.220:8896/tarspay/notify",
"returnUrl": "https://merchant-test.tarspay.com/#/",
"wayCode": "EWALLET_BKASH"
}curl --location --request POST '/api/pay/unifiedOrder' \
--header 'X-API-KEY: 0221f85d6a09945403ef161b5200f4df152935a748ce2b9f291bb2d351d709b6a0' \
--header 'X-API-NONCE: 1704250498993' \
--header 'X-API-SIGNATURE: 304502203968d3ce6a4c275816fbf71feee790ca4dfb192df71d49e10d6314368470bf79022100b9cacaf8df3fd302bd408b2f0e75c9a54069b3994748b6a31aac1dd3928ff0a6' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": "100",
"currency": "BDT",
"customerContact": "01011111111",
"mchNo": "M1688443982",
"mchOrderNo": "MJL8932024090200244",
"notifyUrl": "http://47.241.33.220:8896/tarspay/notify",
"returnUrl": "https://merchant-test.tarspay.com/#/",
"wayCode": "EWALLET_BKASH"
}'{
"code": 0,
"data": {
"amount": "48888",
"body": "Test",
"countryCode": "bd",
"currency": "BDT",
"customerContact": "01011111111",
"expiredTime": 1727258344,
"mchOrderNo": "MJL79420240909000173",
"orderState": 1,
"payData": "01740026029",
"payDataType": "payurl",
"payOrderId": "P1838873343087747073",
"payUrl": "https://checkout.tpservice.vip/#/pay/bd/EWALLET_BKASH/P1838873343087747073",
"payWays": {
"ewallet": [
{
"countryCode": "bd",
"createdAt": 0,
"id": 105,
"payCode": "01740026029",
"payWay": "EWALLET_BKASH",
"payWayLogo": "https://defipay.oss-ap-southeast-1.aliyuncs.com/bKash.png",
"payWayType": "ewallet",
"skipMode": 2,
"state": 1,
"updatedAt": 0
}
]
},
"requestUrl": "https://merchant.tarspay.com/#/",
"subject": "buycar"
},
"msg": "SUCCESS",
"sign": "3046022100feeaf6130bd3e66bd5b476a67bfbbda05fbe60b3f252385ce49e3f00aa34f905022100f237d98c7d5f32246a862746162f2c14a4b8d4fdc4692f038efdb7f1961b18f4"
}