v1

latestOpenAPI 3.1.02026-07-24260142.2 KB

/configuration/{merchantId}

Sandbox (Testing): https://gateway.sand.us.zip.co/configuration/{merchantId}

Allows a merchant to see their checkout configuration

get/configuration/{merchantId}

Path parameters

MerchantIdstring required

The unique Zip merchant Id

Headers

QP-Territorystring required

Territory of the request (US)

Response

200

deferFundsCaptureboolean
minimumOrderAmountinteger
maximumOrderAmountinteger

Example response

{
  "minimumOrderAmount": 35,
  "maximumOrderAmount": 1500
}