I am able to successfully checkout my cart through the built-in Stripe page, and I am redirected to my successUrl route. My local test webhook is gett ...
I am able to successfully checkout my cart through the built-in Stripe page, and I am redirected to my successUrl route. My local test webhook is gett ...
I am confused as to whether I should create an entirely new subscription (and lose some of that data in the following subscription) or whether I can u ...
I will be using node express and stripe to process payments of my users. There is an edge case where it must process payment for 2 users sequentially. ...
We have a free subscription concept separate from Stripe. When a user signs up for a paid subscription we want to charge them immediately but still ho ...
Customers on my site use the Stripe Billing portal on user sign up to enter a payment method (card or ACH). What webhook can I use to monitor whether ...
If I want to create a stub using rspec, I'd typically do this: allow(my_object).to receive(:my_method).and_return("something else") The JSON respons ...
I have a React app and a Django Rest API. My goal is to get the PaymentRequestButtonElement working. In my Stripe dashboard (test mode) I get the fo ...
I want to save card info to the stripe and with that data, I want to pay later. I am using flutter stripe package, but I didn't find any way to do so. ...
I wanna create payment option for PaymentMethodType of ['sepa_debit', 'card'] to pay for subscriptions and as far as I know for sepa one needs a manda ...
I want to use Stripe CLI and WEBHOOKS events on my debian(10.1) server. I've managed to get everything working but my problem is that when I run: str ...
I'm trying to import stripe: It should work but I'm getting this error: Could not find a declaration file for module 'stripe'. 'server/node_mod ...
I have a expo android app and react web app. Both the app uses phone authentication from firebase. When creating a new user, stripe extension creates ...
I have a React app which I am testing on Vercel. The app was created using create-react-app. I have a Stripe Account and a Django REST API, hosted o ...
I'm building an app with NODEJS and Express while I'm integrate with stripe but facing this type of error Here is my code: Error: You cannot use l ...
I'm trying to follow this document to setup Stripe Connect: https://stripe.com/docs/connect/enable-payment-acceptance-guide?platform=web&ui=checko ...
I i am using using Stripe.Checkout; everything is working fine but I can not get PaymentIntentId I tried to change the stripe mode but what I want is ...
I am using stripe API and .net to create subscriptions. my issue is that when i create a subscription the meta data is saved on the subscription inst ...
I am using Connect Account in Stripe, to transfer money to members bank accounts in my project. Transfer is made once a month (on the 5th of each mont ...
Hi I am trying to integrate stripe checkout into my webapp. Whenever I click on the "purchase button" which is supposed to redirect you to the stripe ...
On my Angular/typescript page where I save credit cards, I receive 2 different errors that I can't fix. I've only been able to find this online link t ...