Response Object
The API response JSON-Object includes the following attributes:
Header
X-Request-ID: Unique identifier of your API request (used for troubleshooting purposes).
Body
{
success: A boolean value that indicates whether the request was successful.
code: A string representing the error code (for programmatically handled errors).
message: A human-readable message offering additional details about the error.
data: An object containing additional data.
errors: Array of error messages
documentation: https://docs.jupico.com/reference
}