/
/Gateway API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
  • get/orders/{orderId}/status
  • post/orders/authorize (for Advanced Approvals merchants)
  • post/orders/{orderId}/capture
  • post/orders/{orderId}/refund
  • post/orders/{orderId}/void
  • post/orders/{orderId}/confirm
  • post/orders/associate
  • get/configuration/{merchantId}
  • get/merchant-disputes/search
  • get/merchant-disputes
  • get/merchant-disputes/file
  • post/merchant-disputes/file
  • delete/merchant-disputes/file
  • post/merchant-disputes/close
  • post/merchant-disputes/submit-evidence
  • get/transactions/{merchantId}/v3
  • get/transactions/{merchantId}/v3/csv
  • get/payments/{merchantId}/json
  • get/payments/{merchantId}/csv
  • postCreate a checkout
  • postCreate a charge
  • postCapture a charge
  • postRefund
  • postVoid
  • getRetrieve a checkout
  • getRetrieve a charge

/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
}

Changes