#Asp-cvc

1 messages · Page 1 of 1 (latest)

astral mauve
#

@humble birch hmm, it seems like the documentation for that has disappeared, I think it got lost when some documentation was updated.

Anyway, I think the way it works is you build an input in your app to collect the CVC, then pass it to the SDK :
https://stripe.dev/stripe-ios/docs/Extensions/STPAPIClient.html#/s:10StripeCore12STPAPIClientC0A0E11createToken12forCVCUpdate10completionySS_yAD8STPTokenCSg_s5Error_pSgtcSgtF

//

https://stripe.dev/stripe-android/payments-core/com.stripe.android/create-cvc-update-token.html

and then you can use that in a call to confirm a PaymentIntent. (you pass the id of the Token object to
payment_method_options.card.cvc

https://stripe.dev/stripe-ios/docs/Classes/STPConfirmCardOptions.html#/c:@M@Stripe@objc(cs)STPConfirmCardOptions(py)cvc

//

https://stripe.dev/stripe-android/payments-core/com.stripe.android.model/-payment-method-options-params/index.html#-1800276983%2FClasslikes%2F-1622557690

humble birch
#

Thank you so much i will check it

#

Hi @astral mauve
Can you please share me the Android java documentation for the cvv validation