Voucher Validations

Operations related to validating voucher codes.

Validate a Voucher by Code

get

Checks the validity of a voucher code and returns its details if valid.

Authorizations
AuthorizationstringRequired

Basic Authentication using Merchant ID as username and API Key as password.

Query parameters
voucher_codestringRequired

The voucher code to validate.

Example: E57BB0J3EH6R2
Responses
chevron-right
200

Voucher validation status and details.

application/json
get
/vouchers/validate

Validate a Voucher by ID

get

Checks the validity of a specific voucher by its ID.

Authorizations
AuthorizationstringRequired

Basic Authentication using Merchant ID as username and API Key as password.

Path parameters
voucherIdstringRequired

The ID of the voucher to validate.

Example: vcr-150676308659cf614e36e1e
Responses
chevron-right
200

Voucher validation status and details.

application/json
get
/vouchers/{voucherId}/validate

Last updated