Skip to main content

Ticketing widget

Payment Step

Step where the users can pay their visit

Demo

enviso-payment-step.gif
<enviso-payment-step>
</enviso-payment-step>

Events

Name

Description

Data

payment

When the payment occurs

{ payload: string, status: string }

paymentverified

When the payment is verified with Enviso

{ paymentReference: string, paymentStatus: string }

orderfailed

When we fail to create the order

{ error: string }

ordercreated

When the order has been created

orderId: string

See also