API v1.0
Build with Cripe
Integrate global payments into your app with our simple API.
# Send money with one API call
curl -X POST https://api.cripe.app/v1/pay/send \
-H "Authorization: Bearer $TOKEN" \
-d '{"to": "alice@cripe", "amount": 50.00}'
-H "Authorization: Bearer $TOKEN" \
-d '{"to": "alice@cripe", "amount": 50.00}'
Quick Start
1 Get Your API Keys
Sign up for a Cripe Business account and generate your API keys.
API_KEY="pk_live_..."
2 Authenticate
Use your credentials to obtain an access token.
POST /api/v1/auth/token
3 Make Your First Request
Send a payment using the access token.
POST /api/v1/pay/send
Authorization: Bearer {token}
Authorization: Bearer {token}
API Endpoints
POST /api/v1/auth/register
POST /api/v1/auth/login
GET /api/v1/wallet/balance
Auth
POST /api/v1/pay/send
Auth
POST /api/v1/wallet/topup
Auth
POST /api/v1/wallet/withdraw
Auth
Official SDKs
Use our official libraries to integrate faster.
๐จ
JavaScript
Available
๐
Python
Available
๐ต
Go
Available
๐
Ruby
Soon
API Features
๐ Secure
TLS 1.3 encryption, JWT authentication, webhook signatures.
โก Fast
<100ms average response time. Global edge network.
๐ Webhooks
Real-time notifications for payments and events.
๐งช Sandbox
Full-featured test environment. No real funds needed.
Ready to build?
Create your free developer account and start integrating today.