Home
Providers
Paytronix
Paytronix
Paytronix is a cloud-based digital guest engagement platform for restaurants and convenience stores, providing loyalty programs, gift and stored-value cards, online ordering, branded mobile apps, messaging, and analytics to more than 1,800 brands. Paytronix publishes extensive public integration documentation describing a REST-based Server API with 40-plus services spanning guests, enrollment, transactions, checks, payments, gift, messaging, campaigns, stores, and mobile wallet passes. Authentication supports OAuth, client credentials (integration identifier and secret via HTTP Basic), and B2B flows. A separate Online Ordering API is documented for ordering integrations, making Paytronix a developer-friendly guest engagement provider.
Paytronix publishes 12 APIs on the APIs.io network, including Check API, Enrollment API, Gift API, and 9 more. Tagged areas include Restaurant, Loyalty, Gift Cards, Online Ordering, and Guest Engagement.
The Paytronix catalog on APIs.io includes 2 JSON-LD contexts and 2 Spectral governance rulesets.
Paytronix’s developer surface includes authentication, documentation, API reference, pricing, support, engineering blog, and 10 more developer resources.
12 APIs
6 Features
4 Use Cases
Restaurant Loyalty Gift Cards Online Ordering Guest Engagement Payments Messaging
On this page
Kin Score
APIs 12
Open Collections 2
Pricing Plans 1
Rate Limits 1
FinOps 1
Features 6
Vocabularies 2
Spectral Rules 2
JSON Schema 45
JSON Structure 45
Examples 45
Security Posture 2
Agentic Access 1
Use Cases 4
Integrations 5
Resources 16
apis.yml
26 Operational Transparency
Composite quality — 44.7/100 · developing
Contract Quality
14.9 / 25
Developer Ergonomics
6.5 / 20
Commercial Clarity
7.9 / 20
Operational Transparency
3.4 / 13
Agent readiness — 37/100 · agent ready
Machine-Readable Contract
18 / 18
Agentic Access Contract
10 / 10
MCP Server
0 / 12
Machine-Readable Auth
10 / 10
Idempotency
0 / 9
Stable Error Semantics
0 / 8
Request/Response Examples
7 / 7
Rate-Limit Signaling
7 / 7
Typed Event Surface
0 / 6
Agent Skills
0 / 5
Well-Known Catalog
0 / 4
Consent & Bot Identity
0 / 3
A2A Agent Card
0 / 8
Dry-Run / Simulate Mode
0 / 4
Individual APIs this provider publishes, each with its own machine-readable definition.
Scroll for all 12
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
Notable capabilities this provider offers.
JSON-LD contexts and semantic vocabularies used across these APIs.
Spectral governance rulesets for linting and validating these APIs.
Standalone JSON Schema definitions for this provider's data models.
Scroll for all 45
JSON Structure definitions describing this provider's data shapes.
Scroll for all 45
Example request and response payloads for these APIs.
Scroll for all 45
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Recommended x-agentic-access execution contracts for AI agents.
What developers build with this provider.
Pre-built integrations with other platforms and tools.
Documentation 2
Reference material describing how the API behaves
Agent Surfaces 1
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 2
Pagination, idempotency, versioning, errors, and events
Build 1
SDKs, sample code, and the tooling you integrate with
Access & Security 2
Authentication, authorization, and security posture
Operate 2
Status, limits, changes, and where to get help
Commercial 3
Pricing, plans, and the legal terms of use
Company 3
The organization behind the API
Source (apis.yml)
aid: paytronix
name: Paytronix
description: Paytronix is a cloud-based digital guest engagement platform for restaurants and convenience stores, providing
loyalty programs, gift and stored-value cards, online ordering, branded mobile apps, messaging, and analytics to more than
1,800 brands. Paytronix publishes extensive public integration documentation describing a REST-based Server API with 40-plus
services spanning guests, enrollment, transactions, checks, payments, gift, messaging, campaigns, stores, and mobile wallet
passes. Authentication supports OAuth, client credentials (integration identifier and secret via HTTP Basic), and B2B flows.
A separate Online Ordering API is documented for ordering integrations, making Paytronix a developer-friendly guest engagement
provider.
type: Index
accessModel:
pricing: unknown
onboarding: self-serve
trial: false
try_now: false
public: false
label: Self-serve signup
confidence: high
source:
- plans
- authentication
generated: '2026-07-22'
method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/paytronix.png
tags:
- Restaurant
- Loyalty
- Gift Cards
- Online Ordering
- Guest Engagement
- Payments
- Messaging
url: https://raw.githubusercontent.com/api-evangelist/paytronix/refs/heads/main/apis.yml
created: '2026-06-02'
modified: '2026-06-03'
specificationVersion: '0.19'
apis:
- aid: paytronix:paytronix-check-api
name: Paytronix Check API
description: Check-based point accrual, reward computation, and posting.
humanURL: https://developers.paytronix.com/pxs_api_reference/index.html
baseURL: https://m{merchantId}.api.paytronix.com/rest/26.6
tags:
- Check
properties:
- type: OpenAPI
url: openapi/paytronix-check-api-openapi.yml
- type: Documentation
url: https://developers.paytronix.com/pxs_api_reference/index.html
- type: Authentication
url: https://developers.paytronix.com/pxs_api_reference/oauth.html
- type: GettingStarted
url: https://developers.paytronix.com/welcome/index.html
- type: JSONSchema
url: json-schema/server-api-account-information-reply-schema.json
- type: JSONStructure
url: json-structure/server-api-account-information-reply-structure.json
- type: Examples
url: examples/server-api-account-information-reply-example.json
- type: JSONLD
url: json-ld/paytronix-server-api-context.jsonld
- type: Documentation
url: http://docs.opendining.net/
- type: JSONSchema
url: json-schema/online-ordering-api-order-schema.json
- type: JSONStructure
url: json-structure/online-ordering-api-order-structure.json
- type: Examples
url: examples/online-ordering-api-order-example.json
- type: JSONLD
url: json-ld/paytronix-online-ordering-api-context.jsonld
- aid: paytronix:paytronix-enrollment-api
name: Paytronix Enrollment API
description: Card creation, activation, registration, and demographic editing.
humanURL: https://developers.paytronix.com/pxs_api_reference/index.html
baseURL: https://m{merchantId}.api.paytronix.com/rest/26.6
tags:
- Enrollment
properties:
- type: OpenAPI
url: openapi/paytronix-enrollment-api-openapi.yml
- type: Documentation
url: https://developers.paytronix.com/pxs_api_reference/index.html
- type: Authentication
url: https://developers.paytronix.com/pxs_api_reference/oauth.html
- type: GettingStarted
url: https://developers.paytronix.com/welcome/index.html
- type: JSONSchema
url: json-schema/server-api-account-information-reply-schema.json
- type: JSONStructure
url: json-structure/server-api-account-information-reply-structure.json
- type: Examples
url: examples/server-api-account-information-reply-example.json
- type: JSONLD
url: json-ld/paytronix-server-api-context.jsonld
- type: Documentation
url: http://docs.opendining.net/
- type: JSONSchema
url: json-schema/online-ordering-api-order-schema.json
- type: JSONStructure
url: json-structure/online-ordering-api-order-structure.json
- type: Examples
url: examples/online-ordering-api-order-example.json
- type: JSONLD
url: json-ld/paytronix-online-ordering-api-context.jsonld
- aid: paytronix:paytronix-gift-api
name: Paytronix Gift API
description: Gift card sale, reload, balance, redeem, and exchange.
humanURL: https://developers.paytronix.com/pxs_api_reference/index.html
baseURL: https://m{merchantId}.api.paytronix.com/rest/26.6
tags:
- Gift
properties:
- type: OpenAPI
url: openapi/paytronix-gift-api-openapi.yml
- type: Documentation
url: https://developers.paytronix.com/pxs_api_reference/index.html
- type: Authentication
url: https://developers.paytronix.com/pxs_api_reference/oauth.html
- type: GettingStarted
url: https://developers.paytronix.com/welcome/index.html
- type: JSONSchema
url: json-schema/server-api-account-information-reply-schema.json
- type: JSONStructure
url: json-structure/server-api-account-information-reply-structure.json
- type: Examples
url: examples/server-api-account-information-reply-example.json
- type: JSONLD
url: json-ld/paytronix-server-api-context.jsonld
- type: Documentation
url: http://docs.opendining.net/
- type: JSONSchema
url: json-schema/online-ordering-api-order-schema.json
- type: JSONStructure
url: json-structure/online-ordering-api-order-structure.json
- type: Examples
url: examples/online-ordering-api-order-example.json
- type: JSONLD
url: json-ld/paytronix-online-ordering-api-context.jsonld
- aid: paytronix:paytronix-guest-api
name: Paytronix Guest API
description: Guest account and user information lookup and management.
humanURL: https://developers.paytronix.com/pxs_api_reference/index.html
baseURL: https://m{merchantId}.api.paytronix.com/rest/26.6
tags:
- Guest
properties:
- type: OpenAPI
url: openapi/paytronix-guest-api-openapi.yml
- type: Documentation
url: https://developers.paytronix.com/pxs_api_reference/index.html
- type: Authentication
url: https://developers.paytronix.com/pxs_api_reference/oauth.html
- type: GettingStarted
url: https://developers.paytronix.com/welcome/index.html
- type: JSONSchema
url: json-schema/server-api-account-information-reply-schema.json
- type: JSONStructure
url: json-structure/server-api-account-information-reply-structure.json
- type: Examples
url: examples/server-api-account-information-reply-example.json
- type: JSONLD
url: json-ld/paytronix-server-api-context.jsonld
- type: Documentation
url: http://docs.opendining.net/
- type: JSONSchema
url: json-schema/online-ordering-api-order-schema.json
- type: JSONStructure
url: json-structure/online-ordering-api-order-structure.json
- type: Examples
url: examples/online-ordering-api-order-example.json
- type: JSONLD
url: json-ld/paytronix-online-ordering-api-context.jsonld
- aid: paytronix:paytronix-menu-items-api
name: Paytronix Menu Items API
description: Menu item retrieval.
humanURL: https://developers.paytronix.com/pxs_api_reference/index.html
baseURL: https://m{merchantId}.api.paytronix.com/rest/26.6
tags:
- Menu Items
properties:
- type: OpenAPI
url: openapi/paytronix-menu-items-api-openapi.yml
- type: Documentation
url: https://developers.paytronix.com/pxs_api_reference/index.html
- type: Authentication
url: https://developers.paytronix.com/pxs_api_reference/oauth.html
- type: GettingStarted
url: https://developers.paytronix.com/welcome/index.html
- type: JSONSchema
url: json-schema/server-api-account-information-reply-schema.json
- type: JSONStructure
url: json-structure/server-api-account-information-reply-structure.json
- type: Examples
url: examples/server-api-account-information-reply-example.json
- type: JSONLD
url: json-ld/paytronix-server-api-context.jsonld
- type: Documentation
url: http://docs.opendining.net/
- type: JSONSchema
url: json-schema/online-ordering-api-order-schema.json
- type: JSONStructure
url: json-structure/online-ordering-api-order-structure.json
- type: Examples
url: examples/online-ordering-api-order-example.json
- type: JSONLD
url: json-ld/paytronix-online-ordering-api-context.jsonld
- aid: paytronix:paytronix-oauth-api
name: Paytronix OAuth API
description: Guest authentication and token issuance.
humanURL: https://developers.paytronix.com/pxs_api_reference/index.html
baseURL: https://m{merchantId}.api.paytronix.com/rest/26.6
tags:
- OAuth
properties:
- type: OpenAPI
url: openapi/paytronix-oauth-api-openapi.yml
- type: Documentation
url: https://developers.paytronix.com/pxs_api_reference/index.html
- type: Authentication
url: https://developers.paytronix.com/pxs_api_reference/oauth.html
- type: GettingStarted
url: https://developers.paytronix.com/welcome/index.html
- type: JSONSchema
url: json-schema/server-api-account-information-reply-schema.json
- type: JSONStructure
url: json-structure/server-api-account-information-reply-structure.json
- type: Examples
url: examples/server-api-account-information-reply-example.json
- type: JSONLD
url: json-ld/paytronix-server-api-context.jsonld
- type: Documentation
url: http://docs.opendining.net/
- type: JSONSchema
url: json-schema/online-ordering-api-order-schema.json
- type: JSONStructure
url: json-structure/online-ordering-api-order-structure.json
- type: Examples
url: examples/online-ordering-api-order-example.json
- type: JSONLD
url: json-ld/paytronix-online-ordering-api-context.jsonld
- aid: paytronix:paytronix-orders-api
name: Paytronix Orders API
description: Order creation, retrieval, and submission.
humanURL: https://developers.paytronix.com/pxs_api_reference/index.html
baseURL: https://m{merchantId}.api.paytronix.com/rest/26.6
tags:
- Orders
properties:
- type: OpenAPI
url: openapi/paytronix-orders-api-openapi.yml
- type: Documentation
url: https://developers.paytronix.com/pxs_api_reference/index.html
- type: Authentication
url: https://developers.paytronix.com/pxs_api_reference/oauth.html
- type: GettingStarted
url: https://developers.paytronix.com/welcome/index.html
- type: JSONSchema
url: json-schema/server-api-account-information-reply-schema.json
- type: JSONStructure
url: json-structure/server-api-account-information-reply-structure.json
- type: Examples
url: examples/server-api-account-information-reply-example.json
- type: JSONLD
url: json-ld/paytronix-server-api-context.jsonld
- type: Documentation
url: http://docs.opendining.net/
- type: JSONSchema
url: json-schema/online-ordering-api-order-schema.json
- type: JSONStructure
url: json-structure/online-ordering-api-order-structure.json
- type: Examples
url: examples/online-ordering-api-order-example.json
- type: JSONLD
url: json-ld/paytronix-online-ordering-api-context.jsonld
- aid: paytronix:paytronix-payment-api
name: Paytronix Payment API
description: Stored-value recharge, saved payment methods, and auto recharge.
humanURL: https://developers.paytronix.com/pxs_api_reference/index.html
baseURL: https://m{merchantId}.api.paytronix.com/rest/26.6
tags:
- Payment
properties:
- type: OpenAPI
url: openapi/paytronix-payment-api-openapi.yml
- type: Documentation
url: https://developers.paytronix.com/pxs_api_reference/index.html
- type: Authentication
url: https://developers.paytronix.com/pxs_api_reference/oauth.html
- type: GettingStarted
url: https://developers.paytronix.com/welcome/index.html
- type: JSONSchema
url: json-schema/server-api-account-information-reply-schema.json
- type: JSONStructure
url: json-structure/server-api-account-information-reply-structure.json
- type: Examples
url: examples/server-api-account-information-reply-example.json
- type: JSONLD
url: json-ld/paytronix-server-api-context.jsonld
- type: Documentation
url: http://docs.opendining.net/
- type: JSONSchema
url: json-schema/online-ordering-api-order-schema.json
- type: JSONStructure
url: json-structure/online-ordering-api-order-structure.json
- type: Examples
url: examples/online-ordering-api-order-example.json
- type: JSONLD
url: json-ld/paytronix-online-ordering-api-context.jsonld
- aid: paytronix:paytronix-restaurants-api
name: Paytronix Restaurants API
description: Restaurant and location discovery.
humanURL: https://developers.paytronix.com/pxs_api_reference/index.html
baseURL: https://m{merchantId}.api.paytronix.com/rest/26.6
tags:
- Restaurants
properties:
- type: OpenAPI
url: openapi/paytronix-restaurants-api-openapi.yml
- type: Documentation
url: https://developers.paytronix.com/pxs_api_reference/index.html
- type: Authentication
url: https://developers.paytronix.com/pxs_api_reference/oauth.html
- type: GettingStarted
url: https://developers.paytronix.com/welcome/index.html
- type: JSONSchema
url: json-schema/server-api-account-information-reply-schema.json
- type: JSONStructure
url: json-structure/server-api-account-information-reply-structure.json
- type: Examples
url: examples/server-api-account-information-reply-example.json
- type: JSONLD
url: json-ld/paytronix-server-api-context.jsonld
- type: Documentation
url: http://docs.opendining.net/
- type: JSONSchema
url: json-schema/online-ordering-api-order-schema.json
- type: JSONStructure
url: json-structure/online-ordering-api-order-structure.json
- type: Examples
url: examples/online-ordering-api-order-example.json
- type: JSONLD
url: json-ld/paytronix-online-ordering-api-context.jsonld
- aid: paytronix:paytronix-search-api
name: Paytronix Search API
description: Geospatial and full-text search across restaurants and menu items.
humanURL: https://developers.paytronix.com/pxs_api_reference/index.html
baseURL: https://m{merchantId}.api.paytronix.com/rest/26.6
tags:
- Search
properties:
- type: OpenAPI
url: openapi/paytronix-search-api-openapi.yml
- type: Documentation
url: https://developers.paytronix.com/pxs_api_reference/index.html
- type: Authentication
url: https://developers.paytronix.com/pxs_api_reference/oauth.html
- type: GettingStarted
url: https://developers.paytronix.com/welcome/index.html
- type: JSONSchema
url: json-schema/server-api-account-information-reply-schema.json
- type: JSONStructure
url: json-structure/server-api-account-information-reply-structure.json
- type: Examples
url: examples/server-api-account-information-reply-example.json
- type: JSONLD
url: json-ld/paytronix-server-api-context.jsonld
- type: Documentation
url: http://docs.opendining.net/
- type: JSONSchema
url: json-schema/online-ordering-api-order-schema.json
- type: JSONStructure
url: json-structure/online-ordering-api-order-structure.json
- type: Examples
url: examples/online-ordering-api-order-example.json
- type: JSONLD
url: json-ld/paytronix-online-ordering-api-context.jsonld
- aid: paytronix:paytronix-store-api
name: Paytronix Store API
description: Store and location lookup and management.
humanURL: https://developers.paytronix.com/pxs_api_reference/index.html
baseURL: https://m{merchantId}.api.paytronix.com/rest/26.6
tags:
- Store
properties:
- type: OpenAPI
url: openapi/paytronix-store-api-openapi.yml
- type: Documentation
url: https://developers.paytronix.com/pxs_api_reference/index.html
- type: Authentication
url: https://developers.paytronix.com/pxs_api_reference/oauth.html
- type: GettingStarted
url: https://developers.paytronix.com/welcome/index.html
- type: JSONSchema
url: json-schema/server-api-account-information-reply-schema.json
- type: JSONStructure
url: json-structure/server-api-account-information-reply-structure.json
- type: Examples
url: examples/server-api-account-information-reply-example.json
- type: JSONLD
url: json-ld/paytronix-server-api-context.jsonld
- type: Documentation
url: http://docs.opendining.net/
- type: JSONSchema
url: json-schema/online-ordering-api-order-schema.json
- type: JSONStructure
url: json-structure/online-ordering-api-order-structure.json
- type: Examples
url: examples/online-ordering-api-order-example.json
- type: JSONLD
url: json-ld/paytronix-online-ordering-api-context.jsonld
- aid: paytronix:paytronix-transaction-api
name: Paytronix Transaction API
description: Loyalty and stored-value transaction processing at the POS.
humanURL: https://developers.paytronix.com/pxs_api_reference/index.html
baseURL: https://m{merchantId}.api.paytronix.com/rest/26.6
tags:
- Transaction
properties:
- type: OpenAPI
url: openapi/paytronix-transaction-api-openapi.yml
- type: Documentation
url: https://developers.paytronix.com/pxs_api_reference/index.html
- type: Authentication
url: https://developers.paytronix.com/pxs_api_reference/oauth.html
- type: GettingStarted
url: https://developers.paytronix.com/welcome/index.html
- type: JSONSchema
url: json-schema/server-api-account-information-reply-schema.json
- type: JSONStructure
url: json-structure/server-api-account-information-reply-structure.json
- type: Examples
url: examples/server-api-account-information-reply-example.json
- type: JSONLD
url: json-ld/paytronix-server-api-context.jsonld
- type: Documentation
url: http://docs.opendining.net/
- type: JSONSchema
url: json-schema/online-ordering-api-order-schema.json
- type: JSONStructure
url: json-structure/online-ordering-api-order-structure.json
- type: Examples
url: examples/online-ordering-api-order-example.json
- type: JSONLD
url: json-ld/paytronix-online-ordering-api-context.jsonld
common:
- type: AgenticAccess
url: agentic-access/paytronix-agentic-access.yml
- type: DomainSecurity
url: security/paytronix-domain-security.yml
- type: Authentication
url: authentication/paytronix-authentication.yml
- type: Website
url: https://www.paytronix.com/
- type: Documentation
url: https://developers.paytronix.com/
- type: APIReference
url: https://developers.paytronix.com/pxs_api_reference/index.html
- type: Pricing
url: https://www.paytronix.com/pricing/
- type: Support
url: https://www.paytronix.com/support/
- type: Blog
url: https://www.paytronix.com/blog
- type: LinkedIn
url: https://www.linkedin.com/company/paytronix-systems
- type: GitHubOrganization
url: https://github.com/paytronix
- type: SpectralRules
url: rules/paytronix-spectral-rules.yml
- type: Vocabulary
url: vocabulary/paytronix-vocabulary.yml
- type: Plans
url: plans/paytronix-plans-pricing.yml
- type: RateLimits
url: rate-limits/paytronix-rate-limits.yml
- type: FinOps
url: finops/paytronix-finops.yml
- type: Features
data:
- name: Loyalty Programs
description: Points, tiers, rewards, challenges, and referrals managed through the Server API Guest, Transaction, and
Check services.
- name: Gift And Stored Value
description: Sell, reload, redeem, balance, and exchange gift and stored-value cards via the Gift and Transaction services.
- name: Online Ordering
description: Restaurant and menu discovery, search, and order creation and submission across six order methods via the
Online Ordering API.
- name: Payments
description: Stored-value recharge, saved payment methods, auto recharge, and Stripe/Apple Pay/Spreedly integration via
the Payment service.
- name: Guest Enrollment
description: Create, activate, and register virtual and physical cards with configurable enrollment fields via the Enrollment
service.
- name: Messaging And Campaigns
description: Guest messaging, campaign feedback, and message-frequency preferences managed through the messaging services.
- type: UseCases
data:
- name: Branded Loyalty Mobile App
description: Authenticate guests with the OAuth Service and surface balances, tiers, and transaction history from the
Guest service.
- name: Point-Of-Sale Loyalty Integration
description: Activate cards, accrue points, and redeem rewards at the register using the Transaction and Check services.
- name: Gift Card Program
description: Sell and redeem gift cards online and in store with the Gift service and stored-value recharge via the Payment
service.
- name: Online And Mobile Ordering
description: Build ordering experiences with restaurant/menu search and order submission through the Online Ordering API.
- type: Integrations
data:
- name: Stripe
description: Payment processing via checkout sessions and payment intents in the Payment service.
- name: Apple Pay
description: Apple Pay merchant validation and domain registration in the Payment service.
- name: Spreedly
description: Card tokenization via Spreedly iframe parameters in the Payment service.
- name: Apple Wallet
description: Mobile wallet passes via the Apple Passbook service.
- name: Google Wallet
description: Mobile wallet passes via the Google Wallet (Android Pay) service.
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com