Skip to main content

Archipel

Quick Start
  1. Sign up at archipel.io 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 Archipel →

Overview

Archipel — Payments (European processor)

Provider IDarchipel
CategoryCard Processors
Websitearchipel.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

ParameterDescription
base_urlURL with template support
platform_urlPrefix for substitution in base_url
tenant_idTenant identifier

Status Mapping

Provider Status4pay StatusDescription
(success code)Chargedpay
(error code)Failurepay
(success code)Pendingauthorize
(error code)Failureauthorize
(success code)Chargedcapture
(error code)Failurecapture
(success code)Refunded
(error code)Failure
(pending)PartiallyRefunded

API Reference

MethodEndpointDescription
POST/pay
POST/authorize
POST/capture/{order_id}
GET/transactions/{transaction_id}
POST/refund/{order_id}

Resources