Calida Pay
Quick Start
- Sign up at calidapay.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
Calida (BlueCode) — BlueCode QR payments
| Provider ID | calida |
| Category | Card Processors |
| Website | calidapay.com |
Supported operations: Start Payment (payments_authorize) Get Status (payments_status)
Authentication
Method: Token-based (Custom scheme)
Header format:
Authorization: token {api_key}
Example:
Authorization: token abc123xyz
⚠️ Important: Used keyword token, and not Bearer!
Configuration
Required Parameters
| Parameter | Description |
|---|---|
base_url | Base API URL |
api_key | Token for authentication |
shop_name | Store name (required) |
callback_url | URL for webhooks (optional) |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
COMPLETED | Charged | Payment completed |
FAILED | Failure | Payment failed |
MANUAL_PROCESSING | Processing | Manual processing |
PAYMENT_INITIATED | AuthenticationPending | Payment initiated |
PENDING | AuthenticationPending | Awaiting payment |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/order/{orderId}/status |