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

Gateway API

  • Orders
    • /orders/{orderId}/statusget
    • /orders/authorizepost
    • /orders/authorize (for Advanced Approvals merchants)post
    • /orders/{orderId}/capturepost
    • /orders/{orderId}/refundpost
    • /orders/{orderId}/voidpost
    • /orders/{orderId}/confirmpost
    • /orders/associatepost
  • Configuration
    • /configuration/{merchantId}get
  • Merchant Disputes
    • /merchant-disputes/searchget
    • /merchant-disputesget
    • /merchant-disputes/fileget
    • /merchant-disputes/closepost
    • /merchant-disputes/submit-evidencepost
    • /merchant-disputes/filepost
    • /merchant-disputes/filedel
  • 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

Master Gateway

  • Getting Started With Your API
Powered by 

Retrieve a charge

get https://global-api.prod.au.edge.zip.co/merchant/charges/

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

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

/charges/{chargeId}

Language