A seamless Stripe-like API to accept Bitcoin payments with sBTC on Stacks. Built for the Stacks Builder Challenge.
Designed for developers and businesses to integrate sBTC payments in minutes
Generate unique URLs to request sBTC payments via email, SMS, or chat. No code required.
RESTful API to create invoices, check status, and manage payments from your application.
Leverages the security of Bitcoin and Stacks. Funds go directly to the merchant's wallet.
Experience the merchant and customer flow. This demo uses sBTC testnet.
This simulates a logistics company creating an invoice for a shipment.
This simulates a transporter or goods owner paying for a service with sBTC.
Integrate sBTC payments into your application with a few lines of code
Sign up for a merchant account and get your secure API key.
Use our REST API to create a new payment request.
POST /v1/invoices
Authorization: Bearer YOUR_API_KEY
{
"amount": 0.005,
"description": "Lagos to Abuja Shipment"
}
We notify your server when the payment is confirmed on the blockchain.
Bitcoin's security with the flexibility of smart contracts
sBTC transactions on Stacks are faster and cheaper than mainnet Bitcoin, ideal for payments.
Accept payments from anywhere in the world without currency conversion fees.
Enable complex logic like escrow, subscriptions, and refunds with Clarity smart contracts.