Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Neon Commerce Checkout API

The Checkout API from Neon Commerce — 3 operation(s) for checkout.

Neon Commerce Checkout API is one of 13 APIs that Neon Commerce publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Checkout. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 3 operations across 3 paths, and defines 9 schemas. It is described by OpenAPI 3.1.0, at version 1.

Requests are made against a single base URL, https://api.neonpay.com.

3 operations 3 paths 9 schemas 1 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1
Base URL
https://api.neonpay.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Neon Commerce Checkout API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Api-Key (GlobalApiKey). By default, every request must be authenticated.

  • GlobalApiKey — Your Global API key, which spans across environments. Sandbox keys are prefixed with gksandbox; production keys are prefixed with gk. Find your keys in the Neo…

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 1 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Checkout 3
POST
/checkout
Create a checkout
createCheckout body → 201400
POST
/checkout/{checkoutId}/expire
Expire a checkout
expireCheckout 1 param body → 200400404
GET
/checkout/{checkoutId}
Returns a checkout's details.
getCheckout 1 param → 200400404

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are Checkout (20 properties), BaseCreateCheckoutRequest (14 properties), BaseCheckoutItem (9 properties), CheckoutBundleItem (6 properties). Each schema is shown below with its type and property counts.

CreateCheckoutRequest
CheckoutItem
CheckoutBundleItem
object
6 properties 3 required
ErrorDetail
object
3 properties 2 required
Checkout
object
20 properties 11 required
BaseCreateCheckoutRequest
object
14 properties 5 required
BaseCheckoutItem
object
9 properties 4 required
APIError
object
4 properties 2 required
CreateCheckoutItem

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

neon-commerce-checkout-api-openapi.yml Raw ↑

Other APIs Neon Commerce publishes across the network.

Neon Commerce Account API
Neon Commerce Assets API
Neon Commerce Auth API
Neon Commerce Client API
Neon Commerce Payouts API
Neon Commerce Prices API
Neon Commerce Pricing Sheet API
Neon Commerce Purchases API
Neon Commerce Reports API
Neon Commerce Status API
Neon Commerce Storefront API
Neon Commerce Subscriptions API