Skip to content
Advertisement

Tag: stripe-payments

Stripe – Radar Rules

Hope you are doing well. I am going through the following documentation of Stripe “https://stripe.com/docs/radar/radar-session”. In the following page it is mentioned We have to create Radar session at client side and send it your server and after that we have to send from server to stripe. So my question is where we have to define rules (Block if :card_country:

Java Stripe : How to Complete an “Incomplete” Payment

I’m using PaymentIntent to make a payment. I specify the customer that has all the billing info, but the payment is specified as “Incomplete”, I checked this STRIPE API Payment Intent incomplete payment that says I need an integration using Stripe.js where I can fill my card info. Is there any way I let the payment access the customer info,

Stripe CardInputWidget not showing on the new update

After upgrading the stripe implementation CardInputWidget doesn’t appear anymore :/ Error : Error inflating class com.stripe.android.view.CardInputWidget grandle implementation: implementation ‘com.stripe:stripe-android:16.9.0’ Xml code for payment dialog : code: btnStartPlan.setOnClickListener(new View.OnClickListener() { showPaymentDialog();} … dialog.setContentView(R.layout.dialog_payment); Answer This problem is Solved, the problem was that when I change the version of ‘androidx.appcompat:appcompat:’ to 1.3.0 or 1.4.0-alpha02 the CardInputWidget of stripe payment is not

Advertisement