Skip to main content

Monetix

Quick Start
  1. Sign up at monetix.io 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 Monetix →

Overview

Monetix payment integration

Provider IDmonetix
CategoryCard Processors
Websitemonetix.io

Authentication

  • Method: Bearer token
  • Base URL: https://api.monetix.io/v1

Configuration

Required Parameters

ParameterDescription
merchant_idMerchant ID
api_keyAPI Key
secret_keySecret Key

Example Configuration

{
"provider": "monetix",
"provider_params": {
"merchant_id": "your_merchant_id_here",
"api_key": "your_api_key_here",
"secret_key": "your_secret_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
completedcharged
processingcharging
refundedrefunded
failedrejected

API Reference

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

Resources