1 messages · Page 1 of 1 (latest)
Basically you can't really.
The Card API is legacy and the PaymentMethod API has replaced it since 2018
If your code is creating a PaymentMethod, you get a pm_123 and then you use those moving forward
pm_123
there's no reason to need/want a Card or card_123
Card
card_123
Thanks..