OpenPayd
Quick Start
- Sign up at openpayd.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
OpenPayd — embedded finance platform with EMI licenses (UK FCA + EU). Multi-currency SEPA and Faster Payments support across 25+ EU/UK countries.
| Provider ID | openpayd |
| Category | Bank Transfers |
| Website | openpayd.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
| Parameter | Description |
|---|---|
client_id | OAuth2 Client ID |
client_secret | OAuth2 Client Secret |
base_url | Base URL API |
account_id | Account 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 Status | 4pay Status | Description |
|---|---|---|
completed | charged | Transfer completed |
processing | charging | Transfer in progress |
pending | charging | Awaiting processing |
failed | rejected | Transfer failed |
returned | refunded | Returned |