Skip to main content

Adyen for Platforms

Quick Start
  1. Sign up at adyen.com 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 Adyen for Platforms →

Overview

Adyen Platform (Balance Platform) — Payouts on cards via Adyen Balance Platform

Provider IDadyenplatform
CategoryCard Processors
Websiteadyen.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

ParameterDescription
base_urlBase API URL (default)
api_keyAPI Key for authorization
balance_account_idID debit balance account

Status Mapping

Provider Status4pay StatusDescription
authorisedChargedTransfer approved
refusedFailureTransfer declined
errorFailureProcessing error
(other)PendingProcessing

API Reference

MethodEndpointDescription
POST/btl/v4/transfers
GET/btl/v4/transfers/{transfer_id}

Resources