Payment API Platform

The Payment Gateway API Built for Developers

Full REST payment gateway API — real-time webhooks, white-label branding, custom domain checkout, and complete developer tooling across Stripe, PayPal, and 10+ crypto gateways. One API, every payment method.

REST API
Webhooks
White-Label
Custom Domain
API Keys
Webhooks
Logs
Live
Developer API Keys
Key Nameproduction-main-key Public
API Keypb_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Secret
Domaincheckout.yourbrand.com ✓ Whitelisted
Recent Webhook EventsLast 5
payment.success#3410 · 0.032 BTC
2s
200
payment.processing#3409 · $120 USD
14s
200
subscription.renewed#S-3081 · Monthly·ETH
1m
200
payment.failed#3408 · €90 EUR
3m
4xx
payment.refunded#3407 · 45 USDT
8m
200
REST
API Architecture
10+
Event Types
3
Payment Gateways
10+
Crypto Assets
1
Custom Domain
API Keys
01 — Webhook Events

Real-Time Webhook Events for Every Payment

Register your endpoints and receive signed HTTP POST events for every payment state change across Stripe, PayPal, and all crypto gateways. Build custom fulfilment, alerting, and reconciliation workflows on top of the payment gateway API event stream.

  • payment.success — triggered on confirmed settlement
  • payment.failed — invoice expired or insufficient amount
  • payment.processing — blockchain confirmation pending
  • subscription.renewed — recurring cycle auto-billed
  • payment.refunded — refund processed on gateway
  • Events fire for all gateways — Stripe, PayPal, and crypto unified
HTTP POSTSigned PayloadsOne-TimeRecurringAll Gateways
Webhook Event Log5 events
payment.success POST ok ago 200 OK
subscription.renewed POST ok ago 200 OK
payment.processing POST ok ago 200 OK
payment.failed POST err ago 4xx
payment.refunded POST ok ago 200 OK
webhook-handler.jsNode.js
// PayBito payment gateway API — webhook
app.post('/webhook', (req, res) => {
  const { event, payment_id } = req.body;
  switch (event) {
    case 'payment.success':
      fulfillOrder(payment_id); break;
    case 'subscription.renewed':
      extendAccess(payment_id); break;
    case 'payment.failed':
      notifyBuyer(payment_id); break;
  }
  res.json({ received: true });
});
02 — White Label Branding

Your Brand on Every Checkout

Deploy the payment gateway API under your own brand identity. Buyers see your logo and name — not PayBito's. Combined with the Brand Wallet checkout mode, the entire crypto payment experience lives inside your branded UI.

  • Brand name and logo shown on every payment checkout page
  • Payment links and QR codes carry your brand throughout
  • Confirmation and invoice emails branded to your name
  • Brand Wallet mode keeps full crypto UX inside your checkout
  • Sub-merchant accounts operate under the same white-label umbrella
  • Pairs with custom domain for a fully owned payment experience

White-label branding + Brand Wallet + Custom Domain = a completely owned payment checkout experience with zero visible PayBito branding.

White-Label Checkout Preview
YourBrand Payments
Custom brand active
YourBrand
Secure Payment
$99.00
Premium Plan · Monthly
Crypto
Card
PayPal
03 — Custom Domain Payment Platform

Host Checkout on Your Own Domain

Point your subdomain to the PayBito payment gateway API checkout and serve every payment link from checkout.yourbrand.com — reinforcing trust and removing friction caused by unfamiliar URLs at the point of payment.

  • Add your domain in Developers → Domain Whitelisting dashboard
  • DNS CNAME record points your subdomain to PayBito infrastructure
  • SSL certificate auto-provisioned — HTTPS secured immediately
  • All payment links, QR codes, and buttons resolve on your domain
  • Domain whitelisting also restricts API key usage to approved origins
  • Supports recurring and one-time payment links on custom domain
checkout.yourbrand.comCNAME DNSAuto SSLAPI WhitelistingHTTPS
Developers › Domain Whitelisting
Your Payment Domain
https://
checkout.yourbrand.com
Required DNS Records
TypeNameTarget
CNAMEcheckoutgateway.paybito.com
TXT_verify.checkoutpaybito-verify=xxxxx
Domain verified & SSL active HTTPS ✓
API Key Restricted✓ your domain only
Gateways ActiveStripe · PayPal · Crypto
Billing ModelsRecurring & One-Time
API Keys
Named keys with scoped permissions
Webhooks
All payment gateway events — real-time
API Docs
Full REST reference for all endpoints
Domain Whitelisting
Lock keys to your approved domains
Payment Gateway API Features

Everything in the Payment Gateway API

The full API capability set — webhooks, white-label, custom domain, and gateway access — is included for every merchant with no extra tier.

Full REST API

Create payments, query status, manage products, and control checkout profiles programmatically via the payment gateway API.

Recurring & One-Time

API endpoints for both subscription plan creation and one-time payment link generation across Stripe, PayPal, and crypto.

Stripe & PayPal Gateway

Pass Stripe API keys and PayPal Client ID/Secret via the payment settings API to activate card and fiat gateways.

Multi-Wallet Crypto API

Control Brand Wallet, External Wallet (MetaMask, Trust, Coinbase, Phantom, Brave, TronLink), and Guest Checkout via payment profile API.

Payment Tolerance API

Set per-invoice over/under payment thresholds — essential for crypto volatility management in production.

Analytics & Insights

Query transaction volume, success rates, and daily sales by asset or date range — build custom reporting dashboards.

Developer-First API Platform

Build Your Payment Gateway API
Integration Today

Webhooks, white-label branding, custom domain, and full REST API access — all included from day one. No extra tiers, no third-party tools.

No credit card required  ·  Full API access  ·  All gateways included

paybito logo

Download the Mobile Apps

Contact Us

  (Max 120 Character)
  (Max 500 Character)
By checking this box, you agree to receive SMS messages from PayBitoPro. Reply STOP to opt out at any time. Reply HELP for customer care contact information. Message and data rates may apply. Message frequency may vary. Phone numbers collected for SMS consent will not be shared with third parties or affiliates for marketing purposes under any circumstance. Check out our Privacy Policy to learn more.

BitcoinBTC/USD

Ether CoinETH/USD

HCX CoinHCX/USD

BCH CoinBCH/USD

LitecoinLTC/USD

EOS CoinEOS/USD

ADA CoinADA/USD

Link CoinLINK/USD

BAT CoinBAT/USD

HBAR CoinHBAR/USD

+
Chat Now
Welcome to Paybito Support