Jump to content

IPN implementation in Cubecart


Guillaume

Recommended Posts

Hi,

This topic is a sort of continuation of the below:

But although the payment gateway I am implementing is offering an IPN capability (to remotely update Cubecart's database of orders, e.g. in the case the customer closes the window or looses connection before the payment confirmation page is displayed), I never managed to implement it successfully.

From what I read in the code, I am understanding that:

- the right URL to call is $storeURL . "/index.php?_g=remote" - I am guessing that from what I see in cubecart.class.php from line 258 onwards, but I might be mistaken

- if that URL is successfully called, the instructions to decode the IPN shall either be in the function call() or process() of the file gateway.class.php of the payment gateway module - I am guessing that from what I see in cubecart.class.php from line 285 onwards, but again I might be mistaken

Am I getting any of the above wrong? If so, appreciate if anyone could comment. Or if anyone could point me to any payment gateway which successfully implemented IPN, that would be very helpful!

Best regards,

Guillaume

Link to comment
Share on other sites

  • 1 month later...

Got the answer on this one. IPN is triggered by triggering the call function, and this happens by redirecting to 

yourstoreurl.com/index.php?_g=rm&type=gateway&cmd=call&module=yourmodulefoldername

Where you would of course replace yourstoreurl and yourmodulefoldername by the correct values.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...