Skip to main content

PayKeeper

Quick Start
  1. Sign up at paykeeper.ru 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 PayKeeper →

Overview

PayKeeper payment integration

Provider IDpaykeeper
CategoryCard Processors
Websitepaykeeper.ru

Authentication

  • Method: Basic Auth (Base64)

Configuration

Required Parameters

ParameterDescription
server_urlURL server
loginLogin
passwordPassword

Example Configuration

{
"provider": "paykeeper",
"provider_params": {
"server_url": "your_server_url_here",
"login": "your_login_here",
"password": "your_password_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
createdaction_required
sentaction_required
obtainedcharged
stuckcharged
successcharged
paidcharged
pendingcharging
failedfailed
expiredfailed
refundedrefunded

API Reference

MethodEndpointDescription
POST/change/invoice/preview/
POST/change/payment/confirm/
GET/info/payments/byid/#{order_id}/
GET/info/invoice/byid/#{order_id}/
POST/change/payment/reverse/
GET/info/settings/token/

Resources