Load Money (Using Web View Component)
Load money using standard kit and WebView component.
How to load money using standard kit?
The POST request will be send over HTTPS to the
endpoint.
Request Parameters (URL Encoded)
String params =
"merchantTransactionId="TD32434553454"
&amount="50.00"
¤cy="USD"
&descriptor="TD32434553454"
&customerEmail="xyz@test.com"
&customerId="427"
&customerContact="919096831656"
&walletOwnerId="1"
&verificationHash="8416e8c5cf8cecc7325d19c5b12015863d37f18f2ee9b669c975bf2db2be6125"
&transactionType="LOAD"
&customerName="testdocs"
&mobilePlatform="android"
&paymentMode="CC";
Response Parameters
{
"status":"Success",
"amount":"50.00",
"statusdescription":"Transaction Successful"
}
| Status |
|---|
| Success |
| Failed |
| Pending |
| Declined |
