#hendr1x_api
1 messages ¡ Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- hendr1x_confirmation-tokens, 5 hours ago, 122 messages
- hendr1x_api, 3 days ago, 140 messages
- hendr1x_api, 4 days ago, 28 messages
- hendr1x_api, 4 days ago, 34 messages
- hendr1x_api, 5 days ago, 13 messages
- hendr1x_api, 6 days ago, 38 messages
đ 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/1267565092074029077
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, I'm unsure what limit you're referring to. If you're only charging the customer once, I recommend that you follow this integration guide, https://docs.stripe.com/payments/accept-a-payment?platform=web&ui=elements to accept a payment.
The one thing that you need to be aware of is the off_session vs. on_session payments depending on if your customers will be on your site when they make the subsequent purchases: https://support.stripe.com/questions/what-is-the-difference-between-on-session-and-off-session-and-why-is-it-important. Other than that, I'm unsure what kind of limit you may be referring to. If you can provide more details and/ or examples, I'm happy to further assist.
A limit on how many times it can be charged
So I am assuming there is none
In regards to other question. It is important I get an answer in regards to setupIntent specifically on how to properly stop using a paymentMethod/setupIntent.
I'm unsure if there is a compliance limit, but technically there is not, you're correct.
You can just not make any requests to charge the customer
You could also detach the payment method from the customer, https://docs.stripe.com/api/payment_methods/detach
There is no command to delete/cancel the setupIntent or paymentMethod?
This will prevent you from being able to make another request to charge the customer
ok
that is what I want
but it seems like many people don't even bother?
that is a question
can you confirm
yeah, as long as you don't use it it would not matter