Skip to main content
-6 votes
0 answers
57 views

Webhook sends and delivers right but google apps script fails

I am currently trying to link a webhook to my google apps script. For some reason, the google apps script is failing to receive the webhook properly and all the execution log shows is "Failed.&...
John Coffman's user avatar
0 votes
1 answer
14 views

Stripe Express Dashboard Confirguration for Stripe Connect-ed Accounts

I'm trying to reduce the complexity of the Stripe Dashboard for my connect accounts. For example, I want to force connected accounts to pay for Sales Tax and not be able to turn it off and I don't ...
JustANoob's user avatar
  • 163
0 votes
0 answers
11 views

Stripe Webhook events not sending (Test mode)

I setup my Stripe Connect account and tried seting up a webhook for a few simple events like checkout.session.completed. My event destination is an API Gateway endpoint that has SQS and lambda in the ...
JustANoob's user avatar
  • 163
0 votes
1 answer
18 views

Can I confirm payment and save card for future uses in case of subscription in one call?

Is there a way to create Stipe subscription (I am using Java and React) that will require to add card for future subscription payments and charge first amount immediately in one call during ...
Andyally's user avatar
  • 1,039
0 votes
1 answer
22 views

Stripe: Is it safe using stripe customer id to indetify customer webhooks?

I know I can set client_reference_id to checkout session but I need to indetify my system user based on stripe data in following webhook events: charge.succeeded,customer.subscription.deleted and ...
Lucas Amaral's user avatar
0 votes
1 answer
26 views

Stripe Payment Button Not Triggering on Mobile

I’m working on a SvelteKit project with Supabase and Stripe. On my pricing page, I’ve got buttons for users to pay and upgrade their plans. Everything works great on desktop when I click the button, ...
Joshua Parker's user avatar
1 vote
0 answers
33 views

Switching Between Live and Test Modes in Stripe Connect with Pay Gem in rails

We have set up Stripe Connect in our Rails application to allow customers to sell their products. Currently, we support purchasing products from connected accounts only in live mode. However, we ...
Sandhiya's user avatar
  • 359
0 votes
1 answer
34 views

Could not create or update Cloud Run service handlestripewebhook, Container Healthcheck failed

Trying to deploy firebase functions with a Stripe webhook with Svelte5. I set the secrets: firebase functions:secrets:get STRIPE_SECRET_KEY firebase functions:secrets:get STRIPE_WEBHOOK_SECRET ...
Hud's user avatar
  • 301
0 votes
1 answer
25 views

Can I have two Stripe webhook endpoints listening for the same event?

I am running into an issue since I have two webhook endpoints (/webhook/stripe and /webhook/stripe-connect) on the same server, and both listening for payment_intent.succeeded for different purposes. ...
gvnsvn's user avatar
  • 1
0 votes
1 answer
39 views

Manage stripe subscriptions with trials and promotion codes

I am building a subscription based SaaS product using Next.js, Supabase and Stripe. So far it is working but I am struggling getting the right payment workflow. I am offering two types of ...
guille's user avatar
  • 36
-5 votes
0 answers
12 views

Woocommerce Subscription [closed]

Missing 'Add Payment Method' Option in WooCommerce Subscriptions Admin Panel with Stripe Gateway" I am using the WooCommerce Subscriptions plugin along with the Stripe Payment Gateway to manage ...
online work's user avatar
0 votes
1 answer
29 views

Django / Stripe - Webhook not found

I am trying to establish a webhook with stripe. (first timer) However, it seems the path to the webhook is not found. Hoping someone might be able to bring a pair of fresh eyes and tell me what I am ...
PhilM's user avatar
  • 303
0 votes
1 answer
15 views

ChatForm and ChatField components cause a crash on android devices

I am using Expo to create a React Native project. I am using stripe for payments. I am using the CardForm component from @stripe/stripe-react-native to capture the card details to add payment methods. ...
Husnain Mahmood's user avatar
0 votes
0 answers
33 views

Creating a plugin for worpdress(Woo) to integrate Stripe API on order complete and create a customer with default payment method attached

I'm trying to make my plugin to create a customer in Stripe dashboard and create and after attach payment method that customer was using during checkout. Everything is good until I'm trying to create ...
ultrapanam's user avatar
5 votes
0 answers
82 views

Unable to Track Payment Failures or Close Payment Sheet Manually in presentPaymentSheet()

I'm integrating manual card entry using presentPaymentSheet() and have encountered the following issues: There is no listener or response tracker available to capture payment failures, making it ...
Akshay's user avatar
  • 147

15 30 50 per page
1
2 3 4 5
835