← Back to all docs

CellPoint Digital API

CellPoint Digital is a payment orchestration platform that unifies fragmented payment ecosystems for airlines, travel, hospitality, and e-commerce enterprises through its Velocity Payment Orchestration Platform. An unofficial API lets you programmatically initialize, authorize, capture, and refund transactions; pull eligible payment methods, installment plans, and FX offers; manage Pay By Link and bulk refunds; and route across 220+ PSPs and acquirers and 168+ payment methods—all through a single normalized integration.

By Alex KlarfeldMay 30, 2026
CellPoint Digital API

What is CellPoint Digital?

CellPoint Digital is a payment orchestration platform that unifies fragmented payment ecosystems for airlines, travel, hospitality, and e-commerce enterprises. Its Velocity Payment Orchestration Platform (POP)—marketed as "One Source Orchestration"—lets merchants integrate every digital channel into a single payment solution with intelligent routing, native settlement splits, and access to 220+ PSPs and acquirers, 168+ payment methods, and 100+ currencies.

Core product areas include:

  • Payment Orchestration (Hosted Payment Page, Intelligent Routing, Reporting & Analytics, Payment Ecosystem)
  • Embedded Finance (Alternative Payment Methods, FX Optimisation)
  • Payment Optimisation (Fraud Management, Payment Reconciliation)
  • Velocity API and native mobile SDKs for web and mobile checkout integration

Common data entities:

  • Transactions, Sessions, Authorizations, Captures, Refunds, Reversals
  • Payment Methods, Cards, Alternative Payment Methods, Digital Wallets
  • PSPs, Acquirers, Routing Rules, Settlement Splits
  • Orders, Airline Itinerary Data (AID), Installment Plans, FX Offers
  • Pay By Link records, Payment Summaries, Reconciliation and Reporting outputs

The CellPoint Digital Integration Challenge

Enterprises route mission-critical payment volume through CellPoint Digital, but turning its orchestration platform into clean, API-driven automation is non-trivial:

  • Credential gating: Velocity API access requires HTTPS credentials, a ClientID, an Account, and an HMAC salt obtained through a CellPoint sales representative before any call can be made
  • HMAC request signing: Each call must be HMAC-signed, so naive integrations break on signature, ordering, or salt-rotation errors
  • Multi-step payment lifecycle: initialize-payment, authorize, capture, and refund are separate operations with their own state and 3DS challenge flows to track
  • Airline and travel specifics: Ticket-level captures, Airline Itinerary Data, and partial captures add domain complexity generic payment integrations don't handle
  • PSP and routing variability: Coverage of 220+ PSPs, intelligent routing rules, and settlement splits differs by merchant configuration and storefront Account
  • PCI DSS scope: Card data handling brings PCI DSS obligations that complicate headless and server-to-server automation

How Supergood Creates CellPoint Digital APIs

Supergood reverse-engineers authenticated Velocity API flows and merchant dashboard interactions to deliver a resilient API layer for your CellPoint Digital account—across initialization, authorization, capture, refund, and reporting.

  • Handles HTTPS credentials, ClientID/Account scoping, and HMAC request signing securely in a managed session
  • Maintains session continuity across the initialize, authorize, capture, and refund lifecycle with automated retry and change detection
  • Normalizes responses across transactions, payment methods, PSPs, and FX offers so you integrate once and rely on consistent objects
  • Aligns with merchant-specific routing rules, storefront Accounts, and entitlements to ensure compliant access

Use CellPoint Digital with AI agents: CellPoint Digital MCP Server →

Getting Started

  • Schedule Integration Assessment

Book a 30-minute session to confirm your storefront Accounts, PSP routing, and authentication model.

  • Supergood Generates and Validates Your API

We deliver a hardened CellPoint Digital adapter tailored to your Velocity configuration and entitlements.

  • Deploy with Monitoring

Go live with continuous monitoring and automatic adjustments as CellPoint Digital evolves.

cellpoint

API Endpoints

Authentication

POST/authenticate

Authenticate with HTTPS credentials, ClientID, Account, and HMAC salt to establish a signed Velocity session for downstream calls.

Payments

POST/initialize_payment

Initialize a payment session using the order context to return a transaction ID and the eligible payment methods for the shopper.

Payments

POST/authorize_payment

Authorize a transaction, including 3DS challenge handling, against the selected card or alternative payment method.

Payments

POST/capture_payment

Capture an authorized transaction in full or partially, including airline ticket-level captures via order data updates.

Refunds

POST/refund

Void or refund a single transaction, or submit a bulk refund across multiple transactions simultaneously.

Transactions

GET/transaction_status

Retrieve transaction or session status, payment summaries with masked card data, installment plans, and FX offer criteria by ID.

Use Cases

Automate the end-to-end payment lifecycle

- Initialize sessions and fetch eligible payment methods per order context - Authorize, capture, and settle transactions with 3DS challenge handling - Trigger refunds, reversals, and bulk refunds without dashboard clicks

Sync transaction and reconciliation data into your warehouse

- Pull transaction status, payment summaries, and masked card details into BI and ledger systems - Stream authorization, capture, and refund events to finance and reconciliation tools - Match settlement splits and PSP routing outcomes against expected payouts

Power airline and travel retailing flows

- Apply ticket-level and partial captures using Airline Itinerary Data - Offer installment plans and FX offers at checkout based on shopper context - Generate and deactivate Pay By Link records for offline and call-center sales

Optimize routing across PSPs and payment methods

- Surface eligible payment methods and APMs per transaction and region - Apply intelligent routing rules across 220+ PSPs and acquirers - Monitor approval rates and re-route declined transactions automatically

Technical Specifications

Authentication

HTTPS credentials with ClientID, Account, and HMAC-signed requests handled in a managed session

Connectivity

Authenticated Velocity REST API flows plus merchant dashboard interactions where exposed

Response format

Normalized JSON across transactions, payment methods, PSPs, refunds, and FX offers

Rate limits

Adaptive throttling tuned to your merchant Account to avoid provider-side limits

Session management

Automatic HMAC salt rotation handling, session refresh, and credential vaulting

Data freshness

Near real-time transaction and status pulls with optional scheduled reconciliation syncs

Security

Encrypted credential vault, scoped tokens, PCI DSS-aligned handling, and audit logging

Webhooks

Event-style callbacks for authorization, capture, refund, and transaction status changes

Latency

Sub-second reads on cached entities; multi-second writes when posting through authorize and capture flows

Throughput

Horizontally scaled workers sized to high-volume airline and e-commerce transaction loads

Reliability

Retry, backoff, and idempotency keys for authorizations, captures, and refunds

Adaptation

Continuous monitoring of Velocity API releases, PSP additions, and merchant configuration drift

Frequently asked questions

Yes. Supergood normalizes initialize-payment, authorize, capture, refund, reversal, and bulk-refund operations across the Velocity API so you can run the entire transaction lifecycle through one consistent surface.

Velocity API access requires HTTPS credentials, a ClientID, an Account, and an HMAC salt obtained from CellPoint Digital. Supergood works with your existing credentials and authenticated sessions rather than provisioning new ones.

Yes. Ticket-level captures, Airline Itinerary Data, partial captures, installment plans, and FX offers are exposed through the same normalized API surface, alongside standard card and APM payments.

Supergood manages HMAC generation, salt rotation, and request signing internally, so you call a clean normalized endpoint without reconstructing CellPoint's signature scheme on every request.

Card data is handled under PCI DSS-aligned controls with an encrypted credential vault, scoped tokens, and masked payment summaries, keeping sensitive data out of your downstream systems.

Ready to get a real API?