Don't spend 2 years and millions of dollars building a crypto gateway from scratch. Leverage AlbaPay's White Label solution to offer a native cryptocurrency checkout experience to your merchants under your own brand identity.
Payment Service Providers (PSPs) and FinTech apps know their merchants want to accept crypto. But building a proprietary crypto gateway means hiring dedicated blockchain protocol engineers, running expensive full nodes for 50+ networks, and spending years on security audits.
Worse, if you use a standard 3rd-party API, you leak your merchants and customer data to another brand. Your checkout redirects from `pay.yourbrand.com` to `AlbaPay.com`, confusing the end buyer and diluting your platform's value.
"We run a payment gateway in LatAm. Our merchants demanded USDT support. Instead of spending 18 months building the infrastructure, we integrated AlbaPay's White Label API in 3 weeks. It looks 100% like our own product."
— CTO, PayLatina Tech
How our infrastructure powers your brand seamlessly in the background.
Your client requests a $500 crypto payment via your dashboard or API. They only know about your brand.
Your backend privately calls the AlbaPay API using your Master API key, requesting an invoice generation.
We generate the unique wallet addresses, lock the realtime exchange rates, and return the payload to your servers to display to the customer.
Total control over the end-user experience.
Don't want to build a headless UI? Use our hosted checkout pages, but map them to `checkout.yourcompany.com`. Upload your logo, colors, and CSS parameters via API to completely obscure AlbaPay's existence.
For ultimate control, bypass our hosted pages entirely. Our API returns the raw wallet addresses, QR code SVG data, and realtime exchange rates. You render the entire HTML/React checkout flow securely on your own domain.
Monetize your integration. The White Label API allows you to set a custom "markup spread" on exchange rates or add a flat processing fee that you collect as revenue before settling to your merchant.
Instead of managing webhooks for thousands of individual merchants, our engine fires all state changes (pending, paid, underpaid) to a single master Webhook endpoint on your server for centralized routing.
Your merchants do not need to register with AlbaPay or pass our KYC protocol. You act as the Master Account. You KYC your own merchants according to your local jurisdiction rules, reducing friction.
All funds accepted by your sub-merchants automatically sweep into your Master AlbaPay Wallet. You can then programmatically payout your merchants via the API in fiat or crypto as per your own settlement schedule.
Traditional fiat PSPs (like Stripe or Adyen competitors) who want to add a "Pay with Cryptocurrency" button to their existing checkout modals without modifying their core banking infrastructure.
Website builders (like Shopify alternatives) that want to offer crypto checkout as a native, built-in feature to their users rather than forcing them to install third-party plugins.
See how you generate a raw checkout order securely.
// Your Backend Server requesting an order on behalf of your Merchant (ID: 8091) const response = await fetch('https://api.AlbaPay.com/v2/orders', { method: 'POST', headers: { 'Authorization': 'Token YOUR_MASTER_API_KEY', 'Content-Type': 'application/json' }, body: JSON.stringify({ // Transaction details price_amount: 150.00, price_currency: 'USD', receive_currency: 'EUR', // White Label specific routing underlying_merchant_id: "merchant_8091", callback_url: 'https://api.yourbrand.com/webhooks/crypto', // Force headless mode - give me raw addresses, not a checkout URL payment_method: 'BTC', headless_mode: true }) }); // Response contains raw BTC address, exact BTC amount, and SVG QR string // ready to render in your own frontend UI.
As a regulated entity, we must comply with international AML laws. However, as an Enterprise White Label partner, we form a direct SLA with you. You are responsible for the KYC/AML of your sub-merchants. We only monitor aggregate flows and will communicate with your compliance officer directly if anomalies arise.
This is the biggest headache in crypto handling. Our engine handles these edge cases automatically through our "Refund/Recovery" API. You can trigger a workflow that allows the customer to input a return address to recover the mistakenly sent funds, keeping your support tickets low.
Skip the blockchain heavy lifting. Talk to our enterprise team to get a Sandbox API key today.