Skip to main content

OpenPayd

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

Overview

OpenPayd — embedded finance platform with EMI licenses (UK FCA + EU). Multi-currency SEPA and Faster Payments support across 25+ EU/UK countries.

Provider IDopenpayd
CategoryBank Transfers
Websiteopenpayd.com

Supported currencies: EUR, GBP, USD, CHF, PLN, CZK, HUF, RON, BGN

Supported operations: charge, payout, refund


Authentication

  • Method: OAuth2 Bearer Token
  • Base URL: https://api.openpayd.com/api (prod) / https://sandbox.openpayd.com/api (sandbox)

Configuration

Required Parameters

ParameterDescription
client_idOAuth2 Client ID
client_secretOAuth2 Client Secret
base_urlBase URL API
account_idAccount ID

Example Configuration

{
"provider": "openpayd",
"provider_params": {
"client_id": "your_client_id_here",
"client_secret": "your_client_secret_here",
"base_url": "https://api.openpayd.com/api",
"account_id": "your_account_id_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
completedchargedTransfer completed
processingchargingTransfer in progress
pendingchargingAwaiting processing
failedrejectedTransfer failed
returnedrefundedReturned

Resources