Skip to main content

Fondy

Quick Start
  1. Sign up at fondy.eu 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 Fondy →

Overview

Fondy payment integration

Provider IDfondy
CategoryCard Processors
Websitefondy.eu

Authentication

  • Method: HMAC Signature
  • Base URL: https://pay.fondy.eu/api

Configuration

Required Parameters

ParameterDescription
merchant_idMerchant ID
passwordPayment Key (Password)

Example Configuration

{
"provider": "fondy",
"provider_params": {
"merchant_id": "your_merchant_id_here",
"password": "your_password_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
approvedcharged
processingcharging
createdcharging
reversedrefunded
declinedrejected
expiredrejected

API Reference

MethodEndpointDescription
POST/checkout/url/
POST/status/order_id
POST/reverse/order_id

Resources