Introduction
- Merchant API request specification
Request URL
- Test Environment Prefix
http://testclient.idcashypay.com/stage-api/
- Formal Environment Prefix
null
Time Zones
Request Type
- Only [POST]
- [content-type: application/json;charset=UTF-8]
Header Parameters
Name |
M/O/C |
Type |
Description |
MerchantId |
Mandatory |
int |
Unique ID by Cashy |
Sign |
Mandatory |
string |
Signature Authentication |
Sample Code API Response
{
"code": 200,
"msg": "SUCCESS",
"data": { ********** }
}
Response Parameters
Name |
Type |
Description |
code |
int |
Status code</br>200=Success</br> 500=Error</br> 401=No access |
msg |
string |
SUCCESS =Success </br>Others are false |
data |
object |
Results |
Error msg
Below are some of most common Error msg across all our endpoints. Reference Errors
.