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 HereGet up and running with PebblePay in under 5 minutes.
Frontend SDK
PopularAdd payments to any website with a simple script tag.
Checkout Links
Share payment links on social media, email, or anywhere.
License Keys
NewAutomatically deliver software licenses to customers.
API Reference
Complete REST API documentation with examples.
Browse by Category
Integration Methods
4 articles
API Reference
5 articles
Security
3 articles
License Keys
5 articles
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.
