Whereupon called paypal_success action?

This topic contains 1 reply and 2 voices, and was last updated by Tareq Hasan 10 years, 11 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
May 24, 2013 at 11:13 am 4119
Tareq Hasan I'm create custom payment gateway, and I need insert information about payment in DB -> WPUF_Payment::insert_payment( $data, $postdata['txn_id'] ), but when how, I can call (gateway)_success action?
May 24, 2013 at 11:27 am 4121
Tareq Hasan Tareq Hasan

If you look at the paypal gateway, I’ve set the paypal listener URL to a special URL: example.com/?action=wpuf_paypal_success and listening to it. So redirect the user to a special url and monitor the GET and POST request, that way you can verify the payment and insert the payment to db.

Viewing 1 Posts - 1 through 1 (of 1 total)