-
Notifications
You must be signed in to change notification settings - Fork 47
Reusable Payments and Client Id for PayPal Checksums #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Replaces #116, moving to downstream branch out of master |
|
Any idea when this will be merged? I need this for a recent project ... |
|
Hello, The It is impossible to associate a Paypal Payment with a Client to create a Subscription otherwise. |
|
@alexsegura Have a look at https://github.com/cyrrill/paymill-php These issues have been fixed and merged there. You can use that repo while this "official" one gets fixed. Feel free to suggest (or make PRs) to that fork as well. |
|
Thank you 👍 I'm actually wondering if Paypal is really supported to pay Subscriptions. I see whole parts of the documentation about Paypal & Subscriptions have been removed a few months ago: paymill/paymill-documentation#45 Did you successfully implement Subscriptions with a Paypal Payment via Paymill? |
|
It is supported, but it turned out that PayPal was requiring a hefty transaction history before authorizing the billing agreement option. (at least in my case) However, it appears this requirement may vary by country, so really the only way to know for sure is to try it and see if it works. For me, it worked in Test Mode perfectly, but upon switching to live mode in production, PayPal billing agreements were disallowed. |
Reusable Payments and Client Id for PayPal Checksums. Thanks @cyrrill
As per https://developers.paymill.com/guides/paypal/payments
The reusable payment parameters are missing from the API client:
As well adding the client parameter, and tests