All Questions
58 questions
0
votes
0
answers
70
views
Stripe Embedded Checkout Page Not Loading for First time on some devices
I am having a issue in my flask website. I have implemented Stripe Embedded Checkout into the website. But somehow on new devices when they hit checkout Stripe Checkout page doesn't load just keeps ...
0
votes
2
answers
245
views
Stripe CLI trigger subscription failed event for a specifc customer
Evening,
When a user signs up for a subscription the checkout.session.completed event is fired and I can test that everything is working correctly via the CLI command: stripe trigger checkout.session....
0
votes
1
answer
164
views
How to Implement Custom Monthly Subscription Billing Cycle Ending on Last Day of Current Month in Stripe?
I am working on implementing a custom monthly subscription billing cycle in Stripe in Node js, and I have a specific requirement that the user's first subscription period should always end on the last ...
0
votes
1
answer
49
views
Can I avoid using stripe connect and just ask for my users to put their public stripe token in the app?
so I have a web app that lets my users to create their catalog in it. So eventually there is admin dashboard and public facing url that their clients can see and where they can put items that this ...
2
votes
1
answer
749
views
How to make shipping cost variable based on the shipping address in stripe in Node
I am using Stripe's Checkout API. I'd like to offer international shipping, with different shipping options and a shipping cost based on the country dinamically choosed on the checkout stripe page. Is ...
0
votes
1
answer
381
views
Stripe RedirectToCheckout (Deprecated, yes) showing "Mthly Dues" as title
I have integrated Stripe.js "RedirectToCheckout" in my React app and everything is working perfectly fine (yes I understand this is deprecated).
My only issue is that it is showing a default ...
0
votes
1
answer
437
views
Redirect from stripe invoice page to the web app
I'm working on stripe payments,I will get a stipe url from backend so I need to redirect from the web app to this stripe url for payments ,But my doubt is after successful payment How can I redirect ...
0
votes
1
answer
398
views
Stripe enable Paypal disable pay later
The Stripe docs say buy now pay later is also immediate:
https://stripe.com/en-de/guides/payment-methods-guide#:~:text=Delayed-,Buy,-now%2C%20pay%20later
But it increases risk for fraud and I assume ...
0
votes
1
answer
574
views
Why isn't Stripe localising my Payment Element's fields and error messages?
Stripe Elements (i.e. Stripe.js), including the Payment Element, apparently now supports localisation/internationalisation out of the box, and the documentation for the locale parameter says it ...
0
votes
0
answers
145
views
Update Stripe fetch call with custom data on payment page
I need to pass the values of some custom input fields on the checkout page where my Payment Element is rendered to the Stripe AJAX call from the documentation. The problem is that the Payment Intent ...
0
votes
1
answer
870
views
Stripe create payment intent giving type error [closed]
I am trying to create a react and node app that uses stripe payments. When I try to run it, it gives a type error in the create payment intent post method.
const paymentIntent = await stripe....
4
votes
1
answer
4k
views
Google Pay in Stripe setupIntents payment_method_types
When setting up a Stripe SetupIntend for triggering later payment, I can choose from a bunch of payment methods which are seen here:
https://stripe.com/docs/api/setup_intents/object#...
-1
votes
1
answer
230
views
Stripe Checkout not performing additional functions after successful payment
I am trying to perfom additional functions after a successful payment is made with my stripe account but it does not work here is the code
I do not get the alert messages, it just redirects to the ...
0
votes
1
answer
310
views
What's the right way to schedule multiple future payments without consistent intervals with Stripe?
I am trying to achieve the following: set up future payments that don’t have a consistent interval (for example, a payment now and a payment on 2 more pre-set dates). I have an object of dates and ...
0
votes
0
answers
407
views
Refund stripe payment
I am using the stripe connect feature. The payment feature is working fine but when I run stripe.refunds.create() method to refund the payment, though it returns successful status but the stripe ...