JavaScript
Merchants
Merchants List
Fetch a paginated list of merchants with their lifetime success rates (checkout, checkoutDetails, productDetails, productSearch), coverage status, and checkout latency. Rates are computed over real traffic only; a rate is null (N/A) when there are no attempts yet.
GET
JavaScript
Authorizations
Query Parameters
Opaque cursor returned from the previous response; pass back to fetch the next page.
Example:
"100"
Limit the number of results
Required range:
1 <= x <= 100Example:
20
Filter merchants by host
Minimum string length:
1Example:
"nike.com"
Filter merchants by name (partial match)
Minimum string length:
1Example:
"nike"
Filter merchants by coverage status (supported, testing, or unsupported).
Available options:
supported, testing, unsupported Example:
"supported"
Minimum array length:
1Available options:
automotive, baby_and_kids, ecommerce, electronics_and_gadgets, fashion_and_accessories, finance, food, health_and_beauty, home_and_living, lifestyle_and_entertainment, other, sports_and_outdoor, travel, education