#H Panseriya
1 messages · Page 1 of 1 (latest)
I'm afraid it's not possible to recollect CVC using charges object. It's only possible with Payment Intent
Can I know what is the reason?
Charges API is legacy and no longer recommended. No new feature will be added to Charges API. Payment Intent is the recommended integration.
Is there any way to create a payment-intent object with a charge object?
No, but Payment Intent will create a Charge object
In the entire system, we implemented a charge object. But now, we want to re-validate CVC, how can we do it with minimal changes?
As per my checking, there might be a way to re-collect CVC with Charges, but I'd recommend checking with Stripe Support https://support.stripe.com/contact. If Stripe Support confirms re-collecting CVC on Charges is not possible, then migrating your integration to Payment Intent to support CVC re-collection is the only option: https://stripe.com/docs/payments/payment-intents/migration