#thejester12_api
1 messages ¡ Page 1 of 1 (latest)
đ 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.
Hello
Yeah PaymentIntents aren't compatible with Tax Rates as you noted
If you want to charge tax you would add it onto the amount for the PaymentIntent or you would use Stripe Tax as shown here: https://docs.stripe.com/tax/custom
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?
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
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?
Yes an Invoice creates a PaymentIntent so you can confirm that PaymentIntent just like you would when you directly create a PaymentIntent
Ah, ok, maybe I'm missing something there.