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.

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:
Common data entities:
Enterprises route mission-critical payment volume through CellPoint Digital, but turning its orchestration platform into clean, API-driven automation is non-trivial:
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.
Use CellPoint Digital with AI agents: CellPoint Digital MCP Server →
Book a 30-minute session to confirm your storefront Accounts, PSP routing, and authentication model.
We deliver a hardened CellPoint Digital adapter tailored to your Velocity configuration and entitlements.
Go live with continuous monitoring and automatic adjustments as CellPoint Digital evolves.
Authentication
/authenticateAuthenticate with HTTPS credentials, ClientID, Account, and HMAC salt to establish a signed Velocity session for downstream calls.
Payments
/initialize_paymentInitialize a payment session using the order context to return a transaction ID and the eligible payment methods for the shopper.
Payments
/authorize_paymentAuthorize a transaction, including 3DS challenge handling, against the selected card or alternative payment method.
Payments
/capture_paymentCapture an authorized transaction in full or partially, including airline ticket-level captures via order data updates.
Refunds
/refundVoid or refund a single transaction, or submit a bulk refund across multiple transactions simultaneously.
Transactions
/transaction_statusRetrieve transaction or session status, payment summaries with masked card data, installment plans, and FX offer criteria by ID.
- 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
- 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
- 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
- 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
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
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.