Category "stripe-payments"

Unsupported prop change on Elements: You cannot change the `stripe` prop after setting it

Stripe Payment is completely work but i got the warning message on the console, "Unsupported prop change on Elements: You cannot change the stripe prop after se

Testing subscription renewals on Stripe

I am using Stripe to test how my code would react to recurring subscription renewal payment attempts for a product we are working on (need to test success, fail

Android Chrome Webview access to Google Pay is not working

Trying to integrate Google Pay (via Stripe) in our App. On Android 7.0, the native chrome browser is able to get access to the Google Pay data and display the s

How to prevent shopping cart alterations when payments are asynchronous

The steps below illustrate my problem with Stripe's PaymentIntent flow, but you could come up with something similar for the other payment gateways I've looked

Access raw body of Stripe webhook in Nest.js

I need to access the raw body of the webhook request from Stripe in my Nest.js application. Following this example, I added the below to the module which has a

Stripe Android, Cannot resolve symbol 'PaymentConfiguration'

I'm trying to add a Payment Method in Stripe. In the client side (android) I'm adding the dependency implementation 'com.stripe:stripe-android:19.1.0' The gradl

How to prevent the users from paying failed invoice in the Stripe customer portal

I use Stripe subscriptions and I configured the retry mechanism for failed payment, so I don't really see a reason to allow the customer to manually pay a faile

How can I hide stripe from WordPress admin side for specific user role?

I am using User Role Editor and trying to hide this stripe gateway for specific user What should I check in settings of user editor role so that I can see ord

How to use Stripe's secret key and publishable key?

I would like to connect with the Stripe API using a https call using the https library. var https = require('https'); I have gotten the secret key and publis

Stripe CardElement not rendering

I am attempting to integrate Stripe into my application, but I am having issues getting the CardElement to render within my Payment Form. Here is my code for my

Which Stripe webhooks confirm Subscription and Product payments?

The Stripe API is quite overwhelming. I found out, that there are some webhooks which are present because of backward compability (i.e.: Plan, Charge..) My inte

Why there is no billing address in stripe Checkout

I am using Stripe Checkout for credit card charging. But I don't see billing address in the popup window. How come they don't need a billing address? Why? Any o

How to force Stripe subscription charge

Does anybody know how I can force renewal (charge) subscription in Stripe? For example, we have 'past-due' subscription, and 3 tries to charge at this 'past-due

create stripe invoice with specific invoice items, excluding pending invoice items

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

Stripe 3D Secure when Saving Cards for future payments

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

Debugging Stripe Webhook Event

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);

Top-level ‘await’ expressions are only allowed when the ‘module’ option is set to ‘esnext'

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-

Vuejs and laravel - Template should only be responsible for mapping the state of the UI

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

Stripe - add an invalid card to customer in test mode?

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

Stripe Invoice. Start/created and End date are all the same for first 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