Performs a checkout on reserved tickets.
To checkout tickets, you must first call reserve()
to reserve the tickets.
Use the returned order
to process payment for the tickets by passing the order
's
paymentId
to startPayment()
. Note that
since the order
has a paymentId
, you don't need to first call createPayment()
to create a payment.
Before using startPayment()
, you will need to set up a site to
accept payments. To learn more, see Accepting Payments: An Overview.
When setting up a site to accept payments, be sure to select the payment
methods to offer and set the payment currency.
Notes:
ID of the event that the ticket reservations are for.
ID of the ticket reservations.
Information related to the checkout.