Skip to main content

Paysera

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

Overview

Paysera payment integration

Provider IDpaysera
CategoryBank Transfers
Websitepaysera.com

Authentication

  • Method: Bearer token
  • Base URL: https://bank.paysera.com

Configuration

Required Parameters

ParameterDescription
project_idProject ID
sign_passwordSign Password

Example Configuration

{
"provider": "paysera",
"provider_params": {
"project_id": "your_project_id_here",
"sign_password": "your_sign_password_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
1charged
confirmedcharged
0charging
pendingcharging
cancelledrejected

API Reference

MethodEndpointDescription
GET/payment/rest/v1/payment/#{order_id}
POST/payment/rest/v1/payment/#{order_id}/refund
POST/oauth/v1/token

Resources