Skip to main content

Tranzzo

Quick Start
  1. Sign up at tranzzo.com 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 Tranzzo →

Overview

Tranzzo payment integration

Provider IDtranzzo
CategoryCard Processors
Websitetranzzo.com

Authentication

  • Method: Authorization header
  • Base URL: https://cpay.tranzzo.com/api/v1

Configuration

Required Parameters

ParameterDescription
api_keyAPI Key
api_secretAPI Secret
pos_idPOS 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 Status4pay StatusDescription
successcharged
pendingcharging
refundrefunded
failurerejected

API Reference

MethodEndpointDescription
POST/payment/create
GET/payment/#{URI.encode(payment_id)}
POST/payment/#{URI.encode(payment_id)}/refund

Resources