#thejester12_api

1 messages ¡ Page 1 of 1 (latest)

bleak novaBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1255595720841625661

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

cerulean pier
#

Hello

#

Yeah PaymentIntents aren't compatible with Tax Rates as you noted

tight latch
#

I'm fine with adding it to the amount, but I'm hoping that Stripe would still know the Tax existed? I think you guys provide some reporting to customers?

cerulean pier
#

If by "reporting" you mean you can send a receipt through Stripe, then yes.

#

But otherwise no we don't handle any of this type of reporting for a customer -- you would need to aggregate that yourself

tight latch
#

Ok, lets say I'm fine with creating a "customer" object for this person, and I'm fine with using an invoice.... is there a way to use a "one time" payment method rather than something that is permanently attached to a customer?

cerulean pier
#

Yes an Invoice creates a PaymentIntent so you can confirm that PaymentIntent just like you would when you directly create a PaymentIntent

tight latch
#

Ah, ok, maybe I'm missing something there.