#Haresh-Android
1 messages · Page 1 of 1 (latest)
it's not working in test card and also not working on live card
Have you used our Test cards? https://stripe.com/docs/testing
I am using below test card number it's not working @final stag
4000 0000 0000 0127
Live card also i am try but not validation but payment process completed @final stag
CVC token created and send to out backend team
if any validation create on our backend side?
Below android code for confirmPaymentIntent
private void confirmPaymentIntent(String scmid, String sc_clientSecret) {
final ConfirmPaymentIntentParams params =
ConfirmPaymentIntentParams.createWithPaymentMethodId(
scmid,//'{{PAYMENT_METHOD_ID}}'
sc_clientSecret,
null,
null
// new PaymentMethodOptionsParams.Card(str_tokenId)
);
stripe.confirmPayment(Payment_Settings_Activity.this, params);
Log.e("sc_params", "" + params);
} @final stag
@prime ivy Hi please help me
What error are you seeing?
@prime ivy
error: no suitable constructor found for Card(String)
new PaymentMethodOptionsParams.Card("123")
Showing above error in confirmPaymentIntent
So i removed below line PaymentMethodOptionsParams.Card(str_tokenId)
Once i removed that link to payment process completed amount also send stripe account but without CVV validation it's working fine
please send me the reference document link in android java and iOS Swift
Hai
Hey. So sorry. Can I ask that you write in to support and we can spend some time looking at this thoroughly? https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Thank you