Get started
Build
Your Paddle account
Your Paddle catalog
The Paddle checkout
Paddle webhooks
Testing
About testing
Test your work
Learn

Test your work

Here, you will launch your web page, use the Paddle button to buy an item, and complete the checkout process with a test card for payment. Configured webhooks will be fired, so you can check your given endpoint to ensure expected alerts are received.

Before starting steps on this page, you must have completed the following tasks:

TaskSection
Create a Paddle vendor accountYour Paddle account
Create a Paddle sandboxYour Paddle account
Create a subscription plan -or- create a one-time productPaddle catalog
Gather checkout detailsThe Paddle checkout
Import the Paddle JS libraryThe Paddle checkout
Add a Paddle button to your web pageThe Paddle checkout
Configure Paddle webhooksPaddle webhooks

Follow steps below:

  1. Launch the test store web page that you saved at the end of the previous stage. You should see a green Paddle button as per the example below:
  2. Click the Buy Now! button to load the Paddle overlay checkout:
  3. Enter your email address and click the Continue button.
  4. When prompted, choose a Country and (if applicable) enter a Postcode, then click the Continue button.
  5. When available payment types are displayed, select the Pay by Card option:
    ...you are prompted to enter card details:
  6. Enter 4242 4242 4242 4242 as the card number, with any valid expiry date in the future and any random CVC number.
  7. Click the Subscribe Now button. Paddle processes the transaction and you should receive a successful outcome - for example:
  8. Check your webhook endpoint to ensure that expected alerts (as defined previously) are received.

Getting Started tasks are now complete! We hope you now have a broad understanding of key areas to consider when implementing Paddle.

See resources below if you're ready to explore further!

ResourceSummary
Getting started learning guidesIf you're new to Paddle or subscriptions, check these resources for some of the basics.
Paddle guidesRead through a range of How-To and Conceptual guides, covering all aspects of Paddle functionality.
Paddle API referenceTake a deep dive into the Paddle API to find out how you can integrate Paddle functionality with your platform.
Paddle webhooks referenceReceiving (and acting upon) event alerts from Paddle is an important part of any integration. Check our reference for available alerts and expected payloads.