-
- leviandrose

-
Total Posts: 3
Joined: 2007-09-06
|
I am trying to get the iDEAL payment module working, but am unfortunately not yet successful. I think this has to do with my ssl certificate config, as the token is not appearing in the directory request message:
Mage_Ideal_Model_Api_Advanced_DirectoryReq
<?xml version="1.0" encoding="UTF-8"?>
<DirectoryReq xmlns="http://www.idealdesk.com/Message" version="1.1.0">
<createDateTimeStamp>2008-05-24T17:53:58.000Z</createDateTimeStamp>
<Merchant>
<merchantID>leviandrose2</merchantID>
<subID>0</subID>
<authentication>SHA1_RSA</authentication>
<token></token>
<tokenCode></tokenCode>
</Merchant>
</DirectoryReq>
Does anyone know what might be wrong with my config? I have checked the paths to the certificate and private key with my provider.
|