π‘ 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
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