#nickderobertis
1 messages · Page 1 of 1 (latest)
Those 2 systems can coexist just fine
Amazing! Thanks for the quick response. On a similar note, the docs mention migrating code that reads from charges: https://stripe.com/docs/payments/payment-intents/migration/charges#read
With this dual implementation approach, I am planning on leaving the existing code as-is, and writing the new implementation to use the payment intent webook instead. Will that old code reading from charges be able to access the payments made with the new payment intent integration?
It depends on what you mean. If you have webhooks set up to listen for charge.succeeded events, then those will fire for both Payment Intents and Charges (e.g. both systems)