#mike-shaw_unexpected
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/1407355950473412681
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you let me know what is your use case here? You would usually use this to get payment methods for a specific customer
Sure, the account owner is a joint customer. We operate their Stripe integration for them. We want to be able to back fill some data on the tokenization method that was used for payment methods that were tokenized via a wallet (Mainly the wallet tokenization method). So we want to backfill data, and this would be a once off.
Unfortunately, that API endpoint only will retreive payment methods for a specified customer. The documentation is a little bit unclear about that due to some historical context.
For your use case, you can make a request to get all the customers for an account, and then list the payment method for each customer.
๐ Thank you!