Introduction
Agreement
Authentication
Batch
Browser Payment
Gateway
Hosted Checkout
Payment Plan
Session
Standalone Risk Assessment
Tokenization
Transaction
Wallet
RESOURCES
Changelog
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