Adyen for Platforms
Quick Start
- Sign up at adyen.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
Adyen Platform (Balance Platform) — Payouts on cards via Adyen Balance Platform
| Provider ID | adyenplatform |
| Category | Card Processors |
| Website | adyen.com |
Supported operations: Transfer (payouts_transfer) Status (payouts_status)
Authentication
Method: API Key
Header format:
Authorization: {api_key}
Content-Type: application/json
Example:
Authorization: AQEyhmfx...
⚠️ Important: API key transmitted directly without prefix "Bearer"!
Configuration
Required Parameters
| Parameter | Description |
|---|---|
base_url | Base API URL (default) |
api_key | API Key for authorization |
balance_account_id | ID debit balance account |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
authorised | Charged | Transfer approved |
refused | Failure | Transfer declined |
error | Failure | Processing error |
(other) | Pending | Processing |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /btl/v4/transfers | |
| GET | /btl/v4/transfers/{transfer_id} |