Custom Payment Gateway Redirect to success page
-
Hi community,
I am creating a custom payment gateway that will integrate with a POS system.
Here is the code : https://github.com/michwii/POC-GIVE-TPE-GATEWAYThe flow :
GivePlugin –> My Custom Gateway –> The POS system –> GivePluginInside the following method :
add_action( ‘give_gateway_lane3000’, ‘lane3000_for_give_process_lane3000TPE_donation’ );
I am redirectng to the POS system.My problem now is how to redirect from the POS system to the give plugin in order to validate the donation.
While I am redirecting to the give plugin (https://mywebsite/donations/donation-form/)
I am getting the initial form and not the confirmation of the payment.What are the parameters that I should give to the plugin in order to validate the donation ?
Regards,
- The topic ‘Custom Payment Gateway Redirect to success page’ is closed to new replies.