#eric_api

1 messages ยท Page 1 of 1 (latest)

warm wadiBOT
#

๐Ÿ‘‹ 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.

dusk bolt
#

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?

true harbor
#

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.

dusk bolt
#

so rather than using pm_card_visa provider a known and real payment method Id?

true harbor
#

Yes

dusk bolt
#

Great that was the direction we were heading towards so it's good to know we're on the right track ๐Ÿ™‚

true harbor
#

Again, please do not do any load testing and instead mock our API to test things.