What Is the Difference Between the CARD and ISSUING_CARD Tables?
Question
What is the difference between the CARD and ISSUING_CARD tables?
Environment
Connector: Stripe
Answer
The CARD table contains data relating to cards you have stored on file so you can either charge a customer or transfer to a recipient. For more information, see Stripe's Card API documentation.
The ISSUING_CARD table contains data relating to physical or virtual cards you have issued to cardholders. For more information, see Stripe's Create Cards documentation.