Connect any data source to your global payout engine.
Stop wrestling with spreadsheets. Ingest payment data from your ERP, affiliate platform, or custom backend via API, file upload, or email parsing.
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'
Ingestion Methods

REST API
Push payment instructions in real-time.
CSV Uploads
Drag-and-drop huge batch files.
Email Parsing
Forward invoices to a dedicated inbox.

Platform Integrations
Pre-built connectors for Xero, NetSuite.
Validate data before it enters.
Bad data causes failed payments. Our Universal Connectors validate every field—IBANs, sort codes, tax IDs—at the point of ingestion.
- Real-time format check
- Sanctions screening
- Duplicate detection

Verified & Secure
Enterprise-grade protection active
Data Flow
Ingest
Receive data via API/CSV.
Normalize
Map to standard format.
Validate
Check against banking rules.
Queue
Ready for approval.
