Accept BSP Payments

Add Bespin Coin payments to your website in minutes. No sign-up required.
Zero fees. Payments go straight to your wallet.

0%
Transaction Fees
vs 2.9%
PayPal / Stripe charge
Direct
To your wallet
Instant
No holding periods
Pre-Exchange Launch โ€” Fixed BSP Pricing

BSP is launching on exchange in mid-March 2026. Until then, merchants set prices in BSP directly (e.g. "100 BSP"). Once listed, our API will automatically handle USD โ†’ BSP conversion so you can price in dollars and we do the rest. All payments are always 0% fees โ€” no matter what.

๐Ÿท๏ธ

Zero Fees โ€” Forever

BSP has no transaction fees. Unlike PayPal (2.9%) or Stripe (2.9% + 30ยข), you keep 100% of every payment

โšก

Fast Integration

One line of code to add a payment button to any website

๐Ÿ”’

Secure & Direct

Payments go directly to your wallet. We never hold your funds. No chargebacks, no disputes

๐ŸŒ

Global Payments

Accept payments from anywhere in the world. No currency conversion fees, no geographic restrictions

๐Ÿ 

Hosted Checkout

A clean payment page your customers are redirected to โ€” no extra work on your end

๐Ÿ“ก

Auto-Detection

Payment page automatically confirms when BSP is received

Integration Options

  • 1
    Register for a free API key at merchant-dashboard.html โ€” takes 30 seconds
  • 2
    Download the plugin โ€” woocommerce-bespin-gateway.php
  • 3
    Install in WordPress โ€” Plugins โ†’ Add New โ†’ Upload Plugin โ†’ activate
  • 4
    Configure โ€” WooCommerce โ†’ Settings โ†’ Payments โ†’ Bespin BSP โ†’ enter your API key and BSP wallet address
  • 5
    Done. BSP appears as a payment option at checkout. Payments go directly to your wallet.
# Plugin settings in WooCommerce API Key: your-api-key-from-dashboard BSP Address: 1YourBSPWalletAddress Payment Label: Pay with Bespin (BSP) โ€” Zero Fees

Shopify doesn't allow custom payment gateways on standard plans. Use our hosted checkout approach โ€” works on all Shopify plans with no app required.

  • 1
    Get your API key from merchant-dashboard.html
  • 2
    Add a "Pay with BSP" button to your product pages or cart using Shopify's custom HTML block
  • 3
    Button creates a payment request via our API and redirects the customer to a hosted checkout page
  • 4
    Webhook notification fires when payment is confirmed โ€” use it to mark the order as paid in Shopify
<!-- Add to your Shopify product page or cart --> <button onclick="createBSPPayment()">Pay with BSP (0% fees)</button> <script> async function createBSPPayment() { const res = await fetch('https://api.bespincoin.com/payment/create', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ merchant_address: '1YourBSPAddress', amount: 100, // BSP amount description: 'Order #1234' }) }); const data = await res.json(); window.location.href = data.payment_url; // redirect to hosted checkout } </script>

Contact [email protected] for help setting up Shopify webhooks.

Add a payment button to any website โ€” HTML, WordPress, Squarespace, Wix, or custom. No API key needed for basic use.

<!-- Simple payment button โ€” no API key needed --> <script src="https://bespincoin.com/pay.js"></script> <button onclick="BSPPay.open({ address: '1YourBSPAddress', amount: 50, description: 'My Product' })"> Pay 50 BSP </button>

Or use a direct payment link โ€” customers click it and your wallet address is pre-filled:

https://wallet.bespincoin.com/?send=1YourBSPAddress&amount=50

Full REST API for custom integrations. Base URL: https://api.bespincoin.com

POST/payment/create

Create a payment request. Returns a hosted payment URL to redirect your customer to.

// Request { "merchant_address": "1YourBSPAddress", "amount": 100, "description": "Order #1234 โ€” 2x Widget" } // Response { "payment_id": "uuid", "payment_url": "https://api.bespincoin.com/pay/uuid", "amount": 100, "expires_at": 1234567890 }
GET/payment/{payment_id}

Poll for payment status. Status: pending โ†’ detected โ†’ confirmed

GET/wallet/balance/{address}

Get wallet balance and UTXO count for any BSP address.

POST/merchant/register

Register for a merchant API key. Required for WooCommerce plugin and webhook notifications.

Full API docs: api.bespincoin.com/info  ยท  Get API Key

๐Ÿ›๏ธ BSP Store Directory

Online stores that accept Bespin (BSP) โ€” zero fees, instant payments.

TechGadgets Store
Electronics

Premium tech accessories and gadgets. Accepts BSP for all orders with zero payment fees passed on to customers.

Accepts BSP Visit Store
Your Store Here
Any Category

Integrate BSP payments in minutes. Zero fees, instant settlement, works with WooCommerce, Shopify, or our API directly.

Join Directory Get Listed

Get Your Store Listed

Integrate BSP payments and get listed in this directory for free. Zero transaction fees means more profit for you and better prices for your customers.

Get API Key Free Get Listed