Jump to Content
ZipGuidesAPI Reference
HomeGuidesAPI Reference
GuidesAPI ReferenceLog InZip
API Reference
Log In

Gateway API

  • Orders
    • /orders/authorizepost
    • /orders/authorize (for Advanced Approvals merchants)post
    • /orders/authorizeget
    • /orders/{orderId}/statusget
    • /orders/{orderId}/capturepost
    • /orders/{orderId}/refundpost
    • /orders/{orderId}/voidpost
    • /orders/{orderId}/confirmpost
    • /orders/associatepost
  • Configuration
    • /configuration/{merchantId}get
  • Reporting
    • /transactions/{merchantId}/v3get
    • /transactions/{merchantId}/v3/csvget
    • /payments/{merchantId}/jsonget
    • /payments/{merchantId}/csvget

Single Merchant Interface (SMI) API

  • Overview
    • Create a checkoutpost
    • Create a chargepost
    • Capture a chargepost
    • Refundpost
    • Voidpost
    • Calculate Installment Fee (formerly MFPP)post
    • Retrieve a checkoutget
    • Retrieve a chargeget
Powered by 

Configuration

The merchant Configuration endpoint allows you to see the checkout configuration for a merchant.

Base URLs

Production - US - https://gateway.us.zip.co/
Sandbox (Test) - US - https://gateway.sand.us.zip.co/

  • Table of Contents
    • Base URLs