kappabufv2.1.4

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")