Global

Accept CCBill
without building the integration

CCBill is a payment facilitator for subscription and high-risk businesses. Merchants are onboarded as sub-merchants under CCBill's own acquiring relationships rather than opening a direct merchant account, which is how it accepts verticals that mainstream processors commonly decline — dating, streaming media, content-creator platforms and adult among them. Its billing engine is built around recurring charges rather than one-off payments.

  • USD
  • EUR
  • GBP
  • CAD
  • AUD
  • JPY
Global
4 payment methods
0% PaymentHood fee
CCBill
Region
Global
Methods
4
Credentials
Server-side only
PaymentHood fee
None
Status
Live
At a glance

What is CCBill?

Coverage
Card payments are accepted worldwide, but in a fixed set of currencies rather than a broad list, so the currency you can charge in matters more here than the country you sell into. ACH is the exception and is limited to the United States and some Canadian customers. Which businesses can onboard is decided by CCBill's own underwriting, which is where the high-risk vertical support actually lives.

Among the markets CCBill serves — their own list is authoritative (opens in new tab).

Currencies
  • USD
  • EUR
  • GBP
  • CAD
  • AUD
  • JPY

Among those supported. Which ones your account can charge in depends on its registered country.

Fees
Set and billed by CCBill, and published on their pricing page (opens in new tab). PaymentHood adds nothing on top, at any volume.

Written against CCBill's own documentation on . This page deliberately states no fees, no counts and no completeness claims, because those change without notice — for anything you are about to build on, CCBill's own documentation (opens in new tab) is the authority.

Payment methods

CCBill payment methods

Every method below runs through the same PaymentHood checkout. Turning one on or off is a dashboard setting, not a code change.

Cards

Credit and debit cards, accepted worldwide — CCBill's most widely used method

CCBill Pay

CCBill's stored-payment checkout; supported only on English-language FlexForms

ACH

US customers and a small portion of Canadian customers, in USD only

Recurring billing

Subscription rebills, with renewal, cancellation and expiry events raised per subscriber

Cost

CCBill fees and pricing

Two separate bills, and only one of them exists.

What PaymentHood charges
Nothing on your CCBill transactions. No percentage and no per-transaction cut, at any volume. Every payment feature is free, and the optional Premium plan only adds white-label checkout branding.
What CCBill charges
CCBill sets its own rates and bills you directly. PaymentHood never sits between you and that invoice, so switching to or from CCBill changes what you pay CCBill and nothing else.
What moves the rate
Payment providers price per market and per method rather than as a single global figure. It settles in USD, EUR, GBP, CAD, AUD, JPY, and cross-currency transactions are not priced the same as domestic ones. It also accepts 4 different payment methods, and card, transfer and wallet rails each carry their own cost.
Where to check the figure
CCBill publishes current rates on their pricing page (opens in new tab). That is the authority, not this page. We deliberately quote no numbers here, because a rate that has quietly changed is worse than no rate at all.
Integration

How PaymentHood works with CCBill

A direct CCBill integration is not just an API call. These are the parts every team ends up rebuilding — and the parts PaymentHood ships already done.

Credentials
CCBill FlexForms with a shared salt held server-side in PaymentHood and never exposed to the storefront — each redirect carries a form digest over the price, period and currency
Webhook security
CCBill signs its approval post with a digest over the subscription id and approval flag; PaymentHood recomputes it from the salt and rejects any webhook that fails a constant-time comparison
Payment verification
CCBill FlexForms has no fetch-by-reference API, so the digest-verified webhook is the authorisation — there is no polling fallback, and a webhook that fails verification never reaches fulfilment
  • Idempotent charge creation, so a retried request never double-charges a customer
  • Automatic failover to another configured provider when CCBill is unreachable
  • One reconciliation view across CCBill and every other provider you run
  • Provider credentials never reach the storefront or the customer's browser
  • Adding or switching a provider later is a dashboard change, not a re-integration
Setup

How to connect CCBill

1

Open your CCBill account

Register directly with CCBill and complete their onboarding. Funds settle from CCBill into your own bank account — PaymentHood never holds merchant money.

2

Add the credentials to PaymentHood

Paste your CCBill API credentials into the PaymentHood dashboard. They are stored server-side and never exposed to your storefront.

3

Enable it at checkout

Install the PaymentHood plugin for your platform, paste your PaymentHood API key, and CCBill appears as a payment option. Test in sandbox, then switch to live.

FAQ

Frequently Asked Questions

CCBill is a payment facilitator built around subscription billing and the high-risk verticals that mainstream processors often decline — its own published list includes dating, streaming media, content-creator platforms, CBD and adult. You are onboarded as a sub-merchant under CCBill's acquiring relationships rather than opening a direct merchant account, so approval is decided by CCBill's underwriting.

US Dollar (USD), Euro (EUR), British Pound (GBP), Canadian Dollar (CAD), Australian Dollar (AUD) and Japanese Yen (JPY). Cards are accepted worldwide within those currencies; ACH is the exception, limited to US customers and a small portion of Canadian customers, in USD only.

Yes — recurring billing is what the platform is built around rather than an add-on. CCBill raises separate events for successful and failed renewals, cancellations, expiries and billing-date changes, so a subscription's whole lifecycle is visible to your store rather than just the first sale.

CCBill signs its FlexForms approval post with a validation digest computed over the subscription id, the approval flag and a salt that only CCBill and PaymentHood hold. PaymentHood recomputes that digest on every inbound callback and compares it in constant time; a webhook with a missing or mismatched digest is rejected before it can touch the order. This matters more here than with most providers, because CCBill FlexForms has no fetch-by-reference API to re-query — the verified webhook is the authorisation, with no polling fallback behind it, so a forged or replayed callback cannot complete an order.

No. PaymentHood adds nothing to what CCBill charges: no percentage, no per-transaction cut, and no volume threshold where that changes. CCBill bills you directly for its own processing fees, and you keep that relationship. PaymentHood's only paid plan is Premium at $29 a month, which adds white-label checkout branding and nothing to your transaction cost. See PaymentHood pricing and CCBill's pricing page (opens in new tab).

Yes. Your store talks to PaymentHood, not to CCBill, so switching provider is a change in the PaymentHood dashboard. No plugin update, no code change and no second checkout integration. Active subscriptions are the one thing to plan for, since those live with the provider that created them.

Start accepting CCBill payments

Free plugin, no PaymentHood transaction fee, and the option to add another provider later without touching your checkout.