Fibonatix
Quick Start
- Sign up at fibonatix.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
Fibonatix payment integration
| Provider ID | fibonatix |
| Category | Card Processors |
| Website | fibonatix.com |
Authentication
- Method: Bearer token
- Base URL:
https://api.fibonatix.com/v1
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_key | API Key |
merchant_id | Merchant ID |
Example Configuration
{
"provider": "fibonatix",
"provider_params": {
"api_key": "your_api_key_here",
"merchant_id": "your_merchant_id_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
approved | charged | |
processing | charging | |
refunded | refunded | |
declined | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /checkout | |
| GET | /checkout/#{URI.encode(checkout_id)} | |
| POST | /checkout/#{URI.encode(checkout_id)}/refund |