Piastrix
Quick Start
- Sign up at piastrix.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
Piastrix payment integration
| Provider ID | piastrix |
| Category | E-Wallets |
| Website | piastrix.com |
Configuration
Required Parameters
| Parameter | Description |
|---|---|
shop_id | Shop ID |
shop_key | Shop Key |
Example Configuration
{
"provider": "piastrix",
"provider_params": {
"shop_id": "your_shop_id_here",
"shop_key": "your_shop_key_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
completed | charged | |
pending | charging | |
created | charging | |
failed | rejected | |
expired | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/bill/status |