Forums / Developer / External Payment Service

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

External Payment Service

Author Message

Karol Radziuk

Friday 27 August 2010 5:48:51 am

Hi,

this time I have a problem with payment confirmation.

After the user fills form, External Payment Service send to my shop URLC confirmation (it call confirmation module with some POST data), and then waits for my shops feedback (expected response: 'OK').

But how can I send this message? EZ create module with all HTML code.

{$me|attribute(show,1)}

Jean-Luc Nguyen

Wednesday 01 September 2010 1:07:03 am

Hi Karol,

If this is a module that is sending back the response and you only need to send "OK", on your php module, you can put at the end :

// If this is OK of course
$Result["content"] = "OK";
$Result["pagelayout"] = "";

http://www.acidre.com