#surreal_api

1 messages · Page 1 of 1 (latest)

errant quiverBOT
#

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

dark sequoia
#

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?

clever cliff
#

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.

dark sequoia
#

What's the paymentIntent ID?

clever cliff
#

pi_3PbDhRRLntYw8p5f1HMqaLG0

dark sequoia
#

https://docs.stripe.com/tax Stripe Tax works with Payment Links, Checkout, subsription and invoices, not PaymentIntents

Automate sales tax, VAT, and GST compliance on all your transactions—low or no code integrations available.

clever cliff
#

okay, yeah I didn't see anything related to tax in the PI object

#

So, given that, do you have a recommended approach?

dark sequoia
clever cliff
#

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.

dark sequoia
#

Ok, then I'd suggest you to use Checkout.

clever cliff
#

Can you please elaborate slightly on why?

#

just easier or supports more things?

#

That's really exactly what I was looking for, so thank you! I just want to make sure I understand why this is recommended.

#

I'll look into the two objects, you can close the thread. Thank you!