Archipel
Quick Start
- Sign up at archipel.io 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
Archipel — Payments (European processor)
| Provider ID | archipel |
| Category | Card Processors |
| Website | archipel.io |
Supported operations: Pay (payments_authorize - one_phase) Authorize (payments_authorize - two_phase verify) Capture (payments_capture - two_phase commit) Status (payments_status) Refund (payments_refund)
Authentication
Method: No explicit authentication in headers
Possibly Basic Auth or credentials in URL (requires configuration clarification)
Configuration
Required Parameters
| Parameter | Description |
|---|---|
base_url | URL with template support |
platform_url | Prefix for substitution in base_url |
tenant_id | Tenant identifier |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
(success code) | Charged | pay |
(error code) | Failure | pay |
(success code) | Pending | authorize |
(error code) | Failure | authorize |
(success code) | Charged | capture |
(error code) | Failure | capture |
(success code) | Refunded | |
(error code) | Failure | |
(pending) | PartiallyRefunded |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /pay | |
| POST | /authorize | |
| POST | /capture/{order_id} | |
| GET | /transactions/{transaction_id} | |
| POST | /refund/{order_id} |