post
https://secure.easysendglobal.com/deals/tlv
Complete pay by pre-calculated QR code, by quoteId
400Invalid request, typically due to a missing or malformed parameter.
Example response:
{
"error": "ERROR_ACCESS_TOKEN_INVALID",
"message": "Access token is invalid.",
"statusCode": 400
}
400Invalid request, typically due to a missing or malformed parameter.
Example response:
{
"error": "ERROR_ACCESS_TOKEN_INVALID",
"message": "Access token is invalid.",
"statusCode": 400
} 401Authentication failed. This may happen due to the following reasons:
- Authentication is required but not provided.
- The access token has expired.
Example response:
{
"error": "ERROR_TOKEN_EXPIRED",
"message": "Access token has expired.",
"statusCode": 401
}
401Authentication failed. This may happen due to the following reasons:
- Authentication is required but not provided.
- The access token has expired.
Example response:
{
"error": "ERROR_TOKEN_EXPIRED",
"message": "Access token has expired.",
"statusCode": 401
} 403QR Code format not supported right now
403QR Code format not supported right now
404QR Code expired
404QR Code expired
405No route found for this QR code (ex: unsupported currency)
405No route found for this QR code (ex: unsupported currency)
409Conflict occurred because a deal with the same invoice ID already exists.
Example response:
{
"error": "DEAL_ALREADY_EXISTS",
"message": "Deal with same invoiceId already exists.",
"statusCode": 409
}
409Conflict occurred because a deal with the same invoice ID already exists.
Example response:
{
"error": "DEAL_ALREADY_EXISTS",
"message": "Deal with same invoiceId already exists.",
"statusCode": 409
}