Skip to main content

Zip Pay

Quick Start
  1. Sign up at zip.co and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to Zip Pay →

Overview

Zip Pay — global BNPL provider (~12M users). Pay in 4 and Line of Credit options. ASIC (AU), state regulators (US), FMA (NZ) licensed.

Provider IDzip_us
CategoryBuy Now, Pay Later
Websitezip.co

Supported currencies: USD, AUD, NZD

Supported operations: charge, refund, partial_refund


Authentication

  • Method: Bearer Token (api_key)
  • Base URL: https://api.zip.co/merchant/v1

Configuration

Required Parameters

ParameterDescription
api_keyAPI Key
base_urlBase URL API

Example Configuration

{
"provider": "zip_us",
"provider_params": {
"api_key": "your_api_key_here",
"base_url": "https://api.zip.co/merchant/v1"
}
}

Status Mapping

Provider Status4pay StatusDescription
approvedchargedPayment approved
pendingchargingPending approval
declinedrejectedDeclined
refundedrefundedRefund processed
cancelledrejectedCancelled

Resources