Paysera
Quick Start
- Sign up at paysera.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
Paysera payment integration
| Provider ID | paysera |
| Category | Bank Transfers |
| Website | paysera.com |
Authentication
- Method: Bearer token
- Base URL:
https://bank.paysera.com
Configuration
Required Parameters
| Parameter | Description |
|---|---|
project_id | Project ID |
sign_password | Sign Password |
Example Configuration
{
"provider": "paysera",
"provider_params": {
"project_id": "your_project_id_here",
"sign_password": "your_sign_password_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
1 | charged | |
confirmed | charged | |
0 | charging | |
pending | charging | |
cancelled | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| GET | /payment/rest/v1/payment/#{order_id} | |
| POST | /payment/rest/v1/payment/#{order_id}/refund | |
| POST | /oauth/v1/token |