Fondy
Quick Start
- Sign up at fondy.eu 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
Fondy payment integration
| Provider ID | fondy |
| Category | Card Processors |
| Website | fondy.eu |
Authentication
- Method: HMAC Signature
- Base URL:
https://pay.fondy.eu/api
Configuration
Required Parameters
| Parameter | Description |
|---|---|
merchant_id | Merchant ID |
password | Payment Key (Password) |
Example Configuration
{
"provider": "fondy",
"provider_params": {
"merchant_id": "your_merchant_id_here",
"password": "your_password_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
approved | charged | |
processing | charging | |
created | charging | |
reversed | refunded | |
declined | rejected | |
expired | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /checkout/url/ | |
| POST | /status/order_id | |
| POST | /reverse/order_id |