#Haresh-cvc-validate
1 messages · Page 1 of 1 (latest)
Hi @weak belfry Any update
Hello there. Have you seen this doc? https://stripe.com/docs/payments/accept-a-payment-synchronously?platform=web#web-recollect-cvc
@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
Please be patient, I'm helping other users too
Okay, Sorry @weak belfry
Hey there 👋 getting caught up on this thread. I believe you said that snippet is returning an error, could you provide that?