#dario_customer-sources
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1230554364720975943
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
dario_customer-sources
๐ it's likely an API version difference between the two accounts. Back in 2020 in the API version https://docs.stripe.com/upgrades#2020-08-27 we released a change:
The sources property on Customers is no longer included by default. You can expand the list but for performance reasons we recommended against doing so unless needed.
So if you have 2 Stripe accounts and they have a different API version and your code does not properly "pin" the API version by setting it explicitly in your API requests (which really you should always do) then you might get that difference.
Also sources on Customer has been considered deprecated for many years now as we recommend the new PaymentMethods API