Skip to main content

TrueLayer

Quick Start
  1. Sign up at truelayer.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 TrueLayer →

Overview

TrueLayer — FCA (UK) + PSD2 (EU) licensed instant A2A bank transfers. ISO 20022 pacs.008 compliant. No chargebacks. Coverage: UK + 12 EU countries.

Provider IDtruelayer
CategoryBank Transfers
Websitetruelayer.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

ParameterDescription
client_idClient ID
client_secretClient Secret
base_urlBase URL API
signing_key_idSigning Key ID
private_keyPrivate 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 Status4pay StatusDescription
executedchargedPayment completed
settledchargedFunds settled
authorization_requiredaction_requiredUser action needed
authorizingchargingAuthorization in progress
failedrejectedPayment failed

Resources