Checkout showLightbox()

showLightbox()

showLightbox is used to initiate a payment in a lightbox on top of your merchant page. Before calling showLightbox, the Checkout library must be prepared with configure().

The payment result can be obtained with the complete callback, or through out-of-band methods.


Example Copied to clipboard

Checkout.showLightbox();

Arguments Copied to clipboard

None


Return Value Copied to clipboard

None