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}'

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}

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.