Category "stripe-payments"

Directly send money from my Stripe account to my customers bank accounts

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

Creating a subscription when using Bancontact

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

Stripe Newbie trying to implement Stripe payment on iOS application

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 to install next-js with react 17?

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 Mobile number field in stripe express Onboarding?

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

Unable to import djstripe.models to views.py

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_

Retrieving Stripe Session Object on a Connected Account in Node

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

When confirming payment intent with Stripe the funds are being hold but the API returns as failed

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({ >

Using Stripe CLI correctly in docker

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

Stripe Construct Event: No signatures found matching the expected signature for payload. Javascript, Express

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 error in flutter

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

Stripe - one customer - need to send invoice to multiple email addresses

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

Google pay option is not coming in stripe

backend @app.route('/create-payment-intent', methods=['POST']) def create_payment(): try: data = json.loads(request.data)

Using website payment for in app purchases on desktop and mobile app

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

Stripe API "No valid payment method types for this Payment Intent."

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

Adding shipping rate to checkout session results in "invalid array" exception

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

Update user in database on success from Stripe prebuilt 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

How to use ACH payments in North America with stripe payment Intents

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

Could not invoke StripeSdk.initialise

Problem Image I'm not able to start Stripe in react native using expo const [prepared, setPrepared] = useState(false); const [isAvaliable, setAvaliable] = useSt

Laravel cashier (stripe) - retrieve invoice without user

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