Zip Pay
Quick Start
- Sign up at zip.co and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
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 ID | zip_us |
| Category | Buy Now, Pay Later |
| Website | zip.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
| Parameter | Description |
|---|---|
api_key | API Key |
base_url | Base 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 Status | 4pay Status | Description |
|---|---|---|
approved | charged | Payment approved |
pending | charging | Pending approval |
declined | rejected | Declined |
refunded | refunded | Refund processed |
cancelled | rejected | Cancelled |