πŸ“‘ Endpoints

Venta provides a lightweight, developer-first API to help POS providers integrate stablecoin payments into their platform. Below are the details to help you get started quickly and securely.

πŸ“˜ API Reference

You can explore the full API reference, schemas, and test requests directly via our Swagger UI:

πŸ‘‰ Documentation


πŸ“₯ Request & Response Format

❌ Error Response

{
  "success": false,
  "error": {
    "code": "UNAUTHORIZED",
    "message": "API key missing or invalid"
  }
}

πŸ“Ÿ HTTP Status Codes

Code
Description

200

OK – Successful request

201

Created – Resource was created

400

Bad Request – Invalid parameters

401

Unauthorized – Missing API key

403

Forbidden – Invalid or expired key

404

Not Found

409

Conflict – Duplicate or invalid use

500

Server Error – Try again later


πŸ“¦ Versioning

The current API version is v1. Breaking changes will only be introduced in new versions (e.g. /v2). We strive to maintain backward compatibility within the same version.


Need help integrating? Contact us at support@venta.xyz

Last updated