I am trying to implement payment gateway in my project. For doing that, i have to make post request to the api url provide by the company . So, i dragged a web component and did this
So help please help me. Here are some parameters that is required for making post request: url = https://uat.esewa.com.np/epay/main
data =[
amt = 100
pdc = 0
psc = 0
txAmt = 0
'tAmt = 100
pid = random integer
scd = EPAYTEST
su = any url
fu = any url After making post request i want to show received text in webviewer.
Several points can be checked. the url is right -check the return message -search the website for the return code -search the header - check the sample codes. The link you posted I can’t access