Paymentwall
Quick Start
- Sign up at paymentwall.com 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
Paymentwall payment integration
| Provider ID | paymentwall |
| Category | Card Processors |
| Website | paymentwall.com |
Authentication
- Method: HMAC Signature
- Base URL:
https://api.paymentwall.com/api/
Configuration
Required Parameters
| Parameter | Description |
|---|---|
project_key | Project Key |
secret_key | Secret Key |
Example Configuration
{
"provider": "paymentwall",
"provider_params": {
"project_key": "your_project_key_here",
"secret_key": "your_secret_key_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
chargeback | chargeback | |
successful | charged | |
pending | charging | |
under_review | charging | |
refunded | refunded | |
cancelled | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| GET | /ps/ | |
| GET | /rest/payment | |
| POST | /developers/api/ticket |