#Asp-cvc
1 messages · Page 1 of 1 (latest)
@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
//