Tranzzo
Quick Start
- Sign up at tranzzo.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
Tranzzo payment integration
| Provider ID | tranzzo |
| Category | Card Processors |
| Website | tranzzo.com |
Authentication
- Method: Authorization header
- Base URL:
https://cpay.tranzzo.com/api/v1
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_key | API Key |
api_secret | API Secret |
pos_id | POS ID |
Example Configuration
{
"provider": "tranzzo",
"provider_params": {
"api_key": "your_api_key_here",
"api_secret": "your_api_secret_here",
"pos_id": "your_pos_id_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
success | charged | |
pending | charging | |
refund | refunded | |
failure | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /payment/create | |
| GET | /payment/#{URI.encode(payment_id)} | |
| POST | /payment/#{URI.encode(payment_id)}/refund |