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 Copied to clipboard
Checkout.showPaymentPage();
Arguments Copied to clipboard
None
Return Value Copied to clipboard
None