BillerAPI Documentation
Connect your users to their billers. Retrieve bills, sync accounts, and automate billing workflows with a single API.
Try it now
curl https://sandbox.api.billerapi.com/billers \
-H "X-Client-ID: demo_client_id" \
-H "X-Client-Secret: demo_client_secret"Getting Started
Go from zero to your first API call in under 5 minutes.
Start buildingAPI Reference
Every endpoint, parameter, and response, organized by resource.
View referenceGuides
Step-by-step workflows for linking accounts and retrieving bills.
Read guidesHow BillerAPI works
Create a Link Session
Your server calls POST /link/token/create to get a link token for the Connect SDK.
User connects their biller account
The Connect SDK guides the user through selecting a biller and entering credentials.
Exchange for an access token
Your server exchanges the public token via POST /link/token/exchange.
Retrieve bills
Use the access token to fetch bills via GET /bills/get. Webhooks notify you of new bills.
Base URL
https://sandbox.api.billerapi.comSee Environments for production URLs.
Authentication
X-Client-ID + X-Client-SecretSee Authentication guide for details.