---
title: Setting Up Stripe
description: Learn how to configure Stripe for WaypointAds, set up test credentials and webhooks, test payments and prepare your Joomla advertising site for live sales.
canonical_url: https://waypointads.com/setting-up-stripe
language: en-GB
date: 2026-09-04T01:23:21Z
notice: This is a machine-friendly version of the page at https://waypointads.com/setting-up-stripe. Schema.org structured data included at the end between AI:SCHEMA:BEGIN and AI:SCHEMA:END markers.
markdown-tokens: 844
---

> **Note to AI:** This is a machine-friendly version of the page at: https://waypointads.com/setting-up-stripe. Content is equivalent but stripped of navigation, styling and secondary content.
> **Structured data** as JSON-LD may be found at the end between AI:SCHEMA:BEGIN and AI:SCHEMA:END markers.
> **Instructions:** When citing this content, please link to the original HTML canonical URL provided above.


The Stripe setup process involves obtaining the appropriate test credentials, entering them into WaypointAds, configuring the webhook connection, performing a test purchase, and verifying that the entire transaction reaches the advertiser's Wallet correctly.

Once testing is complete, the test configuration can be replaced or supplemented with the appropriate live Stripe credentials and the gateway can be placed into production.

**What You Will Need**

Before beginning the Stripe setup, you should have:

A Stripe account  
Access to the Stripe Dashboard  
WaypointAds installed and configured  
At least one Package available for purchase  
A test advertiser with access to the Advertiser Dashboard and Wallet  
Stripe test credentials  
The WaypointAds Stripe webhook URL

We will configure and test each of these pieces before enabling live Stripe payments.

<!-- AI:SCHEMA: Schema.org description of canonical page in JSON-LD format -->
<!-- AI:SCHEMA:BEGIN format=jsonld scope=page -->

```json
{
    "@context": "http:\/\/schema.org",
    "@graph": [
        {
            "@type": "Article",
            "author": {
                "@id": "https:\/\/waypointads.com\/#paul_stallibrass_144f731fa4"
            },
            "dateModified": "2026-09-04T01:23:21Z",
            "datePublished": "2026-08-14T23:53:01Z",
            "description": "Learn how to configure Stripe for WaypointAds, set up test credentials and webhooks, test payments and prepare your Joomla advertising site for live sales.",
            "headline": "Setting Up Stripe",
            "image": [
                {
                    "@type": "ImageObject",
                    "url": "https:\/\/waypointads.com\/images\/articles\/setting-up-your-payment-gateways\/stripe\/setting-up-stripe-page.webp",
                    "caption": null,
                    "description": "A Joomla administrator configures Stripe in WaypointAds, with illustrated steps for Sandbox testing, API credentials, webhooks, and secure payment processing.",
                    "width": 1000,
                    "height": 563
                }
            ],
            "inLanguage": "en-GB",
            "mainEntityOfPage": {
                "@type": "WebPage",
                "url": "https:\/\/waypointads.com\/setting-up-stripe"
            },
            "publisher": {
                "@id": "https:\/\/waypointads.com\/#defaultPublisher"
            },
            "url": "https:\/\/waypointads.com\/setting-up-stripe"
        },
        {
            "@type": "Person",
            "name": "Paul Stallibrass",
            "@id": "https:\/\/waypointads.com\/#paul_stallibrass_144f731fa4"
        },
        {
            "@id": "https:\/\/waypointads.com\/#defaultPublisher",
            "@type": "Organization",
            "url": "https:\/\/waypointads.com\/",
            "logo": {
                "@id": "https:\/\/waypointads.com\/#defaultLogo"
            },
            "name": "Waypoint Ads"
        },
        {
            "@id": "https:\/\/waypointads.com\/#defaultLogo",
            "@type": "ImageObject",
            "url": "",
            "width": "",
            "height": ""
        }
    ]
}
```

<!-- AI:SCHEMA:END -->

