#eric_api
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/1276171219347181578
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Our system typically created an intent with setup_future_usage as off_session and it would be good to preserve this functionality. Is there any other way when using the pm_card_visa to re-use a method already on a customer?
Hi, there is not a way to work around not creating a payment method id when you pass pm_card_visa. That just replaces the card details you have to input. However, we do not recommend load testing, https://docs.stripe.com/rate-limits#load-testing. Instead, you would want to mimic the requests.
You would create one customer and attach the payment, then reuse that payment method and customer over again.
so rather than using pm_card_visa provider a known and real payment method Id?
Yes
Great that was the direction we were heading towards so it's good to know we're on the right track ๐
Again, please do not do any load testing and instead mock our API to test things.