Recharge

Recharge (Recharge Payments) is a subscription and recurring-billing platform for e-commerce, most widely used on Shopify. Its public REST API at https://api.rechargeapps.com lets developers manage the full subscription lifecycle - subscriptions, customers, addresses, charges, orders, products, payment methods, onetimes, discounts, and webhooks - programmatically. Requests are authenticated with a store API token in the X-Recharge-Access-Token header and versioned via the X-Recharge-Version header (supported versions 2021-11 and 2021-01). The API is resource-oriented JSON over HTTPS with cursor-based pagination and a leaky-bucket rate limiter.

Recharge publishes 10 APIs on the APIs.io network, including Addresses API, Charges API, Customers API, and 7 more. Tagged areas include Subscriptions, Recurring Billing, E-commerce, Payments, and Shopify.

Recharge’s developer surface includes authentication, documentation, engineering blog, and 9 more developer resources.

38.0/100 thin ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
AccessPaidSelf serve
10 APIs
SubscriptionsRecurring BillingE-commercePaymentsShopifyRetention

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 38.0/100 · thin
Contract Quality 14.0 / 25
Developer Ergonomics 4.3 / 20
Commercial Clarity 9.5 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 31/100 · agent aware
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 0 / 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
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/recharge-payments: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 10

Individual APIs this provider publishes, each with its own machine-readable definition.

Recharge Addresses API

Customer shipping addresses that group subscriptions and charges.

Recharge Charges API

Scheduled and processed charges against a customer's payment method.

Recharge Customers API

Customer records that own addresses, subscriptions, and payment methods.

Recharge Discounts API

Discount codes applied to checkouts, addresses, and charges.

Recharge Onetimes API

One-time (non-recurring) products added to an upcoming charge.

Recharge Orders API

Orders generated from charges, plus one-time and recurring order management.

Recharge Payment Methods API

Tokenized payment methods used to process charges.

Recharge Products API

Products and subscription rules exposed to the storefront.

Recharge Subscriptions API

Recurring subscription lines that drive future charges and orders.

Recharge Webhooks API

Webhook endpoints that receive event notifications from Recharge.

Scroll for all 10

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Recharge API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Recharge Payments Rate Limits

4 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Recharge Payments Authentication

apiKey · 1 scheme

SECURITY

Recharge Payments Domain Security

TLSv1.3 · DMARC

SECURITY

Recharge Payments Trust Center

SOC 2, PCI DSS, GDPR

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Recharge Payments Agentic Access

57 operations · 36 acting

57 operations · 36 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: recharge-payments
url: https://raw.githubusercontent.com/api-evangelist/recharge-payments/refs/heads/main/apis.yml
name: Recharge
kind: company
description: Recharge (Recharge Payments) is a subscription and recurring-billing platform for e-commerce, most widely used
  on Shopify. Its public REST API at https://api.rechargeapps.com lets developers manage the full subscription lifecycle -
  subscriptions, customers, addresses, charges, orders, products, payment methods, onetimes, discounts, and webhooks - programmatically.
  Requests are authenticated with a store API token in the X-Recharge-Access-Token header and versioned via the X-Recharge-Version
  header (supported versions 2021-11 and 2021-01). The API is resource-oriented JSON over HTTPS with cursor-based pagination
  and a leaky-bucket rate limiter.
accessModel:
  pricing: paid
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Paid · 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/recharge-payments.png
tags:
- Subscriptions
- Recurring Billing
- E-commerce
- Payments
- Shopify
- Retention
created: '2026-07-10'
modified: '2026-07-10'
specificationVersion: '0.19'
apis:
- aid: recharge-payments:recharge-payments-addresses-api
  name: Recharge Addresses API
  description: Customer shipping addresses that group subscriptions and charges.
  humanURL: https://developer.rechargepayments.com/2021-11/subscriptions
  baseURL: https://api.rechargeapps.com
  tags:
  - Addresses
  properties:
  - type: OpenAPI
    url: openapi/recharge-payments-addresses-api-openapi.yml
  - type: Documentation
    url: https://developer.rechargepayments.com/2021-11
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/subscriptions
  - type: PostmanCollection
    url: collections/recharge-payments.postman_collection.json
  - type: OpenCollection
    url: collections/recharge-payments.opencollection.json
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/customers
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/orders
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/charges
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/products
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/webhooks_endpoints
- aid: recharge-payments:recharge-payments-charges-api
  name: Recharge Charges API
  description: Scheduled and processed charges against a customer's payment method.
  humanURL: https://developer.rechargepayments.com/2021-11/subscriptions
  baseURL: https://api.rechargeapps.com
  tags:
  - Charges
  properties:
  - type: OpenAPI
    url: openapi/recharge-payments-charges-api-openapi.yml
  - type: Documentation
    url: https://developer.rechargepayments.com/2021-11
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/subscriptions
  - type: PostmanCollection
    url: collections/recharge-payments.postman_collection.json
  - type: OpenCollection
    url: collections/recharge-payments.opencollection.json
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/customers
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/orders
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/charges
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/products
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/webhooks_endpoints
- aid: recharge-payments:recharge-payments-customers-api
  name: Recharge Customers API
  description: Customer records that own addresses, subscriptions, and payment methods.
  humanURL: https://developer.rechargepayments.com/2021-11/subscriptions
  baseURL: https://api.rechargeapps.com
  tags:
  - Customers
  properties:
  - type: OpenAPI
    url: openapi/recharge-payments-customers-api-openapi.yml
  - type: Documentation
    url: https://developer.rechargepayments.com/2021-11
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/subscriptions
  - type: PostmanCollection
    url: collections/recharge-payments.postman_collection.json
  - type: OpenCollection
    url: collections/recharge-payments.opencollection.json
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/customers
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/orders
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/charges
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/products
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/webhooks_endpoints
- aid: recharge-payments:recharge-payments-discounts-api
  name: Recharge Discounts API
  description: Discount codes applied to checkouts, addresses, and charges.
  humanURL: https://developer.rechargepayments.com/2021-11/subscriptions
  baseURL: https://api.rechargeapps.com
  tags:
  - Discounts
  properties:
  - type: OpenAPI
    url: openapi/recharge-payments-discounts-api-openapi.yml
  - type: Documentation
    url: https://developer.rechargepayments.com/2021-11
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/subscriptions
  - type: PostmanCollection
    url: collections/recharge-payments.postman_collection.json
  - type: OpenCollection
    url: collections/recharge-payments.opencollection.json
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/customers
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/orders
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/charges
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/products
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/webhooks_endpoints
- aid: recharge-payments:recharge-payments-onetimes-api
  name: Recharge Onetimes API
  description: One-time (non-recurring) products added to an upcoming charge.
  humanURL: https://developer.rechargepayments.com/2021-11/subscriptions
  baseURL: https://api.rechargeapps.com
  tags:
  - Onetimes
  properties:
  - type: OpenAPI
    url: openapi/recharge-payments-onetimes-api-openapi.yml
  - type: Documentation
    url: https://developer.rechargepayments.com/2021-11
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/subscriptions
  - type: PostmanCollection
    url: collections/recharge-payments.postman_collection.json
  - type: OpenCollection
    url: collections/recharge-payments.opencollection.json
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/customers
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/orders
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/charges
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/products
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/webhooks_endpoints
- aid: recharge-payments:recharge-payments-orders-api
  name: Recharge Orders API
  description: Orders generated from charges, plus one-time and recurring order management.
  humanURL: https://developer.rechargepayments.com/2021-11/subscriptions
  baseURL: https://api.rechargeapps.com
  tags:
  - Orders
  properties:
  - type: OpenAPI
    url: openapi/recharge-payments-orders-api-openapi.yml
  - type: Documentation
    url: https://developer.rechargepayments.com/2021-11
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/subscriptions
  - type: PostmanCollection
    url: collections/recharge-payments.postman_collection.json
  - type: OpenCollection
    url: collections/recharge-payments.opencollection.json
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/customers
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/orders
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/charges
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/products
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/webhooks_endpoints
- aid: recharge-payments:recharge-payments-payment-methods-api
  name: Recharge Payment Methods API
  description: Tokenized payment methods used to process charges.
  humanURL: https://developer.rechargepayments.com/2021-11/subscriptions
  baseURL: https://api.rechargeapps.com
  tags:
  - Payment Methods
  properties:
  - type: OpenAPI
    url: openapi/recharge-payments-payment-methods-api-openapi.yml
  - type: Documentation
    url: https://developer.rechargepayments.com/2021-11
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/subscriptions
  - type: PostmanCollection
    url: collections/recharge-payments.postman_collection.json
  - type: OpenCollection
    url: collections/recharge-payments.opencollection.json
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/customers
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/orders
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/charges
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/products
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/webhooks_endpoints
- aid: recharge-payments:recharge-payments-products-api
  name: Recharge Products API
  description: Products and subscription rules exposed to the storefront.
  humanURL: https://developer.rechargepayments.com/2021-11/subscriptions
  baseURL: https://api.rechargeapps.com
  tags:
  - Products
  properties:
  - type: OpenAPI
    url: openapi/recharge-payments-products-api-openapi.yml
  - type: Documentation
    url: https://developer.rechargepayments.com/2021-11
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/subscriptions
  - type: PostmanCollection
    url: collections/recharge-payments.postman_collection.json
  - type: OpenCollection
    url: collections/recharge-payments.opencollection.json
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/customers
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/orders
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/charges
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/products
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/webhooks_endpoints
- aid: recharge-payments:recharge-payments-subscriptions-api
  name: Recharge Subscriptions API
  description: Recurring subscription lines that drive future charges and orders.
  humanURL: https://developer.rechargepayments.com/2021-11/subscriptions
  baseURL: https://api.rechargeapps.com
  tags:
  - Subscriptions
  properties:
  - type: OpenAPI
    url: openapi/recharge-payments-subscriptions-api-openapi.yml
  - type: Documentation
    url: https://developer.rechargepayments.com/2021-11
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/subscriptions
  - type: PostmanCollection
    url: collections/recharge-payments.postman_collection.json
  - type: OpenCollection
    url: collections/recharge-payments.opencollection.json
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/customers
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/orders
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/charges
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/products
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/webhooks_endpoints
- aid: recharge-payments:recharge-payments-webhooks-api
  name: Recharge Webhooks API
  description: Webhook endpoints that receive event notifications from Recharge.
  humanURL: https://developer.rechargepayments.com/2021-11/subscriptions
  baseURL: https://api.rechargeapps.com
  tags:
  - Webhooks
  properties:
  - type: OpenAPI
    url: openapi/recharge-payments-webhooks-api-openapi.yml
  - type: Documentation
    url: https://developer.rechargepayments.com/2021-11
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/subscriptions
  - type: PostmanCollection
    url: collections/recharge-payments.postman_collection.json
  - type: OpenCollection
    url: collections/recharge-payments.opencollection.json
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/customers
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/orders
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/charges
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/products
  - type: APIReference
    url: https://developer.rechargepayments.com/2021-11/webhooks_endpoints
common:
- type: AgenticAccess
  url: agentic-access/recharge-payments-agentic-access.yml
- type: TrustCenter
  url: security/recharge-payments-trust-center.yml
- type: DomainSecurity
  url: security/recharge-payments-domain-security.yml
- type: Authentication
  url: authentication/recharge-payments-authentication.yml
- type: GitHubOrganization
  url: https://github.com/ReChargePayments
- type: LinkedIn
  url: https://www.linkedin.com/company/rechargepayments
- type: Website
  url: https://getrecharge.com
- type: Documentation
  url: https://developer.rechargepayments.com
- type: Plans
  url: plans/recharge-payments-plans-pricing.yml
- type: RateLimits
  url: rate-limits/recharge-payments-rate-limits.yml
- type: FinOps
  url: finops/recharge-payments-finops.yml
- url: https://getrecharge.com/blog/
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com