Paddle.Initialize()
Use to initialize Paddle.js and Retain. This is required.
Paddle.Update()
Use to update values passed to Paddle.js during initialization.
Paddle.Environment.set()
Use to set your checkout environment to sandbox.
Paddle.Checkout.open()
Use to open a checkout with settings, items, and customer information.
Paddle.Checkout.updateCheckout()
Use to update an open checkout.
Paddle.Checkout.updateItems()
Use to dynamically update the items list of an open checkout.
Paddle.Checkout.close()
Use to close an opened checkout.
Paddle.PricePreview()
Use to preview localized prices given location information supplied.
Paddle.TransactionPreview()
Use to generate a transaction preview for prices and location information supplied.
Paddle.Retain.demo()
Use to demo Retain functionality.
Paddle.Retain.initCancellationFlow()
Use to start a Paddle Retain cancellation flow for a subscription.
Paddle.Status.libraryVersion
Returns the Paddle.js version. Useful for troubleshooting.