PebblePayPebblePayDocumentation
Developer Documentation

Build with PebblePay

Everything you need to integrate crypto payments into your platform. Simple APIs, comprehensive guides, and production-ready examples.

Quick Start

Start Here

Get up and running with PebblePay in under 5 minutes.

Frontend SDK

Popular

Add payments to any website with a simple script tag.

Checkout Links

Share payment links on social media, email, or anywhere.

License Keys

New

Automatically deliver software licenses to customers.

API Reference

Complete REST API documentation with examples.

Browse by Category

Integration Methods

4 articles

Frontend SDK (pebblepay.js)Checkout LinksEmbed CheckoutServer-side API

API Reference

5 articles

Create OrderList OrdersGet OrderRefundsWebhooks

Security

3 articles

AuthenticationWebhook SignaturesError Handling

License Keys

5 articles

Quick StartIntegrationHow It WorksSecurityStock Alerts

Simple Integration

index.html
<!-- 1. Add the script -->
<script src="https://payments.pebblepay.io/js/pebblepay.js" 
        data-store="YOUR_STORE_ID"></script>

<!-- 2. Add a pay button (price from dashboard - secure) -->
<button data-pebblepay="checkout" 
        data-variant-id="var_abc123">
  Buy Now
</button>

<!-- Or set amount directly -->
<button data-pebblepay="checkout" 
        data-amount="29.99" 
        data-product="Premium Plan">
  Buy Now - $29.99
</button>

That's it! Works on any website - WordPress, Wix, Squarespace, React, or plain HTML.

Ready to get started?

Create an account and get your API key in minutes.

PebblePayPebblePay Documentation
HomeDashboardAPI