I must be missing something because no one else seems to need to know this:

I've got a payment gateway working - but what is the callback URL to tell Drupal whether the payment cleared or not. I've tried various things:

http://www.mysite.com/store/payment?transStatus=Y&amount=12.48&cartId=24

and other iterations, but I can't get the gateway to report back to Drupal. I can't understand how no one seems to need to know this - I found no sign of this being asked before so the answer must be staring me in the face! Help!

many thanks

Ian

Comments

cinquetooty’s picture

Status: Active » Closed (fixed)

Figured it out eventually.

FYI - I had modified the worldpay.module to work with UK gateway Secpay. On the configuration screen for the module you fill in the callback URL you want to use - this is reflected in the name of the payment processing function within the module.

Now though I find that the %link to the order tracking is not being parsed - ah what fun!

Ian