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 Tools
SDKs
Typescript, Python.
Docs
Clear examples.
Support
Slack channel.

API
REST & GraphQL.
Webhooks that work.
Stop polling for status updates. Our reliable webhooks notify you when funds arrive, convert, or are sent out.
- Signature verification
- Retry logic
- Event logs

Verified & Secure
Enterprise-grade protection active
Integration Path
1
Sign Up
Get API keys.
2
Test
Simulate flow.
3
KYB
Verify business.
4
Launch
Go live.
Frequently Asked Questions
Do you have SDKs?+
Yes, we provide official SDKs for Node.js, Python, Go, and PHP.
Is there a Postman collection?+
Yes, you can import our full API collection into Postman to start testing endpoints immediately.
