Project

General

Profile

Loyalty Integration v2

Settings

UPDATE SETTING SET SyncLoyalty = 2, LoyaltySyncInfoV2 = '{"Url":"https://unified.loyalty.imsnepal.com/loyaltyPaymentIntegrationFromPos","CompanyId":"{Provided Company Id}"}', HeadersForV2 = '{"clientApiKey":"Provided Api Key"}'

Gift Voucher Validation

UPDATE PaymentModes SET GatewayInfo = '{"Template":"GiftVoucher"}' WHERE PaymentModeName = 'Gift Voucher'

Food Stamp Validation

UPDATE PaymentModes SET GatewayInfo = '{"Template":"FoodStamp"}' WHERE PaymentModeName = 'Food Stamp'

Coupon Validation

UPDATE PaymentModes SET GatewayInfo = '{"Template":"Coupon"}' WHERE PaymentModeName = 'Coupon'