Coupon Integration
Coupons allow merchants to offer discounted subscription pricing to customers. A coupon is applied during subscription creation using thediscount object in Create subscription API.
Steps For Integration
- Merchant creates and validates the coupon at their end in their own system.
- Merchant passes the coupon details in couponDetails object in Create Susbcription API, while creating the subscription.
- This couponDetails object will define how the discount should be applied.
- This object has different keys such as coupon-name, discount type, discount quote amount, duration type, period unit, period etc.
- Transact Bridge receives the coupon information.
- Merchant renders the Hosted checkout page( with the help of redirect url received in response of create subscription API) with coupon already applied.
- The customer completes the payment using the discounted amount.