Skip to main content

All 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 ...
Moo33's user avatar
  • 1,283
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 ...
Roni Patel's user avatar
-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 ...
trigger's user avatar
  • 497
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: '...
Sayed Main Uddin's user avatar
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 ...
mxstgr's user avatar
  • 1
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....
Alex Mckay's user avatar
  • 3,696
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 ...
itan mare's user avatar
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 ...
thambara Sahassaka's user avatar
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 ...
Julien's user avatar
  • 13
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 ...
Gnu's user avatar
  • 85
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 ...
javed iqbal's user avatar
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,...
ChrisB's user avatar
  • 2,048
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 ...
shubham shukla's user avatar
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 ...
Shahin Salim's user avatar
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 ...
new_reactjs's user avatar

15 30 50 per page
1
2 3 4 5
27