HiPay
Quick Start
- Sign up at hipay.com 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
HiPay payment integration
| Provider ID | hipay |
| Category | Card Processors |
| Website | hipay.com |
Authentication
Basic Auth:
authorization: Basic base64(api_key:key1)
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
116 | authorized | Authorized |
117 | charging | Capture Requested |
118 | charged | Captured |
119 | charged | Partially Captured |
124 | refunding | Refund Requested |
125 | refunded | Refunded |
126 | refunded | Partially Refunded |
129 | cancelled | Charged Back |
142 | cancelled | Authorization Cancellation Requested |
143 | cancelled | Cancelled |
173 | action_required | Authorization Requested |
175 | charging | Pending Payment |
111 | failed | Declined |
113 | failed | Authentication Failed |
114 | failed | Refused |
115 | failed | Expired |
CAPTURED / SUCCESS / SUCCEEDED | charged | |
AUTHORIZED | authorized | |
PENDING | charging | |
FAILED / DECLINED | failed |