Call back url ??? urgent

  • mike
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
11 years 4 months ago #22861 by mike
Call back url ??? urgent was created by mike
Dear,

We have developed a payment plugin to connect with IcePay. it all works fine, but after we have paid with our card, the payment server says it is successful and we need to click a button to return to the site... (not done automatically)
If the user does not return to the site then this event is not finished properly .

To solve this issue I need the postback URL or call back URL so the payment server can confirm to the eventbooking the payment is successful

Do we have this ???

I need this urgently as have this site live.. and we are currently having more payments than we have place for... !
and some of the reservations we cannot see, as they are not published yet (because the system is waiting for this confirmation !)

thanks,

Mike.

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

More
11 years 4 months ago #22909 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Call back url ??? urgent
Hi Mike

The callback URL is yourdomain.com/index.php?option=com_even...ent_method=os_icepay

Please make sure :

1. You replace yourdomain.com with your site URL .

2. Replace os_icepay with the correct name of the payment plugin you developed .

3. In your payment plugin, make sure you implement the verifyPayment function, validate the payment, make sure it is valid. If it is valid, then you will need to update the status of registration record, sending emails to registrants, trigger plugins... Look at the os_paypal payment plugin to see a sample of that function .

Hope this help .

Tuan

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

Moderators: Tuan Pham Ngoc