Skip to main content

Celero Commerce

Quick Start
  1. Sign up at celerocommerce.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 Celero Commerce →

Overview

Celero — Payments (payment processor)

Provider IDcelero
CategoryCard Processors
Websitecelerocommerce.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

ParameterDescription
base_urlBase API URL
api_keyAPI Key for authorization

Status Mapping

Provider Status4pay StatusDescription
approvedAuthorizedTransaction approved
settledChargedTransaction completed
declinedFailureTransaction declined
errorFailureProcessing error
voidedVoidedTransaction annulled
reversedVoidedTransaction returned
pendingProcessingProcessing
pending_settlementProcessingAwaiting completion
approvedSuccess
settledSuccess
declinedFailure
errorFailure
(other)Pending

API Reference

MethodEndpointDescription
POST/api/transaction/search

Resources