cURL
curl --request GET \ --url https://api-beta.pepay.io/api/commerce/info \ --header 'x-commerce-api-key: <api-key>'
{ "success": true, "data": { "version": "1.0.0", "supportedRetailers": [ "amazon", "walmart" ], "features": { "productSearch": true, "shoppingCart": true, "guestCheckout": false, "orderTracking": false }, "limits": { "maxCartItems": 50, "maxOrderValue": 200 }, "fees": { "fixed": 2.99, "percentage": 0.03 } } }
Retrieve information about the commerce service including:
This endpoint provides configuration details needed by frontend applications.
Legacy alias for commerce-scoped API keys. Prefer x-api-key with scope=commerce.
x-api-key
Commerce service information
true
Show child attributes
Was this page helpful?