post https://app.pinwallet.in/api/recharge/dotransaction
Request Body Parameters
S.N | Name | Type | Description | Mandatory (M) , Optional (O) | Provided by Pinwallet (Y/N) |
---|---|---|---|---|---|
1. | operatorCode | String | Recharge Operator Code Received in Get Recharge Operator API | M | N |
2. | amount | decimal | Recharge Amount | M | N |
3. | account | String | Mobile Number | M | N |
4. | latitude | String | Current location latitude | M | N |
5 | longitude | String | Current location longitude | M | N |
6. | transactionId | String | Unique Reference number | M | N |
{
"operatorCode": "AT",
"amount": 10,
"account": "8889993332",
"latitude": "30.648861",
"longitude": "-81.465050",
"transactionId": "14266330537"
}
{
"responseCode": 200,
"success": true,
"message": "PENDING",
"data": {
"account": "8889993332",
"amount": 10.0,
"apitransactionid": "PINW03926155105344552366",
"usertransactionid": "14266330537",
"operatorreferenceid": "",
"status": "PENDING",
"statuscode": "201",
"message": "Successfully Inserted"
}
}
{
"responseCode": 200,
"success": true,
"message": "SUCCESS",
"data": {
"account": "8889993332",
"amount": 10.0,
"apitransactionid": "PINW03926155105344552366",
"usertransactionid": "14266330537",
"operatorreferenceid": "99999922",
"status": "SUCCESS",
"statuscode": "200",
"message": "SUCCESS"
}
}
Note:
For Recharge Plans Please Click Here