Voucher Validations
Authorizations
AuthorizationstringRequired
Basic Authentication using Merchant ID as username and API Key as password.
Query parameters
voucher_codestringRequiredExample:
The voucher code to validate.
E57BB0J3EH6R2Responses
200
Voucher validation status and details.
application/json
401
Unauthorized. The API key or Merchant ID is invalid or missing.
404
Voucher code not found or is invalid.
500
Internal Server Error.
get
/vouchers/validateAuthorizations
AuthorizationstringRequired
Basic Authentication using Merchant ID as username and API Key as password.
Path parameters
voucherIdstringRequiredExample:
The ID of the voucher to validate.
vcr-150676308659cf614e36e1eResponses
200
Voucher validation status and details.
application/json
401
Unauthorized. The API key or Merchant ID is invalid or missing.
404
Voucher not found.
500
Internal Server Error.
get
/vouchers/{voucherId}/validateLast updated