PUMB
Quick Start
- Sign up at pumb.ua and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
PUMB payment integration
| Provider ID | pumb |
| Category | Bank Transfers |
| Website | pumb.ua |
Authentication
- Method: HMAC Signature
- Base URL:
https://pay.pumb.ua/api/v1
Configuration
Required Parameters
| Parameter | Description |
|---|---|
merchant_id | Merchant ID |
secret_key | Secret Key |
Example Configuration
{
"provider": "pumb",
"provider_params": {
"merchant_id": "your_merchant_id_here",
"secret_key": "your_secret_key_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
paid | charged | |
processing | charging | |
refunded | refunded | |
declined | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /payment/create | |
| POST | /payment/status | |
| POST | /payment/refund |