question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use plugin without payment intent

See original GitHub issue

We have Stripe set up for our web based product, and want to use this plugin to get around the requirement from ios for https protocol when using ApplePay with Capacitor. With our web based flow the client facing side gets a paymentMethod from stripe elements, and then submits that to our API to create the paymentIntent. The paymentIntent has to be created on the API side in order for us to store details regarding the transaction in our database. Is there a way I can use this plugin without creating the payment intent on the client facing side?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
MordantWastrelcommented, Jan 19, 2022

I don’t think we are as our business case is different than what you’re trying to do.

0reactions
rdlabocommented, Jul 3, 2022

Has this problem been resolved? No action taken, so this Issue is closed. If you continue to have problems, please create a new Issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The Payment Intents API | Stripe Documentation
Use the Payment Intents API to build an integration that can handle complex payment flows. It tracks a payment from creation through checkout,...
Read more >
Migrating to Payment Intents #64 - zyra/cordova-plugin-stripe
Hello,. I would like to know is you are going to include the Stripe migration to payment intents in this plugin. I am...
Read more >
Creating SetupIntent before charge is made - WordPress.org
Hi, The default behaviour of the plugin is that, on a purchase, a customer and payment methods are created, attached and then a...
Read more >
How do you attach a Payment Method to a Payment Intent ...
Your code creates a PaymentIntent server-side for say $10 USD. This represents the "state machine" of an overall payment for the customer.
Read more >
Stripe Not Receiving Payment Info - October CMS
I am using the shopaholic sneakers plugin for this, and I am integrating the Stripe for Shopaholic plugin into that, as the customer...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found