Skip to main content

Paymentwall

Quick Start
  1. Sign up at paymentwall.com 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 Paymentwall →

Overview

Paymentwall payment integration

Provider IDpaymentwall
CategoryCard Processors
Websitepaymentwall.com

Authentication

  • Method: HMAC Signature
  • Base URL: https://api.paymentwall.com/api/

Configuration

Required Parameters

ParameterDescription
project_keyProject Key
secret_keySecret Key

Example Configuration

{
"provider": "paymentwall",
"provider_params": {
"project_key": "your_project_key_here",
"secret_key": "your_secret_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
chargebackchargeback
successfulcharged
pendingcharging
under_reviewcharging
refundedrefunded
cancelledrejected

API Reference

MethodEndpointDescription
GET/ps/
GET/rest/payment
POST/developers/api/ticket

Resources