#Hili
1 messages · Page 1 of 1 (latest)
What's a 'calendar' in the Stripe context?
Can you share an example Payment Intent ID from your Stripe account? pi_xxx
Curious to see how you're integrating, not familiar with how Squarespace use Stripe
yes, so just for you as info: we ask our customers to pay their sessions immediately and they receive a bill notification.. and so far no taxes on it coz we want to enable it now.. just a sec im blacking the screenshot
Sounds like you're using Checkout?
No, I mean Checkout the product: https://stripe.com/docs/payments/checkout
That's not much help I'm afraid. I need an ID of a payment, you can find them in your Stripe Dashboard
sorry im not that familiar
ok give me a second
Ah, ok. So this Checkout process is happening at squarespace. And then all the customer receives from Stripe is a payment receipt..
And I was wondering how STripe will see the different taxes (we have to products with two different tax rates)
two products*
You will have access to your Stripe Dashboard, yes?
yes
Ok, go here: https://dashboard.stripe.com/payments
And copy one of the IDs of a successful payment. Will look like pi_xxx
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
pm_1LvIlhJ7w7HLPZOZfLqgCMAN
Ok, that's a Payment Method object. Here's an actual payment processed by that payment method: https://dashboard.stripe.com/payments/pi_3LvIljJ7w7HLPZOZ1ilyAAiN
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
How are you calculating taxes currently?
At the moment we have a full price and we say the taxes are included. But accountant called and said its important for us and the customers to have receipt with said taxes seen and calculated plus if possible on the same receipt all the other important information (such as billing adress, our tax number etc). SS already told us its not possible for the scheduling calendar to show taxes. And they recommend the procedure as we are doing them at the moment.
Telling the customer the tax is included*
pi_3LvIljJ7w7HLPZOZ1ilyAAiN ***
Now I see where and what you meant.. sorry about that
Yeah, it seems like their integration uses a Stripe API that doesn't support explicit tax collection directly
But via API it would be possible to code sth that would make it work ? WHen we hire a professional?
If you want to explicitly charge for taxes, using tax rates, then you'll need to use Checkout: https://stripe.com/docs/payments/checkout
But yes, its possible
ok.. thank you so far and much for your quick reply and help :))
np!