I am trying to redirect to stripe checkout using a click event that calls the payStripe function <button @click="payStripe" class="btn btn-primary" type="but
I am using AWS Lambda to host a nodeJs service that fetch my open invoices on Stripe and execute a payment and update my database. The problem is that most of t
I'm attempting to use Laravel Cashier to retrieve line items of the client's upcoming invoice. I'm having difficulty obtaining the invoice in the first place.
I'm using gem stripe in rails 7 and I'd like to access the checkout page to make the payments or cancel the order, however, since it is rails 7 (and does not ha
I'm trying to take payments on stripe. I have there email address's. However they all owe different amounts, varying from £0.99 to £599.99. I want t
I have a question regarding stripe refund behavior. Let's assume that a user requested a refund of amount 300$. current Stripe balance = 100$ current Bank bala
it is showing Unexpected value for STRIPE_SIGNING_SECRET error even after checking it many times in the env file the terminal shows everything created but it do
I am struggling to find a solution that isn't UIKit, or one that requires you make a purchase. My project is trying to integrate Stripe in SwiftUI, using node.j
So I am trying to implement a stripe webhook to listen to various events. Basically I have my php application running live, say on "http://example.com". I have
I'm using stripe-react-native to handle payment, and I'm able to handle one-time payment via payment-sheet using PaymentIntent flow. Now I'm stuck with creating
I am working on React JS to implement stripe payment gateway. I am using Django as a backend Server. In stripe documentation. https://stripe.com/docs/checkout/i
I would like to use two payment forms(stripe.js) on the same html. Only one if can be specified, so the payment form that is called first will be appeared, but
I want to use Stripe Connect to provide multiparty payments, in my website. I have a platform. User A (customer) will pay User B (which is the service provider)
I want a page (view) to be only accessed through redirection from stripe checkout session page, and not accessible in any other way. Here is the page that I wan
I am facing this issue while integrating stripe payment in my app. I am using kotlin version 1.6.10 and also having minimum SDK version 21. Error is showing tha
I'm using <CardElement> and "@stripe/react-stripe-js": "^1.4.1", "@stripe/stripe-js": "^1.17.1", Only seeing this issue on chrome mobile browser
I'm currently working with stripe woocommerce for my wordpress project, when I proceed a checkout using saved cards it shown me an error like this No such sour
I have to stripe with two products and cards and bank payments allowed. Whenever a customer subscribe to the product I have to charge them and I have to dynamic
I'm trying to setup a way to setup a payment for later with a prebuilt Stripe component in a React Native Expo Project. I'm following along with this project: h
I want to create a new customer in Stripe upon form submit and add that customer's credit card to their account. As of now, I'm using the following code upon su