#mahesh-dhaka-charge
1 messages · Page 1 of 1 (latest)
@high sage the PaymentMethod API for objects that start with pm_123 is newer and shipped in 2018. That one only works with our newer integration path PaymentIntents. Charges are legacy/deprecated and have been for over 3 years now.
So you will have to move your integration to the PaymentIntents API instead
So payments intent api can also process payment for customers that don't have pm_123 id because old customers only have card_123 id?
Correct. We made it compatible that way. All Card objects card_123 will work on PaymentIntent as PaymentMethods, but not the reverse
Got it, thanks