- Posts: 1
- Thank you received: 0
Payment Plugin: Feedback URL?
- robert1010
- Topic Author
- Offline
- New Member
-
Less
More
13 years 9 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
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
13 years 9 months ago #10066
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Payment Plugin: Feedback URL?
Hi Robert
The URL is :
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
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
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.