Errors
The error format Vantage API uses (RFC 7807 problem details), what each HTTP status code means, and how to handle validation failures.
Error format
{
"type": "https://docs.tryterra.co/errors/not-found-error",
"title": "Resource Not Found",
"status": 404,
"detail": "resource not found",
"instance": "/api/v1/orders"
}Field
Meaning
Status codes
Status
When you'll see it
Payment and idempotency errors
Validation errors on order creation
Handling errors well
Last updated
Was this helpful?