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