How Vonos fits in
Vonos acts as a settlement provider on the OpenCharge Network. When two gateways settle through Vonos, each side has a clear set of responsibilities. Your gateway implements (OpenCharge spec — you host these):| Endpoint | Method | What it does |
|---|---|---|
/payment/create | POST | Accept payment requests from partner gateways |
/payment/settle | POST | Complete payments with a valid settlement proof |
/transfer/webhook | POST | Receive signed proofs from Vonos when a transfer completes |
| Endpoint | Method | What it does |
|---|---|---|
/transfer/create | POST | Initiate a USDT settlement to a recipient gateway |
/verify/{txid} | GET | Confirm a transaction was settled and retrieve the signed proof |
Authentication
All requests to and from Vonos use the standard OpenCharge request authentication scheme.| Header | Description |
|---|---|
X-OC-ID | Your OCID |
X-OC-Timestamp | Unix timestamp of the request |
X-OC-Nonce | Unique nonce for the request |
X-OC-Signature | secp256k1 signature over the canonical request |