Skip to main content

PUMB

Quick Start
  1. Sign up at pumb.ua 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 PUMB →

Overview

PUMB payment integration

Provider IDpumb
CategoryBank Transfers
Websitepumb.ua

Authentication

  • Method: HMAC Signature
  • Base URL: https://pay.pumb.ua/api/v1

Configuration

Required Parameters

ParameterDescription
merchant_idMerchant ID
secret_keySecret Key

Example Configuration

{
"provider": "pumb",
"provider_params": {
"merchant_id": "your_merchant_id_here",
"secret_key": "your_secret_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
paidcharged
processingcharging
refundedrefunded
declinedrejected

API Reference

MethodEndpointDescription
POST/payment/create
POST/payment/status
POST/payment/refund

Resources