BellevueCollege / cybersource-payment-with-gravityforms

❌DEPRECATED
2 stars 1 forks source link

Getting it to work with Gravity Forms #2

Open washingtonmm opened 6 years ago

washingtonmm commented 6 years ago

Hi, I'm really interested in using this plugin. How do I get it to work with the forms?

TriptiSharma commented 6 years ago

Hi,

You can clone the repo, and put it in the plugins folder on wordpress and activate it. FYI, this plugin redirects to cyber source payment form instead of using GF’s confirmation page. This function add_action( 'gform_confirmation', 'post_to_cybersource', 10, 4 );

updates the confirmation. Hence the default options will not work after you activate the plugin. Application fees is the amount that cybersource will charge the user and therefore needs to be recorded by gravity forms and is sent to the cybersource as well. It’s not getting any response from cybersource. We have a web service call to get information from cybersource. I can share that with you if you want.

At Bellevue College we ended up going with Authorize.net instead of cybersource so I kind of didn’t update the documentation for this plugin and abandon it(I am not proud). Authorize.net plugin does not redirect. But I can update it or help you modify it as you like for your work if you want.

Thanks, Tripti

From: washingtonmm [mailto:notifications@github.com] Sent: Tuesday, September 19, 2017 2:49 PM To: BellevueCollege/cybersource-payment-with-gravityforms cybersource-payment-with-gravityforms@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [BellevueCollege/cybersource-payment-with-gravityforms] Getting it to work with Gravity Forms (#2)

Hi, I'm really interested in using this plugin. How do I get it to work with the forms?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/BellevueCollege/cybersource-payment-with-gravityforms/issues/2, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AEhYlDlTOqs5mbUevELDIbfG55Szw03rks5skDa3gaJpZM4PdD9P.

a4arslansajid commented 6 years ago

I really want to use this plugin for gravity form to get recurring payments for products, like we can do with authorize,net or Paypal payments pro. Can you help me in this regard.