2 replies [Last post]
webmaker's picture
Offline
Joined: 04/22/2009
Juice: 76
Was this information Helpful?

Hi,

I want to use a payment service supplier who already developed a payment module for me. But know they ask me for a "notification URL"... I think to inform Ubercart/ Drupal if a payment is received or not. As I have no experience in developing payment modules and as I do not find any documentation about this - can anyone help me?

Greez,
Tobias

TR
TR's picture
Offline
Bug FinderFAQ ModeratorGetting busy with the Ubercode.
Joined: 11/05/2007
Juice: 3424
Re: Custom payment module - notification URL needed

Like you guessed, a "notification URL" would be so the payment gateway could inform Ubercart that the payment was received. This URL can be anything. It is defined by a MENU_CALLBACK in hook_menu() as part of the payment module, so if they've written a payment module for you it should already be in there.

<tr>.
webmaker's picture
Offline
Joined: 04/22/2009
Juice: 76
Re: Re: Custom payment module - notification URL needed

late response from my end - but thank you for that... I thought something like this but was a little bit unsecure... Thank you very much