L3 request

P

Plamen Doykov

That's the html I use to send it. I've just clicked the submit btn

<html><body>
<form method="post"
action="https://www.citadel.esuccess.ca/servlet/CitadelCommerceManager">
<input type="hidden" name="Merchant_Id" value="2">
<input type="hidden" name="Merchant_Password" value="blahblah">
<input type="hidden" name="Merchant_Transaction_No" value="MYTEST00048">
<input type="hidden" name="Total_Amount_of_Purchase" value="1.00">
<!--input type="hidden" name="Currency_of_Amount" value="840"-->
<input type="hidden" name="Service_Request" value="L3">
<input type="hidden" name="Merchant_Return_Process_URL"
value="http%3A%2F%2F212%2E124%2E71%2E101%2Fmaverickadmin%2FMain%2Easpx">
<input type="submit">
</form>
</body></html>


I tried formerly with get, like this
https://www.citadel.esuccess.ca/ser...t_Return_Process_URL=https://www.bingofun.com

but the guide says it must be a post, hence the above html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top