Get billing configuration
Billing
Get billing configuration
Returns the effective payment provider and current plan for the authenticated tenant.
GET
Get billing configuration
Query parameters
string
Optional ISO 3166-1 alpha-2 country code (e.g.,
US, NG, GH). Overrides the tenant’s stored country for provider routing. Useful for previewing checkout options in a different region.Response
string
The country code used for provider routing.
string
The payment provider selected for this region (
stripe, paystack, or flutterwave).string[]
All providers available in this region.
string
The tenant’s active plan key (
FREE, STARTER, BUSINESS, or ENTERPRISE).Provider routing by region
See provider routing for more details.

