In-App Checkout (Windows)

A checkout can be shown at any time, provided you have already initialized the SDK singleton and the Product you’d like to be purchased:

preparing...

A full implementation would look something like this:

preparing...

You can also pre-fill certain checkout fields such as the Email and the PostCode by setting their appropriate properties in the CheckoutOptions object.

preparing...

Additional checkout options that can be set directly on the CheckoutOptions.options field include:

  • Quantity and AllowQuantity
  • DisableLogout
  • Passthrough
  • Locale
  • Title
  • Message

If you need to pass additional checkout parameters you can also use the AddCheckoutParameters method of a CheckoutOptions object.

preparing...

This property accepts any JS parameter value from the Checkout Parameters used in the web version of the checkout.