Payment Plugin: Feedback URL?

  • robert1010
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 10 months ago #10063 by robert1010
Payment Plugin: Feedback URL? was created by robert1010
Hi,

I developed my own payment plugin. The payment itself works fine and after the payment I can redirect back to the site. But what I don't know is where (what URL) to send the payment information to, so the Payment Plugin can update the database if payment is confirmed.

Can you please help me with this?

Thanks allot!

Kind Regards,
Robert

Please Log in or Create an account to join the conversation.

More
12 years 10 months ago #10066 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Payment Plugin: Feedback URL?
Hi Robert

The URL is :
Code:
http://yourdomain.com/index.php?option=com_eventbooking&task=payment_confirm&payment_method=os_yourplugin

Please have a look at one of the payment method available (for example, os_paypal.php or os_worldpay.php), you will see that the method called on feedback call is verifyPayment . Have a look at the code and you will understand how it works .

Regards,

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc