Decta
Quick Start
- Sign up at decta.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
Decta payment integration
| Provider ID | decta |
| Category | Card Processors |
| Website | decta.com |
Authentication
- Method: Bearer token
- Base URL:
https://gate.decta.com/api
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_key | API Key |
Example Configuration
{
"provider": "decta",
"provider_params": {
"api_key": "your_api_key_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
paid | charged | |
authorized | charging | |
refunded | refunded | |
declined | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /v0.6/pages/ | |
| GET | /v0.6/pages/#{URI.encode(page_id)}/ | |
| POST | /v0.6/refunds/ |