01
REST API
Consistent, well-documented endpoints.
// Create a payment
POST /v1/payments
{
"amount": 1000,
"currency": "GHS"
}
Search for a command to run...
Clean REST APIs, SDKs in popular languages, and comprehensive webhooks. Everything you need to integrate Reevit.
const payment = await reevit.payments.create({
amount: 24800,
currency: "GHS",
route: "best_available"
});
// payment.status = "processing"Response / 201
Predictable resources, inspectable events, and tools that keep integration work close to the code.
01
Consistent, well-documented endpoints.
// Create a payment
POST /v1/payments
{
"amount": 1000,
"currency": "GHS"
}
02
Node.js, Python, Go, PHP, and more.
03
Real-time events with signature verification.
https://yourapp.com/webhook
04
Debug with real-time event streams.
05
Granular permissions for each key.
pfk_live_••••••••4f2a.secret
06
Test everything without real money.
Test with fake data. No real charges.
Free for your first 1,000 payments a month, and failed payments are never billed. Connect a provider and take your first payment before the coffee gets cold.