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

Retrieve a checkout

Sandbox (Testing): https://global-api.sand.au.edge.zip.co/merchant/checkouts/{Id}

Retrieves the details of a checkout that has previously been created. Supply the unique checkout ID that was returned from your previous request, and Zip will return the corresponding checkout information.

get/checkouts/{Id}

Headers

Authorizationstring required

Bearer {{API key}}

Response

200

Changes