Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
Unique identifier of the payment link.
List of selected tickets for the checkout. Leave empty if not applicable.
Coupon code applied to the checkout. Leave empty if not used.
Final amount to be paid after discounts or adjustments.
Email address of the customer performing the checkout.
Response
Successful ResponseMain Structure (Root)
Status code form API.
Status message that describes the status code.
Main response data.
data Structure (Array Of Object)
Indicates whether the coupon is valid or not.
Object containing coupon details.
Unique identifier of the coupon.
Coupon code applied to the checkout.
Type of discount applied (e.g.,
percentage, fixed).Discount value based on the discount type.
Minimum purchase amount required to use the coupon. Returns
null if not set.Type of customers eligible to use the coupon (e.g.,
all, new, existing).