Skip to content

Instantly share code, notes, and snippets.

@FineLineAutomation
Created February 13, 2014 22:53
Show Gist options
  • Save FineLineAutomation/8985621 to your computer and use it in GitHub Desktop.
Save FineLineAutomation/8985621 to your computer and use it in GitHub Desktop.
Paypal IPN notes
IPN & eCheck Support
eCheck payments are now fully supported and PayPal's Instant Payment Notification service is also supported for receiving updates relating to eCheck payments only. To configure eCheck payments you'll need to:
1. Configure your PayPal account to accept eCheck payments (under Profile on PayPal's website).
2. Set the IPN URL on your PayPal account (under Profile on PayPal's website) to:
https://www.yourstore.com/paypal_notify
3. Enable auto_capture within Spree (as eCheck payments are only supported for purchase and not authorize requests).
Spree::Config.set(:auto_capture => true)
Please note if you accept foreign currency:
Auto Capture will only work if you configure your Paypal Store like so:
Profile > My Selling Tools > Payment Receiving Preferences >(this workflow may vary as Paypal updates their UI from time to time)
Block payments sent to me in a currency I do not hold:
[ ] Yes
[x] No, accept them and convert them to [Your Default Currency]
[ ] Ask Me
@jumph4x
Copy link

jumph4x commented Mar 4, 2014

Was this guy for Radar's for better_spree_paypal_express or the old spree/ one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment