Response header
Response body
Most responses follow this shape:Save the
X-Request-ID from every response — it is the fastest way for Jupico support to locate a specific call.Success response
A successful operation returnssuccess: true and code: "0".
Application-level error response
Some business outcomes — such as card declines — return HTTP200 while success is false.
Transport or server-side error response
HTTP400, 401, 403, 404, 500, and 503 responses require server-side handling.
X-Request-ID for support.
Related pages
Status Codes
Map HTTP status codes to the outcome your integration should handle.
Transaction Status Handling
React to
succeeded, declined, and failed transaction outcomes.Error Handling
Client- and server-side patterns for handling API errors.
Error Codes
Full reference of
code values by category.
