#Haresh-cvc-validate

1 messages · Page 1 of 1 (latest)

weak belfry
toxic heart
#

Hi @weak belfry Any update

weak belfry
toxic heart
#

@weak belfry Yes i refer this document only below i share my code here showing error on "PaymentMethodOptionsParams"that line

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

Yes as same document only we refer but card not validate payment process completed @weak belfry

#

Hi @weak belfry

weak belfry
#

Please be patient, I'm helping other users too

toxic heart
#

Okay, Sorry @weak belfry

high creek
#

Hey there 👋 getting caught up on this thread. I believe you said that snippet is returning an error, could you provide that?