Skip to content

Charge both booking payment and no-show fee #24995

@khach-m

Description

@khach-m

Current implementation

When a paid event is created, the event organizer can either choose to charge "Collect payment on booking" or "Charge no-show fee" using Stripe payment processor (or maybe others too).

I want to be able to

Set different prices both for meeting events and for no-shows.

So that

When the participant pays for the meeting and joins it, they will be charged fully.

But when they don't show up, they will be partially refunded - holding the amount set for no-shows.

Example use case

  1. I create a paid event for a meeting with a price of $100.

  2. I also set a no-show fee of $20.

  3. The participant pays $100 and books a call.

  4. Their card is charged $100 by the payment processor.

Now the participant has two options:

  1. The participant joins the call. Nothing else happens as the $100 has already been charged.
  2. The participant doesn't join the call. The amount paid is refunded partially, holding the no-show fee. In this case The participant receives $80 back.

If the event organizer doesn't join the call, there can be two options:

  1. Reschedule
  2. Full refund

Metadata

Metadata

Assignees

No one assigned

    Labels

    ✨ featureNew feature or request🚨 needs approvalThis feature request has not been reviewed yet by the Product Team and needs approval beforehand

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions