#dino_pephanis-paymentmethod
1 messages · Page 1 of 1 (latest)
OK. We are integration our system with Stripe and have a stored card feature. I have stored the initial transaction id as the payment intent id, will probably need to store the card_id as a reference when the payment is initially made
you'd just store the PaymentMethod ID pm_xxx, why doesn't that work for you?
It's the pm_xxx ID that you use for any subsequent payments : https://stripe.com/docs/payments/save-and-reuse?platform=web#charge-saved-payment-method
OK, that make sense