Skip to main content

Decta

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

Overview

Decta payment integration

Provider IDdecta
CategoryCard Processors
Websitedecta.com

Authentication

  • Method: Bearer token
  • Base URL: https://gate.decta.com/api

Configuration

Required Parameters

ParameterDescription
api_keyAPI Key

Example Configuration

{
"provider": "decta",
"provider_params": {
"api_key": "your_api_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
paidcharged
authorizedcharging
refundedrefunded
declinedrejected

API Reference

MethodEndpointDescription
POST/v0.6/pages/
GET/v0.6/pages/#{URI.encode(page_id)}/
POST/v0.6/refunds/

Resources