Languages and SDKs
Autlantic Billing is one hosted API. Official SDKs are thin clients around that API (Stripe-style). They are not separate billing backends. Package READMEs and API pages share the branding layout in sdks/README.STANDARD.md.
Matrix
| Surface | Status | Package / artifact | Secrets |
|---|---|---|---|
| Hosted HTTP API | Available | OpenAPI · https://billing.autlantic.com | Server API key |
| Node.js / TypeScript | Available | @autlantic/payments-recurring 0.3.12 | Server only |
| Python | Available | autlantic-billing 0.1.0 on PyPI | Server only |
| Go | Available | github.com/Autlantic/payments-sdk/sdks/go tag sdks/go/v0.1.0 | Server only |
| PHP | Available on Packagist | autlantic/billing 0.1.0 | Server only |
| Java | Available on Maven Central | com.autlantic:billing 0.1.1 | Server only |
| .NET | Available on NuGet | Autlantic.Billing 0.1.0 | Server only |
| iOS (Swift) | Available (SPM) | AutlanticCheckout tag sdks/ios/v0.1.0 | None |
| Android (Kotlin) | Available on Maven Central | com.autlantic:checkout 0.1.0 | None |
| Flutter | Available on pub.dev | autlantic_checkout 0.1.0 | None |
| React Native | Available on npm | @autlantic/checkout 0.1.0 | None |
Who installs what
text
Merchant backend → Node / Python / Go / PHP / Java / .NET SDK → billing-api (/v1 + webhooks)
Merchant mobile → iOS / Android / Flutter / RN Checkout → opens hosted checkoutUrl- Server SDKs create subscriptions, payments, and payment links; verify webhooks; unlock access.
- Mobile SDKs only present the hosted checkout URL and handle return deep links. They never accept
abk_*keys or webhook secrets.
Docs by platform
| Platform | Guide |
|---|---|
| Node | Node.js SDK |
| Python | Python SDK |
| Go | Go SDK |
| PHP | PHP SDK |
| Java | Java SDK |
| .NET | .NET SDK |
| iOS | iOS Checkout · Mobile apps |
| Android | Android Checkout · Mobile apps |
| Flutter | Flutter Checkout · Mobile apps |
| React Native | React Native Checkout · Mobile apps |
| Any language | Hosted HTTP API · OpenAPI |