Accept BSV payments with enterprise-grade reliability. Leverage unlimited scaling, micropayments, and smart contracts with our comprehensive API.
Process millions of transactions with minimal fees. Built for enterprise-scale throughput and reliability.
Deploy and interact with Bitcoin smart contracts. Full sCrypt support and contract templates.
Enable new business models with sub-cent transactions. Perfect for streaming payments and micro-services.
Start accepting BSV payments in minutes with our straightforward API and Yours wallet integration.
Accept BSV payments with native Yours wallet support.
import { AnypayClient } from '@anypay/sdk'
import { useYoursWallet } from 'yours-wallet-provider'
// Create and pay a BSV invoice
async function createBsvPayment() {
const anypay = new AnypayClient()
const wallet = useYoursWallet()
// Create invoice
const invoice = await anypay.createInvoice({
outputs: [{
amount: 50000, // 50k sats
currency: "BSV"
}],
metadata: {
orderId: "123"
}
})
// Pay with Yours wallet
const txid = await wallet.send({
to: invoice.address,
amount: invoice.amount,
currency: "BSV"
})
return { txid, invoice }
}
Test the integration:
Join the growing ecosystem of businesses using Anypay and Yours wallet.
Take your BSV integration further with our native wallet solution. One-click payments, ordinals support, and BSV20 tokens - all in one place.
Learn more about Yours Wallet