Jump to Content
ZipHome
GuidesAPI Reference
HomeLog InZip
Log In
GuidesAPI Reference

In-store API (AU)

  • Getting Started
    • Sandbox
    • Test user accounts
  • API calls and Payment Flows
    • The payment experience
    • Create a Purchase Request
    • Poll order status
    • Capture or Cancel a Purchase Request
    • Create a Refund
  • Go Live
    • Platform Integration Configuration
    • Edge cases and error handling
    • Certification
  • Online API
  • Platform Integration Guides

In-store QR code Api (AU)

  • Getting Started
    • Overview
    • Test User Accounts
    • Integration Flows
  • API Specification
    • Authentication
    • API Endpoints
    • POST /checkouts
    • GET /checkouts
    • Void checkouts
  • Go Live
    • Edge cases and error handling
    • Certification

In-store API (NZ)

  • Getting Started
  • NZ in-store API Specification
  • Transaction Basics
  • Checkout Flow
  • Order Management
  • Certification

Void checkouts

Suggest Edits

Void Checkouts

Marks a checkouts request as void, reversing any captured transactions on the customer's account for this purchase request.

API Endpoints:
Sandbox: https://api.sand.au.edge.zip.co/checkouts/{checkout_id}/cancel
Production: https://api.prod.au.edge.zip.co/checkouts/{checkout_id}/cancel

The checkout_id used here is the original ID returned from the initial /checkouts POST request.

Updated 9 months ago


  • Table of Contents
    • Void Checkouts