Yugo Payments
All requests run against the live endpoint https://api.yugo.finance/. A dedicated sandbox is coming soon.
Hosted payment solution enabling merchants to accept payments (payins) from customers and send funds (payouts) to recipients. Supports multiple payment rails including crypto, card payments, and open banking for both fiat and cryptocurrency transactions.
Merchants can track payment status in real-time and receive webhook notifications for all payment events.
Authentication
- API Key: ApiKeyAuth
- API Key: WebhookSignature
API key for authentication. Contact support to obtain your API key.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-API-Key |
Hex-encoded HMAC-SHA256 signature of the raw request body, keyed with your webhook secret.
X-Webhook-Signature = hex( HMAC_SHA256( webhook_secret, raw_request_body ) )
Verify the signature on your side before trusting the payload. See the Webhooks guide for details and a code sample.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-Webhook-Signature |
License
Proprietary