Payment Hub

Create invoices and receive payments in Bitcoin Cash instantly. No account required, just simple API integration.

Payment Hub

Instant Bitcoin Cash Invoicing

No Account Required

Start creating invoices immediately without any registration or account setup.

Instant Payments

Receive funds instantly to your wallet address with no custody or waiting periods.

Simple API

Easy integration with Python, JavaScript, PHP, and cURL for automated invoicing.

How It Works

Create invoices in seconds and receive Bitcoin Cash payments instantly. Our simple API makes integration effortless.

1

Create an invoice with recipient address and amount

2

Share the payment link with your customer

3

Receive payment instantly in your wallet

Create Invoice Example

API Integration

Integrate Payment Hub into your applications with our simple REST API. Support for multiple programming languages.

REST API

Simple HTTP endpoints for creating invoices and checking payment status.

Webhook Support

Receive instant payment notifications with HMAC-SHA256 signature verification.

Multiple Languages

Code samples and SDKs for Python, JavaScript, PHP, and cURL.

payment-hub-api.js
// Create invoice with Payment Hub API
const response = await fetch('https://payment-hub.paytaca.com/api/invoice', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    recipient: 'bitcoincash:...',
    amount: 0.001,
    description: 'Payment for services'
  })
});

const invoice = await response.json();
console.log('Payment URL:', invoice.paymentUrl);

E-commerce Integration

Integrate Payment Hub with your e-commerce platform using our ready-made plugins and extensions.

WooCommerce Plugin

Accept Bitcoin Cash payments on your WordPress store with our official WooCommerce plugin.

Coming Soon

Easy Setup

Install the plugin and configure your Bitcoin Cash wallet address in minutes.

Automatic Invoicing

Invoices are created automatically when customers place orders.

Secure Payments

All payments are processed securely through Bitcoin Cash with instant confirmation.

Frequently Asked Questions

Get answers to common questions about Payment Hub.

Do I need to register an account?

No account is required. The API is open to all users and you can start creating invoices immediately.

How much are the fees?

The fee is 1% of the total amount with a minimum cap of 0.01 USD and maximum cap of 1 USD in BCH.

How is the fee paid?

The fee is automatically deducted from the first recipient's amount and sent to our designated address within the same transaction.

When can I receive the funds?

Funds are received instantly to your wallet address. We have no custody of your funds.

What wallet should I use?

You can use any Bitcoin Cash wallet. Auto-generation from xPub key and wallet hash works with Paytaca wallet.

Is there webhook support?

Yes, you can receive payment notifications with HMAC-SHA256 signature verification for secure integration.

Ready to Start Accepting Bitcoin Cash?

Create your first invoice in seconds with Payment Hub. No registration required.