TrueLayer
Quick Start
- Sign up at truelayer.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
TrueLayer — FCA (UK) + PSD2 (EU) licensed instant A2A bank transfers. ISO 20022 pacs.008 compliant. No chargebacks. Coverage: UK + 12 EU countries.
| Provider ID | truelayer |
| Category | Bank Transfers |
| Website | truelayer.com |
Supported currencies: GBP, EUR
Supported operations: charge, refund
Authentication
- Method: Request signing (
private_key+signing_key_id) - Base URL:
https://api.truelayer.com/v3(prod) /https://api.truelayer-sandbox.com/v3(sandbox)
Configuration
Required Parameters
| Parameter | Description |
|---|---|
client_id | Client ID |
client_secret | Client Secret |
base_url | Base URL API |
signing_key_id | Signing Key ID |
private_key | Private Key (PEM) |
Example Configuration
{
"provider": "truelayer",
"provider_params": {
"client_id": "your_client_id_here",
"client_secret": "your_client_secret_here",
"base_url": "https://api.truelayer.com/v3",
"signing_key_id": "your_signing_key_id_here",
"private_key": "-----BEGIN PRIVATE KEY-----\n...\n-----END PRIVATE KEY-----"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
executed | charged | Payment completed |
settled | charged | Funds settled |
authorization_required | action_required | User action needed |
authorizing | charging | Authorization in progress |
failed | rejected | Payment failed |