post https://app.pinwallet.in/api/bbps/payeducationbill
Sample Request
{
"BillerId": "",
"TransactionId": "",
"BillAmount": "",
"BillerName": "",
"Latitude": "",
"Longitude": "",
"ParamData": [{
"key": "",
"value": ""
},
{
"key": "",
"value": ""
}
]
}
Sample Response
{
"responseCode": 200,
"success": true,
"message": "OK",
"data": {
"statuscode": "200",
"status": "SUCCESS",
"OperatorReferenceId": "12121as21212",
"UserTransactionId": "1212121212",
"PinWalletTransactionId": "PINW53594677128137900018",
}
}