#BenM
1 messages · Page 1 of 1 (latest)
We wouldn't know in here. You'd need to reach out to big query
We just assist Stripe developers in using the API in here, and big query isn't one of our products
Big query sent me here to ask why stripe would be sending some rows with an identifer and others without.
They suggest it could be a setting or security feature in stripe
Oh I see now
Can you share the payment method id of 1 with an identifier and 1 without?
Yes. Let me pull that now
pm_1NDYuAGZoAJNGPV3Bx5lgCuX. Null Customer id
pm_1NDYeLGZoAJNGPV3cMO8LPiI
Customer ID
For pm_1NDYeLGZoAJNGPV3cMO8LPiI it looks like save_payment_method was set to false when confirming its associated payment intent: https://dashboard.stripe.com/logs/req_xKHQN3hGtX7Xyt
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
So payment method was never saved and attached to the customer
Oh Okay. So if the customer saves the payment method it generates the ID
which would make sense why we only have 500 ids out of 9K rows
any way to make or assign an ID for every customer?
Got it. Thanks