Unlimint
Quick Start
- Sign up at unlimint.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
Unlimint payment integration
| Provider ID | unlimint |
| Category | Card Processors |
| Website | unlimint.com |
Authentication
- Method: Bearer token
Configuration
Required Parameters
| Parameter | Description |
|---|---|
terminal_code | Terminal Code |
password | Terminal Password |
callback_secret | Callback 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 Status | 4pay Status | Description |
|---|---|---|
CANCELLED | cancelled | |
VOIDED | cancelled | |
CHARGED_BACK | chargeback | |
COMPLETED | charged | |
REFUNDED | charged | |
IN_PROGRESS | charging | |
AUTHORIZED | charging | |
PENDING | charging | |
NEW | new | |
PARTIALLY_REFUNDED | refunding | |
DECLINED | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /payments | |
| GET | /payments/#{outer_id} | |
| POST | /refunds | |
| POST | /auth/token |