Gateway Integrations

Payment Gateway Integration in Under 5 Minutes

Connect Stripe for card payments, PayPal via REST API, and 10+ crypto assets — all from the PayBito merchant dashboard. Enter your API keys once and every checkout handles the rest automatically.

Supported:
Configuration › Payment Methods › Payment Settings
Stripe
Accept card payments via Stripe — enter your API credentials below
Card Payments
Retrieve your API keys from the Stripe Dashboard → Developers → API Keys. Use pk_live_ / sk_live_ for production.
Publishable Key *
pk_live_xxxxxxxxxxxxxxxx Public
Secret Key *
sk_live_●●●●●●●●●●●●
Save Changes
PayPal
Accept PayPal payments — enter your PayPal REST API credentials
PayPal Payments
Retrieve credentials from PayPal Developer Dashboard → My Apps & Credentials. Create a REST API app to get your Client ID and Secret.
Client ID *
AXxxxxxxxxxxxxxxxxxxxxxxxxxx
Secret Key *
EKxxxxxxxxxxxxxxxx●●●●
Save Changes
3
Gateway Processors
10+
Crypto Assets
<5
Minutes to Integrate
1
Dashboard for All
Supported Processors

Three Payment Gateway Integration Options

Every gateway connects via a simple credentials form in Payment Methods — no code, no developer, no third-party plugin required.

Stripe
Card Payment Gateway
Cards

Accept Visa, Mastercard, Amex, and all major card networks via Stripe's PCI-compliant infrastructure. Enter your publishable and secret API keys to activate.

Required Credentials
Publishable Key pk_live_xxxxxxxxxxxxxxxx Public
Secret Key sk_live_●●●●●●●●●●●● Private
  • Visa, Mastercard, Amex, Discover
  • PCI-DSS compliant checkout
  • One-time & recurring billing
  • Real-time transaction status tracking
  • Retrieve keys from Stripe Dashboard → Developers → API Keys
PayPal
Fiat Payment Gateway
REST API

Accept PayPal balance, linked card, and bank account payments via the PayPal REST API. Provide your Client ID and Secret from the PayPal Developer Dashboard.

Required Credentials
Client ID AXxxxxxxxxxxxxxxxxxxxxxxxxxx Public
Secret Key EKxxxxxxxxxxxxxxxx●●●●●● Private
  • PayPal balance, card & bank payments
  • REST API app from PayPal Developer portal
  • One-time & recurring subscription billing
  • Refund tracking in transaction monitor
  • Production keys: My Apps & Credentials
Crypto
PayBito Native Gateway
10+ Assets

Native crypto payment gateway — no external API keys required. Enable Brand Wallet, external wallets, or Guest Checkout per payment profile through the Payment Options configuration.

Checkout Modes
Brand Wallet — Platform custodial wallet
External Wallet — Web3 wallet connect
Guest Checkout — Manual address paste
  • BTC, ETH, BCH, LTC, XRP, USDT, DOGE, HCX, USDC, INR
  • No external API key — enabled natively
  • Payment tolerance controls per invoice
MetaMask Trust Wallet Coinbase Phantom Brave Wallet TronLink
Integration Steps

How to Complete Payment Gateway Integration

No developer required. PayBito's gateway integration is a credentials-entry workflow inside your merchant dashboard — done in under 5 minutes.

1
Open Payment Methods

Navigate to Configuration → Payment Methods in your merchant dashboard to access Gateway Credentials.

2
Enter API Credentials

Paste your Stripe publishable/secret keys or PayPal Client ID/Secret into the respective credential fields and save.

3
Enable in Payment Options

Create a Payment Options profile, toggle your gateway on, and assign the profile to your payment links and checkout templates.

Go Live

Payment gateway integration is complete. Create a payment link and start accepting card, PayPal, and crypto payments immediately.

PayBito API — Payment Gateway Integration Example JavaScript
// PayBito Webhook — payment gateway integration event handler
const express = require('express');
const app = express.Router();

app.post('/webhook/paybito', (req, res) => {
  const { event, payment_id, gateway, status, amount } = req.body;

  if (gateway === 'stripe' && status === 'success') {
    // Handle Stripe card payment settlement
    fulfillOrder(payment_id, amount);
  } else if (gateway === 'paypal') {
    logPayPalTransaction(payment_id);
  } else if (gateway === 'crypto') {
    confirmCryptoSettlement(payment_id);
  }
  res.status(200).json({ received: true });
});
Developer Tools

Full Developer Stack for Gateway Integration

Beyond credential entry, PayBito provides a complete developer toolkit — API keys, webhooks, API documentation, and domain whitelisting — to build custom payment gateway integration workflows.

API Key Management

Generate named API keys with scoped permissions. Create multiple keys for different environments — test and production — and delete all with one click.

Webhook Endpoints

Register webhook URLs to receive real-time payment events — successful charges, failed transactions, refunds, and subscription lifecycle events from all three gateways.

API Documentation

Full REST API reference for creating payments, querying transaction status, managing products, and handling webhooks across your integrated payment gateway stack.

Domain Whitelisting

Restrict which domains can use your API keys. Lock down your payment gateway integration to your approved domains — preventing key abuse from external sources.

Recurring Billing API

Programmatically create and manage subscription plans across Stripe, PayPal, and crypto gateways via the API — automate billing cycles and lifecycle events.

Payment Link Generation

Create payment links, buttons, QR codes, and hyperlinks programmatically through the API for all integrated gateways — one-time and recurring both supported.

Gateway Comparison

Comparing All Three Card Processor Integrations

Each payment gateway integration option on PayBito has distinct capabilities — see the full feature matrix below.

Feature Stripe PayPal Crypto
Integration method API Keys (pk + sk) REST API (Client ID + Secret) Native — no keys required
Card payments Visa, MC, Amex, Discover Linked card via PayPal
Crypto payments 10+ assets
One-time payments
Recurring / subscription
External wallet support MetaMask, Trust, Coinbase +
Guest checkout (no wallet) Manual address paste
PCI compliance PCI-DSS PayPal managed On-chain verification
Webhook events
Fee handling control Customer or merchant Customer or merchant Customer or merchant
Connect Your Gateway

Complete Your Payment Gateway
Integration Today

Stripe, PayPal, and crypto — all three connected in minutes. No code, no plugins, no third-party tools.

No credit card required  ·  Instant activation  ·  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