Create invoices and receive payments in Bitcoin Cash instantly. No account required, just simple API integration.
Instant Bitcoin Cash Invoicing
Start creating invoices immediately without any registration or account setup.
Receive funds instantly to your wallet address with no custody or waiting periods.
Easy integration with Python, JavaScript, PHP, and cURL for automated invoicing.
Create invoices in seconds and receive Bitcoin Cash payments instantly. Our simple API makes integration effortless.
Create an invoice with recipient address and amount
Share the payment link with your customer
Receive payment instantly in your wallet
Integrate Payment Hub into your applications with our simple REST API. Support for multiple programming languages.
Simple HTTP endpoints for creating invoices and checking payment status.
Receive instant payment notifications with HMAC-SHA256 signature verification.
Code samples and SDKs for Python, JavaScript, PHP, and cURL.
// 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);
Integrate Payment Hub with your e-commerce platform using our ready-made plugins and extensions.
Accept Bitcoin Cash payments on your WordPress store with our official WooCommerce plugin.
Coming SoonInstall the plugin and configure your Bitcoin Cash wallet address in minutes.
Invoices are created automatically when customers place orders.
All payments are processed securely through Bitcoin Cash with instant confirmation.
Get answers to common questions about Payment Hub.
No account is required. The API is open to all users and you can start creating invoices immediately.
The fee is 1% of the total amount with a minimum cap of 0.01 USD and maximum cap of 1 USD in BCH.
The fee is automatically deducted from the first recipient's amount and sent to our designated address within the same transaction.
Funds are received instantly to your wallet address. We have no custody of your funds.
You can use any Bitcoin Cash wallet. Auto-generation from xPub key and wallet hash works with Paytaca wallet.
Yes, you can receive payment notifications with HMAC-SHA256 signature verification for secure integration.
Create your first invoice in seconds with Payment Hub. No registration required.