I'm looking for functionality to make direct payments to my Stripe Customers bank accounts without Stripe Connect. Is it actually possible to do? Do I have to u
I'm setting up Bancontact as a payment method for a client for customers who create a subscription. I can create the setupIntent, but where I'm getting stuck is
I am a newbie in iOS, for my college project we decided to build a meal delivery app which will take payments. For that i thought of implementing Stripe payment
How I can install next.js with React 17? When I type: npx create-next-app --ts, npx installed Next with React 18, but I can't use React 18, because Stripe not w
Can I prefill the Mobile number field in stripe express Onboarding? Image This is my code, Here I am able to prefill all fields except phone number. I have tri
All the migrations have been successful and all the models and tables have been imported successfully by running below command: python3 manage.py djstripe_sync_
Looking for advice on how to retrieve a checkout session object in Stripe associated with a connected account using Node. Retrieving a session object is simple
I am trying to hold funds on the customer card until the trip has been completed. On the server: > const capture = await stripe.paymentIntents.create({ >
I would like to use Stripe CLI in docker. I have to mention that I am new to docker. I have loaded stripe/stripe-cli from dockerHub. docker run --rm -it stripe
I get an error whenever I try to construct the stripe webhook event: No signatures found matching the expected signature for payload. Are you passing the raw r
Apple pay using stripe shows an error in flutter before it's working fine but currently shows an error. Payment intent generating working fine but when I do pay
I see no solution or even any internet discussion for a fairly obvious problem that is sending Stripe invoice/receipt to a customer, to several email adresses a
backend @app.route('/create-payment-intent', methods=['POST']) def create_payment(): try: data = json.loads(request.data)
I am developing a cross platform app (Windows, MacOS, Linux, Android and iOS). Now I want to monetize my app by providing in app purchases. It is quite difficul
As you can imagine I´m currently setting up the payment API with using Stripe. Problem is, I´ve never done such thing before and am following the do
I am creating a checkout session where I want to add shipping rate which I've created in Stripe Dashboard. This is my code: $charge = $stripeClient->checkout
I am using Stripe's prebuilt checkout with react and firebase. The checkout process works fine and directs the user to the succes_url, but I would like to updat
attempting to use a payment method of a ACH payment...but I can't figure out how to do it. Theoretically the documentation here says I can. https://stripe.com/p
Problem Image I'm not able to start Stripe in react native using expo const [prepared, setPrepared] = useState(false); const [isAvaliable, setAvaliable] = useSt
I'm using Laravel Cashier. I dont use reel users for payment $stripeCharge = (new User)->charge(100, $paymentMethod); Now, I need to preview invoice informa