Skip to main content

Unlimint

Quick Start
  1. Sign up at unlimint.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 Unlimint →

Overview

Unlimint payment integration

Provider IDunlimint
CategoryCard Processors
Websiteunlimint.com

Authentication

  • Method: Bearer token

Configuration

Required Parameters

ParameterDescription
terminal_codeTerminal Code
passwordTerminal Password
callback_secretCallback Secret

Example Configuration

{
"provider": "unlimint",
"provider_params": {
"terminal_code": "your_terminal_code_here",
"password": "your_password_here",
"callback_secret": "your_callback_secret_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
CANCELLEDcancelled
VOIDEDcancelled
CHARGED_BACKchargeback
COMPLETEDcharged
REFUNDEDcharged
IN_PROGRESScharging
AUTHORIZEDcharging
PENDINGcharging
NEWnew
PARTIALLY_REFUNDEDrefunding
DECLINEDrejected

API Reference

MethodEndpointDescription
POST/payments
GET/payments/#{outer_id}
POST/refunds
POST/auth/token

Resources