Payment Details Object

Properties
idstringformat GUID
Checkout ID.

balanceobject
The final price, currency, down payment, and amount received.

paidPlanDetailsobject
Pricing plan details, if a pricing plan was used to pay for the booking.

couponDetailsobject
Coupon details, if a coupon was used to pay for the booking.

wixPayDetailsobject
Deprecated. Use wixPayMultipleDetails.

statestring
11 enum supported values:
UNDEFINEDCOMPLETEPENDING_CASHIERREJECTEDREADYCANCELEDREFUNDEDPENDING_MERCHANTWIX_PAY_FAILUREPENDING_MARK_AS_PAIDPENDING_BUYER
Checkout current state.

wixPayMultipleDetailsArray <WixPayDetails>
All payment history for a booking, when the Wix Pay service is used.
Was this helpful?
Yes
No

PostCheckout Options

Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Calculates checkout options available to book and check out the given session/schedule.

Permissions This endpoint requires the Read Bookings - Public Data, Read Bookings - Including Participants or Manage Bookings permission scope. To calculate the Wix Paid Plans available for a site member using the contactId field, the Manage Bookings permission scope is required.

Endpoint
POST
https://www.wixapis.com/bookings/v1/checkout/checkoutOptions

Was this helpful?
Yes
No