#sabrina_41117
1 messages ยท Page 1 of 1 (latest)
We are using Sigma to view the payment_methods table.
pm_1O4YP8Jaf89hC41IPYLyeLsD
theoretically speaking it is possible to add a payment method and not attach it to a customer
you're still using a super old API version
is that intentional?
No. What version are you seeing?
What is the newest version?
but this is not related to your issue
what you're doing here is that you're creating a PaymentIntent for a customer but you're not setting setup_future_usage which means that the PM that is being created to pay that PI is not being attached to the customer
Ok. so how are some PMs attached to customers and some are not.
And what table is setup_future_usage set?
I'm not a Sigma expert, but normally setup_future_usage is set on the PaymentIntent
yes I just checked
I found setup_future_usage in the payment_intents table. ๐
exactly
How are some PMs attached to customers and some are not?