Why Is Data Missing From the ‘PAYMENT_METHOD_CARD’ or ‘CARD’ Tables?
Question
Why is data missing from the PAYMENT_METHOD_CARD or CARD tables?
Environment
Connector: Stripe
Answer
Depending on the Stripe API endpoints we use to fetch the card data, we sync the data into either of the two tables:
PAYMENT_METHOD_CARD: Data from thesetup_intent,setup_attempts,customer, orpayment_intentendpoints.CARD: Data from thesourceorchargeendpoints.
Check both tables in your destination for any suspected missing card data.