-1

I want to use PayPal Recurring subscription with Guest Checkout users. I'm using this https://github.com/fnando/paypal-recurring gem. It's working fine without guest login. So how can i set SOLUTIONTYPE or allow_guest in this gem.

User101
  • 55
  • 1
  • 10

1 Answers1

0

There is an option in PayPal called "Enhanced Recurring Payments", this is for guest checkout option for subscription payments. This option needs to enable in your PayPal account. Click here for more information about Enhanced Recurring Payments.

In order to enable Enhanced Recurring Payments option in your PayPal account, you will need to contact PayPal customer service team for further help.

PP_Punna
  • 426
  • 3
  • 7
  • Okay. But i'm using sandbox. – User101 May 03 '17 at 00:20
  • So how can i configure guest checkout true or false in gem configuration. – User101 May 03 '17 at 00:21
  • Sorry.. Enhanced Recurring Payments is only for PayPal website payment standard buttons. The Given SDK URL shows the Express Checkout integration. You will need to upgrade the sandbox account to PRO, then use [PayPal Pro recurring payments](https://developer.paypal.com/docs/classic/paypal-payments-pro/integration-guide/recurring-payments/) integration for receiving direct card recurring payments. – PP_Punna May 03 '17 at 00:42