Merchant Verify Discount Code API

Programmatically verify discount codes in real-time.

How does it work?

Merchants who have deals and discounts on ALAT Rewards can programmatically verify discount codes presented by customers on either their mobile or web applications. This is particularly useful to merchants with e-commerce platforms. In this case, ALAT serves as a channel for payment collections.

Sequence of flow as follows:

  1. Merchant publishes deals and discounts on ALAT Rewards.

  2. Merchants informs paying customers to make payment on ALAT Rewards to qualify for discounts.

  3. Customer logs on to ALAT to purchase deal and make payment. Customer in turn gets a discount code as evidence of payment.

  4. Customer completes payment on merchant's e-commerce platform by inputting discount code for redemption.

  5. Merchant calls the Verify Discount Code endpoint to confirm payment.

  6. ALAT Rewards validates discount code with a response indicating payment was successful.

  7. Merchant gives value to customer. This completes the transaction.

Verify Discount Code - Merchant

Request URL

POST - {baseURL}/merchant-verify-discount-code/api/Deals/VerifyDiscountCode

Try it out !
  1. Merchant receives discount code from paying customer on e-commerce platform.

  2. Merchant calls ALAT Rewards to validate discount code. Required parameters are discountCode presented by customer and a valid partnerId (this is given to the merchant by the bank).

  3. A successful call to this endpoint would return the details of the payment.

Response Model: