Skip to main content

Praxis Cashier

Quick Start
  1. Sign up at praxispay.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 Praxis Cashier →

Overview

Praxis Cashier payment integration

Provider IDpraxispay
CategoryCard Processors
Websitepraxispay.com

Authentication

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

Configuration

Required Parameters

ParameterDescription
merchant_idMerchant ID
merchant_secretMerchant Secret
application_keyApplication Key

Example Configuration

{
"provider": "praxispay",
"provider_params": {
"merchant_id": "your_merchant_id_here",
"merchant_secret": "your_merchant_secret_here",
"application_key": "your_application_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
chargebackchargeback
approvedcharged
settledcharged
pendingcharging
initcharging
processingcharging
refundedrefunded
rejectedrejected
declinedrejected
errorrejected
cancelledrejected

API Reference

MethodEndpointDescription
POST/cashier/create
POST/cashier/status
POST/cashier/refund

Resources