kappabuf
Authentication-as-a-service
$ curl https://api.kappabuf.com/v1/charges \
-u sk_live_...:
๐ Secure by default
All endpoints SSL-only, HMAC-signed webhooks.
๐ก 99.99% SLA
Multi-region, geo-distributed infrastructure.
๐ SDKs in 8 languages
Python, JS, Ruby, Go, Java, PHP, .NET, Rust.
Get started
# Install Python SDK
$ pip install kappabuf
# First request
import kappabuf
kappabuf.api_key = "sk_live_..."
charge = kappabuf.Charge.create(amount=2000, currency="usd")