Barion
Quick Start
- Sign up at barion.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
Barion — Hungarian payment gateway with integrated e-wallet. Supports cards, Barion Wallet, and bank transfers. Coverage: HU, DE, AT, SK, CZ.
| Provider ID | barion |
| Category | Card Processors |
| Website | barion.com |
Supported currencies: HUF, EUR, USD, CZK
Supported operations: charge, refund, partial_refund
Authentication
- Method: POSKey in request body
- Base URL:
https://api.barion.com/v2
Configuration
Required Parameters
| Parameter | Description |
|---|---|
pos_key | POS Key |
base_url | Base URL API |
Example Configuration
{
"provider": "barion",
"provider_params": {
"pos_key": "your_pos_key_here",
"base_url": "https://api.barion.com/v2"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
Succeeded | charged | Payment successful |
Prepared | charging | Prepared for payment |
Started | charging | Payment started |
Canceled | rejected | Cancelled |
Failed | rejected | Failed |
Expired | rejected | Expired |