Skip to main content

Dotpay

Quick Start
  1. Sign up at dotpay.pl 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 Dotpay →

Overview

Dotpay payment integration

Provider IDdotpay
CategoryLocal Payment Methods
Websitedotpay.pl

Authentication

  • Method: Basic Auth (Base64)
  • Base URL: https://ssl.dotpay.pl/t2/register_payment/

Configuration

Required Parameters

ParameterDescription
idShop ID
pinPIN

Example Configuration

{
"provider": "dotpay",
"provider_params": {
"id": "your_id_here",
"pin": "your_pin_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
completedcharged
pendingcharging
refundedrefunded
rejectedrejected

API Reference

MethodEndpointDescription
GET/payments/?control=#{URI.encode(outertxid)}
POST/payments/#{URI.encode(outertxid)}/refund/

Resources