Skip to main content

Barion

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

Overview

Barion — Hungarian payment gateway with integrated e-wallet. Supports cards, Barion Wallet, and bank transfers. Coverage: HU, DE, AT, SK, CZ.

Provider IDbarion
CategoryCard Processors
Websitebarion.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

ParameterDescription
pos_keyPOS Key
base_urlBase URL API

Example Configuration

{
"provider": "barion",
"provider_params": {
"pos_key": "your_pos_key_here",
"base_url": "https://api.barion.com/v2"
}
}

Status Mapping

Provider Status4pay StatusDescription
SucceededchargedPayment successful
PreparedchargingPrepared for payment
StartedchargingPayment started
CanceledrejectedCancelled
FailedrejectedFailed
ExpiredrejectedExpired

Resources