Results for stripe-payments
I've created a PaymentIntent that has the customer's payment_method specified. When I create a payment form using Stripe Elements, I get the following...
I'm thinking of developing a buyer and seller site using stripe connect. I read that when a seller signs up to the site a connected account Id needs t...
I'm trying to research stripe, where i would like to create a site like ebay so the system can allow users to register and sell there goods and allow ...
I'm trying to integrate stripe API in my python application therefore not using python stripe library instead using stripe API endpoints only. The iss...
I am using stipe php api for retrieving the details of a PaymentIntent that has previously been created. Using this $stripe->paymentIntents->retrieve(...
I successfully created a checkout session, but when I checked the payment_intent value, it was coming out as null. Here's the code I used: @csrf_exemp...
I am using stripe payment intents api to handle payments in my app. For the backend I am using ExpressJS and for the frontend I am using React (craco)...
I'm trying to use Stripe webhooks for the first time. Below is the response returned when calling the "/webhook" endpoint 👇🏻 { "type": "StripeSi...
I'm integrating Stripe into my react native project and after running; npx expo install @stripe/stripe-react-native and then; eas build -p -ios --auto...
I make an application: frontend in Angular 13.2.0 backend/web api in .NET 6 and I try to integrate stripe payment gateway with my app. This problem b...
I have added a stripe susbcription in my app where user can subscribe and Subscription is working monthly like When user buys subscription on 15-Feb t...
When working with Cashier Stripe Checkout within my Laravel 10 app, what events do I need to listen to when it comes to an existing product that has b...
I am rewriting a Stripe implementation I had in Rust and all is well except I cant figure out how to return the response properly in Actix Web. I can ...
My goal is after a customer completes a checkout session (using Stripe pre-built checkout) take the items that they ordered and save them to my MongoD...
For instance, on a Stripe web element, if the Affirm or Klarna payment options are used, it shows a payment modal for the customer to complete the pro...
I'm currently building a website to sell subscription based services. Currently, the user creation form is like a usual registration form (e-mail and ...
I can't figure out how to make a request to using the Stripe API cli callback tool* to include my required metadata in my update subscription request....
I'm integrating stripe payment api in our office js addin product for excel. The addin type is taskpane. In the stripe js client api, the stripe.confi...
I'm creating a regular subscription service. Everyone can offer their service and subscribe to it. but the subscription is not being created errStripe...
I'm working on a payment completion page, and I'd also like a way to "customize" the page based on the unique transaction (such as generating a link t...
I'm trying to use the Stripe Pricing Table for an app that has per-seat billing. But, I want the app to pass the number of seats (quantity) to Stripe ...
I'm trying to verify the request signature in my Stripe webhook endpoint and I keep getting error: No signatures found matching the expected signature...
I am trying to code a subscription system with stripe. My following code is mostly copied from the stripe docs, but it always shows me this error: Web...
I have been trying to complete a test PaymentIntent for ACH implementation. I was able to create the PaymentIntent using: Stripe::PaymentIntent.create...
I have a problem when implementing the Google Pay api, i cant perform a payment. I implemented the the Google Pay api the same as the documentation sa...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?