#surreal_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/1260794072281387038
📝 Have more to share? Add details, code, screenshots, videos, etc. below.
Hi there, PaymentIntents doesn't support coupon. You can use coupon with billings (i.e., invoices, subscriptions) and checkout.
And i'm not sure what you mean by "Support for Connected Account Tax Registration.", can you elaborate?
I logged into one of the connected accounts directly and enabled tax registration by completing the form under account settings. Then I tested a payment with that connected account and tax was not collected. I may have simply not selected the appropriate registration type... Connected accounts are selling tickets for events, but I did not see any event planning tax codes.
Under this page, I looked for tax codes for "live event"
https://docs.stripe.com/tax/tax-codes?tax_code=event
The closest thing I could find was a 'Digital Audio Visual Works' - essentially a Digital Service, which seems to be coming back as tax-exempt.
What's the paymentIntent ID?
pi_3PbDhRRLntYw8p5f1HMqaLG0
https://docs.stripe.com/tax Stripe Tax works with Payment Links, Checkout, subsription and invoices, not PaymentIntents
Or you can use Stripe tax calculation API to calculate the tax and adjust the paymentIntent amount. Details in https://docs.stripe.com/tax/custom
okay, yeah I didn't see anything related to tax in the PI object
So, given that, do you have a recommended approach?
The easiest way is to use the Stripe products that support Stripe Tax. https://docs.stripe.com/tax
Okay so coupons are supported with billings (i.e., invoices, subscriptions) and checkout.
Tax is supported with Payment Links, Checkout, subscriptions and invoices
So I see an overlap there with Checkout and Invoices. I'm only doing 1-time payments.
Ok, then I'd suggest you to use Checkout.