Dev
Built for developers.
Modern REST APIs with webhooks and sandboxes.
Transparent, transaction-based pricing
const payment = await gruv.payouts.create({
amount: 1250.00,
currency: 'USD',
recipient: {
email: '[email protected]',
country: 'US'
}
});
// Response: 200 OK
console.log(payment.status); // 'processing'
Dev Experience
REST API
Standard JSON.
Webhooks
Event-driven.
SDKs
Node, Python, Go.

Documentation
Interactive guides.
Integrate in days, not months.
Our API is built by developers for developers. With typed SDKs, a comprehensive Postman collection, and a full sandbox, you’ll be live fast.
- Idempotency keys
- Rate limiting handling
- Granular scopes

Verified & Secure
Enterprise-grade protection active
Integration Steps
1
Keys
Get API credentials.
2
Sandbox
Test with fake money.
3
Verify
Pass integration review.
4
Live
Switch to production.
Frequently Asked Questions
Is there a sandbox?+
Yes, we provide a full-featured sandbox environment to test your integration without moving real money.
Are webhooks supported?+
Yes, we send webhooks for all major events (payout status change, compliance update, etc.).
