All Questions
Tagged with payment stripe-payments
393 questions
0
votes
1
answer
48
views
Stripe Checkout one time payment webhooks
I’m doing an app with Stripe payments for the first time. After researching, I’ll be using Stripe Checkout for one time payments (no subscriptions), Firebase Cloud Functions and Firebase Realtime ...
0
votes
0
answers
57
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 ...
-2
votes
1
answer
53
views
How to make payouts to individuals' credit cards?
We are developing a SaaS solution.
One of the platform's main aspects is the referral and affiliate programs. We pay a commission to the user who brings clients. For the main activity, we could use ...
0
votes
0
answers
61
views
Flutter : "Unrecognized feature: 'payment'.", source: https://js.stripe.com/v3
I am using flutter_stripe:lates,
everything working fine but after adding card and process going on there is an error/issue showing:
I/chromium(10630): [INFO:CONSOLE(1)] "Unrecognized feature:
'...
0
votes
1
answer
320
views
Stripe Checkout page not showing payment methods at all
I implemented stripe on my website that runs on Vercel, NodeJS, React.
I specify the payment methods in my code. And half of the times it works and I can checkout with credit card, Apple Pay and ...
0
votes
2
answers
218
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
88
views
django stripe on deploy Error verifying webhook signature
i have django react app, i added stripe to django, react build files i set on static django
i have tested on localhost with stripe cli is working fine but after i deploy my django project on vercel ...
0
votes
1
answer
43
views
Purchase a product under Stripe connected account
How to purchase a product created under a stripe connected account, using API
I created a product in a stripe connected account, and I tried to purchase it, I followed stripe checkout session creation ...
1
vote
1
answer
180
views
How to obtain paymentMethodId using createPaymentMethod from stripe with React Native?
I am using @stripe/stripe-react-native and already passed the stripe provider to my app.js with the public-key and have no problem so far.
In my component, I am using CardField, and I set the ...
1
vote
1
answer
239
views
Stripe customer subscription event behavior using webhook
I have a monthly subscription product in Stripe.
If my user join to the monthly product, he pays the first month by credit card, then he uses his subscription normally during the time he is entitled ...
0
votes
1
answer
159
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
490
views
Stripe client_reference_id in Confirmation Page (after payment) using Payment Links possible?
I'm using a client_reference_id URL parameter to pass my own session of the checkout to Stripe. I was hoping, Stripe can then pass that parameter value on to my success page, again as an URL parameter,...
0
votes
0
answers
37
views
money transfer on stripe subscription mode in nodejs
How can I transfer a $20 payment to a connected account on Stripe while creating a subscription using Stripe Checkout?"
I want to create a subscription plan where payments are transferred to a ...
0
votes
1
answer
114
views
How to charge for grace period and charge for previous month unpaid amount in stripe
In our saas application we have business($30) and enterprise plan($60).
If jan 1 user subscribed to enterprise plan, by jan end the subscrution will end. So feb if they did'nt pay we will give them ...
0
votes
1
answer
131
views
How to handle multiple statement descriptors for different amounts under a single payment using Stripe?
I am developing a platform for contractor translation services where users can request translations for documents possibly involving multiple languages. I use Stripe's PaymentIntents API to initially ...