Checkout showPaymentPage()

showPaymentPage()

showPaymentPage is used to initiate a payment by redirecting the payer's browser to a hosted payment page. Before calling showPaymentPage, 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

Checkout.showPaymentPage();

Arguments

None


Return Value

None