-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement an organizer customer account and fee system #383
Comments
Hi @mariobehling,
Please help me with following questions, then I can break it into sub task and implement. |
What happens if I cancel my event or some orders? Hi @mariobehling, And about payment method, as we using Stripe for credit card management, so only stripe pay method is available now, in future, if we want to add more payment method like paypal, we would need to implement a new module for paypal, so that will be an enhancement for later. |
Currently the system does not have an account system stating the current account debt or surplus, invoices and fee overview in eventyay-common.
Implement a system based on the following FAQ.
The idea is also that user can only make an event public after they added billing information and a credit card into the billing.
Furthermore invoices are sent out on the 1st of each months and if not paid by the 15th of that month users receive an additional warning that they have until the 29th to pay. They will receive a final warning on the 29th. If they did not pay until 30th the event will be set automatically to non-public.
How do I pay my fees?
At the end of each month, we’ll send you an invoice. You can pay it using a credit card or any other supported Stripe gateway in your region.
What is the ticket fee?
We charge a fee of 2.5% per ticket.
What currencies can I use?
You can use any currency supported by your preferred payment provider. Typically, we convert the fees to USD using a standard conversion rate before invoicing you.
What are payment provider fees?
You can accept payments directly into your bank account or through one of our integrated payment providers, like PayPal or Stripe. These providers may charge their own fees, which can range from a few cents to a few percent, depending on the payment method.
Is there a minimum contract term?
No, there’s no minimum term! If you decide to stop using our service, simply stop selling tickets, and we’ll stop invoicing you. It’s as simple as that.
Is there a free option?
Yes! Our hosted service is free if you only distribute free tickets, up to 500 tickets per year.
Note: Tickets are considered "free" only if attendees don't pay for access in any form. If payments are made online or in cash at the door, we consider it a paid ticket, and standard fees will apply.
How is the fee calculated?
We only charge for successfully paid orders. The fee is 2.5% of each sold item’s price (including non-ticket items), rounded to two decimal places. We then subtract any payments you’ve already made to us and invoice the remaining balance each month.
How are taxes handled?
We calculate the 2.5% fee based on the net price of your tickets. If your ticket prices include VAT, we’ll deduct the VAT before calculating our fee.
What happens if I cancel my event or some orders?
If you cancel orders, we cannot refund the ticket fees you’ve already paid, but we’ll credit the amount to your account. This credit will be applied to your next invoice, reducing the cost of your next event.
The text was updated successfully, but these errors were encountered: