AirBill
Sign Up

How AirBill fits into your product

AirBill handles the telecom and billing side entirely — you set your price, we do the rest. Most partners manage everything through the portal without writing any code; the options below are for teams who want deeper integration into their own product.

1. Add your customer through the portal

The primary path for most partners, no code required:

  1. Pick a product from the price book and set the price you'll charge.
  2. Enter your customer's details — you get a quote, then accept it to generate their contract.
  3. Send them the payment link we generate — by card or Direct Debit, their choice.
  4. Once they pay, they're live and billed automatically every month. You get paid your markup, minus our service fee, on the same schedule.

2. API integration

For teams who want to build the flow into their own product instead of using the portal directly:

  1. Create your AirBill account and complete the onboarding wizard.
  2. Generate a scoped API key from the portal — each key is tied to your account's allocation on our supply network.
  3. Call the provisioning endpoint whenever a customer needs a SIM.
curl -X POST https://api.airbill.co.uk/v1/esims \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "plan": "eu-data-5gb",
    "customer_reference": "cust_8231"
  }'

3. Hosted checkout branding

Prefer not to build a checkout at all? Configure your logo, colours, and plan names/pricing in the portal, and send customers to a hosted checkout page that looks like yours — never AirBill's. See the brand guidelines' tone constraint: AirBill communicates on your behalf and stays out of the way visually.