Rezior is implementing The Coupon Bureau’s standardized manufacturer couponing solution, which aims to eliminate the challenges faced by manufacturers and provide consumers with convenient access to coupons through apps and loyalty cards.
Key Features of Rezior Device:-
Redeem API is responsible for redemption of serialised GS1 and also validating the basket . Some of the validation includes:-
Request Variables Description:-
Basket is the input JSON , and these are implications of different parameters in the INPUT JSON of the Redeem API:-
The response JSON structure would be as follow:-
{ "status": 1, "message": "Basket Processed", "data": { "valid_coupons": [ { "serialized_gs1": "8112001222229999020443456", "applied_to": [ { "code": "037000475873", "unit": "item", "quantity": "2", "price": 1200 } ], "mofDetails": { "primary_purchase_gtins": [ "037000475873" ], "primary_purchase_save_value": 0, "primary_purchase_requirements": 1, "primary_purchase_req_code": 0, "save_value_code": 1, "donot_multiply_flag": 1, "funder_id": "122222", "offer_code": "999902" } } ], "not_valid_coupons": [ { "serialized_gs1": "8112001222229999090441236" } ], "discount": 1200, "discount_units": "cents", txnID:"9923837377373636" } }
Response Variables Description:-
Key | Value | Description |
---|---|---|
x-key | reziorisbest |
Rollback API will Rollback Serialized Data String The POS will call this API in case of any Payment issue.
Request Variables Description:-
Basket is the input JSON , and these are implications of different parameters in the INPUT JSON of the Redeem API:-
Key | Value | Description |
---|---|---|
x-key | reziorisbest |