#hendr1x_api

1 messages ¡ Page 1 of 1 (latest)

vague latchBOT
glad surgeBOT
#

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.

vague latchBOT
#

👋 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.

iron swan
#

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.

glad dagger
#

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.

iron swan
#

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

glad dagger
#

There is no command to delete/cancel the setupIntent or paymentMethod?

iron swan
#

This will prevent you from being able to make another request to charge the customer

glad dagger
#

ok

#

that is what I want

#

but it seems like many people don't even bother?

#

that is a question

#

can you confirm

iron swan
#

yeah, as long as you don't use it it would not matter

glad dagger
#

ok

#

thanks for your help