Integrate with WorldPay
-
we are using MarketPress Version 2.5.9 and I have to integrate WorldPay (via Authorize.net). How to integrate this. Please guide.
-
Hey there visanu,
Hope you’re well today!
I’m assuming that you’re using premium version of the plugin since Authorize.net is not available in lite version of MarketPress.
Either way adding a payment gateway would require to be custom developed for MarketPress. I could make a feature request and depending on interest shown on WPMU DEV forum we’ll consider adding it into premium version of the plugin, as for the lite version at the moment we do not have plans on adding more payment gateways.
Best regards,
BojanThanks for the reply. One query. How to add another payment option check box under admin and how you pointing the appropriate file.
I would like to add Authorize.net SIM. Can you please guide.
Hey again visanu,
Premium version of the plugin has Authorize.net AIM integrated.
After discussing this with our plugin developer adding Authorize.net SIM would require custom coding it as a separate gateway so in order to achieve this you’ll have to custom develop it for Marketpress. For this kind of customization you’ll have to hire a developer to help you further.
Best regards,
BojanYep..and its 90% completed. I am wondoring on how to save data after succesful payment completion as payment is being done on there site as the method is SIM.
Can you guide me in this regard please.
Relay URL is : <input type=hidden name=x_relay_URL value=http://localhost/mysite.com/response.php />
Or please you suggest what will be x_relay_URL in our case.
Please guide on how I save response and into database following your standard coding.
Thanks π
Hey visanu,
I’ve talked to one of our developers regarding this and this is what he told me:
Your relay URL should be SLUG_STORE/payment-return/YOUR_GATEWAY_ID
SLUG_STORE is the store url, which you config in the backend
YOUR_GATEWAY_ID this is the param you configed inside your gateway file, example, in the paypal-express, we have this
var $plugin_name = ‘paypal-express’;For storing data, you can check the function process_ipn_return() in the file marketpress/marketpress-includes/plugins-gateway/paypal-express.php. This is how we processing PayPal IPN, and update the order.
Hope this helps π
Best regards,
BojanI have to add worldpay in my woocommerece how to add. please guide me?
Is there any free plugin for this
Hey again mayank trivedi,
I’m not sure I could help with helping you out regarding woocommerce, for that you can open a ticket in woocommerce plugin support page.
Aslo I’m not aware of free plugins that allows you to use WorldPay and/or integrate it to another plugins, sorry π
Best regards,
BojanThanks Boajn Still i m serching. Can u tell me how to open ticket in support
Hey again,
For woocommerce related questions you can open a new thread at their support forum here https://ww.wp.xz.cn/support/plugin/woocommerce.
Best regards,
Bojan
The topic ‘Integrate with WorldPay’ is closed to new replies.