I am trying to create manual stripe invoices but don't want it to create the invoice from pending invoice items. For example, I have 3 pending invoice items tha
Is it possible to use 3D Secure when saving cards for future payments? From Stripe's docs, https://stripe.com/docs/sources/three-d-secure. This seems to be the
I spend my weekend trying to figure out Stripe Webhooks, but still haven't found a way to debug the response. This is my current code: http_response_code(200);
I am going through Stripes integration steps and have come across an error for my code found in step 2.1 (https://stripe.com/docs/connect/collect-then-transfer-
There's some part of my project where i have some vuejs content inside of a blade template of course. But it gives me this error: " Templates should only be res
I would like to test invoice.payment_failed event with VCR Pseudocode: create a customer with invalid card create an invoice with invoice item (here the invoice
I am getting back the invoices from my API, and I am noticing that if there are 2 full month billing cycles, all good - but I always get back one in which the s
I am trying to setup PaymentIntents API from Stripe and the amount needed to be passed to the API is very confusing. Stripe Docs: All API requests expect amount
When trying to test Stripe Connect Api, I get the following error: 'StripeInvalidRequestError: You can only create new accounts if you've signed up for Connect
About this React component library. https://github.com/stripe/react-stripe-elements How can I put border styling with input component? <CardElement style={
myReactApp/functions/index.js const functions = require("firebase-functions"); const express = require("express"); const cors = require("cors"); const stripe =
Need to close the payment interface if the payment fails. Now it showing error instead of close. paymentRequest.on('paymentmethod', function(ev) { console.l
I'm coming off putting together my first site with stripe, but I feel like I could have designed my stripe integration much better than I had. The main issues t
Im confused. The Stripe Docs to integrate stripe elements in react said here: const options = { // passing the client secret obtained from the server clientSe
I use Stripe Checkout (Stripe version 2016-07-06) and I want to recover a personalized data thanks to the argument "client_reference_id" but in the JSON I do no
I'm trying to get react native component to return a View with an aspect-ratio: 4.3 using: const component = () => <View style={{aspectRatio: 4 /3}} >{
I am using the code provide by Stripe to test a webhook. The Stripe secret and the endpoint secret have been triple checked. Stripe version: 6.19 Body-Parser: