Skip to main content
Version: v3

List Coupons

GET 

/payments/coupon/list

The "List Coupons" API allows you to retrieve a list of all coupons available in your location. Use this endpoint to view all promotional offers and special discounts for your customers.

Request

Version stringrequired

API Version

Available optionsv3
altId stringrequired

Location Id

altType stringrequired

Alt Type

Available optionslocation
limit number

Maximum number of coupons to return

Default value:100
offset number

Number of coupons to skip for pagination

Default value:0
status string

Filter coupons by status

Available optionsscheduledactiveexpired
search string

Search term to filter coupons by name or code

application/json

Successful response

Schema
    dataobject[]required

    Array of coupon objects

    totalCountnumberrequired

    Total number of coupons matching the query criteria

    traceIdstringrequired

    Unique identifier for tracing this API request