#Haresh-Android

1 messages · Page 1 of 1 (latest)

final stag
#

If you use our Test card, any CVV should work

sick pawn
#

it's not working in test card and also not working on live card

final stag
sick pawn
#

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?

sick pawn
#

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
sick pawn
#

@prime ivy Hi please help me

prime ivy
#

What error are you seeing?

sick pawn
#

@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

sick pawn
#

Hai

prime ivy
#

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

#

Thank you