Q: Stripe with Invoice/Receipt

Hi, Is it possible that you adapt the Stripe Integration in a way, that after the payment is done on TidyCal that the invoice is created aswell?
e.g. stripe.checkout.Session.create(
mode="payment",
invoice_creation={"enabled": True},
line_items=[{"price": "{{ONE_TIME_PRICE_ID}}", "quantity": 1}],
success_url="https://example.com",
cancel_url="https://example.com",
)

This would make life easier, as a correct Invoice will be created in Stripe aswell. Else we only have it as transaction with receipt, which is not valid for tax reasons.

papaguySep 14, 2024
Founder Team
Natasha_originals

Natasha_originals

Sep 15, 2024

A: Hello Papaguy Careers,

Thank you for your message and your suggestion!

Please feel free to add your request here: https://roadmap.TidyCal.com/ideas

Before you input your request, please check if the feature is already on the list and, if so, upvote the idea.
The more upvotes an idea gets, the better your chances are of seeing it live soon, as we will continue adding features based on this page in the future.

Thank you on behalf of Team Originals!

Share
Helpful?
Log in to join the conversation
Related questions
View product details