#jimin - Deleting Information
1 messages · Page 1 of 1 (latest)
Hello! I wish I could help, but this chat is focused on developers and technical questions. Our support team will be able to assist you better than I can: https://support.stripe.com/contact
Cool thank you! Just to clarify Payment Methods cannot be deleted right?
No, not via the API or Dashboard.
Ok thank you!
Sorry what's the difference between creating Card vs Payment Method?
Does Card ever get created from creating Payment Method? Which should we create if we want to reuse card payment source?
Card objects are older, and Payment Methods are the newer replacement for them.
aha ok
Both do the job of representing payment information.
Sounds like we should use Payment Methods if it's newer. Thank you!