Celero Commerce
Quick Start
- Sign up at celerocommerce.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
Celero — Payments (payment processor)
| Provider ID | celero |
| Category | Card Processors |
| Website | celerocommerce.com |
Supported operations: Create Transaction (payments_authorize) Search Transaction (payments_status) Refund (refund)
Authentication
Method: Bearer Token (API Key)
Header format:
Authorization: Bearer {api_key}
Example:
Authorization: Bearer api_abc123xyz
Configuration
Required Parameters
| Parameter | Description |
|---|---|
base_url | Base API URL |
api_key | API Key for authorization |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
approved | Authorized | Transaction approved |
settled | Charged | Transaction completed |
declined | Failure | Transaction declined |
error | Failure | Processing error |
voided | Voided | Transaction annulled |
reversed | Voided | Transaction returned |
pending | Processing | Processing |
pending_settlement | Processing | Awaiting completion |
approved | Success | |
settled | Success | |
declined | Failure | |
error | Failure | |
(other) | Pending |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/transaction/search |