Skip to main content

D24

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

Overview

D24 payment integration

Provider IDd24
CategoryLocal Payment Methods
Websited24.com

Authentication

  • Method: Bearer token
  • Base URL: https://api.d24.com/v1

Configuration

Required Parameters

ParameterDescription
api_keyAPI Key
secret_keySecret Key

Example Configuration

{
"provider": "d24",
"provider_params": {
"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/create
GET/payment/#{URI.encode(payment_id)}
POST/payment/#{URI.encode(payment_id)}/refund

Resources