iDEAL Basic integration method is different from iDEAL Advance. Sumit Bankskota has provided code for basic integration, thanks Sumit. Below is complete code, try on your own:
-
<html>
-
<head>
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-
</head>
-
<body>
-
<FORM METHOD="post" ACTION="https://idealtest.secure-ing.com" name="frm1" id="frm1">
-
<INPUT type="hidden" NAME="merchantID" value="xxxxxxx" />
-
<INPUT type="hidden" NAME="subID" value="0" />
-
<INPUT type="hidden" NAME="amount" VALUE="xxxxx" />
-
<INPUT type="hidden" NAME="purchaseID" VALUE="xxxx" />
-
<INPUT type="hidden" NAME="language" VALUE="nl" />
-
<INPUT type="hidden" NAME="currency" VALUE="EUR" />
-
<INPUT type="hidden" NAME="description" VALUE="iDEAL Basic purchase" />
-
<INPUT type="hidden" NAME="itemNumber1" VALUE="xxxx" />
-
<INPUT type="hidden" NAME="itemDescription1" VALUE="xxxxx" />
-
<INPUT type="hidden" NAME="itemQuantity1" VALUE="xxxx" />
-
<INPUT type="hidden" NAME="itemPrice1" VALUE="xxxxx" />
-
<INPUT type="hidden" NAME="paymentType" VALUE="ideal" />
-
-
<INPUT type="hidden" NAME="validUntil" VALUE=" 2009-01-01T12:00:00:0000Z" />
-
-
<input type="hidden" name="PSPID" value="PSP-id" />
-
-
<input type="hidden" name="accepturl" value="http://www.hosturl.nl/path/accept_url.php" />
-
<input type="hidden" name="declineurl" value="http://www.hosturl.nl/path/decline_url.php" />
-
<input type="hidden" name="exceptionurl" value="http://www.hosturl.nl/path/exception_url.php" />
-
<input type="hidden" name="cancelurl" value="http://www.hosturl.nl/path/cancel_url.php" />
-
<input type="hidden" name="homeurl" value="http://www.hosturl.nl/home">
-
-
<input type="submit" value="Bevestig bestelling" id="submit2" name="submit2" />
-
</form>
-
</body>
-
</html>
Parameter values in hidden control are hypothetical (dummy). So you need to replace with right values.
For iDEAL Advance, click this link.
If you have done for any other Bank or other way, let me know.
Pingback: iDEAL payment – ING Bank – iDEAL Advance Integration « Krishna Sunuwar