Praxis Cashier
Quick Start
- Sign up at praxispay.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
Praxis Cashier payment integration
| Provider ID | praxispay |
| Category | Card Processors |
| Website | praxispay.com |
Authentication
- Method: HMAC Signature
- Base URL:
https://api.praxispay.com/
Configuration
Required Parameters
| Parameter | Description |
|---|---|
merchant_id | Merchant ID |
merchant_secret | Merchant Secret |
application_key | Application 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 Status | 4pay Status | Description |
|---|---|---|
chargeback | chargeback | |
approved | charged | |
settled | charged | |
pending | charging | |
init | charging | |
processing | charging | |
refunded | refunded | |
rejected | rejected | |
declined | rejected | |
error | rejected | |
cancelled | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /cashier/create | |
| POST | /cashier/status | |
| POST | /cashier/refund |