← all adapters

zuora-style

simulates Zuora REST API v1

restadapter v0.1.014 routes

use it

# add to stunt.yaml
services:
  zuora:
    adapter: embedded:zuora-style

# then
$ stunt up

The embedded: source extracts this adapter from the binary — no git clone, fully offline.

backing stores

accountssubscriptionsusageinvoicespaymentspayment_methods

routes (14)

GET/v1/accounts
POST/v1/accounts
GET/v1/accounts/{accountKey}
POST/v1/subscriptions
POST/v1/subscriptions/{subscriptionKey}/cancel
PUT/v1/subscriptions/{subscriptionKey}
GET/v1/subscriptions/{subscriptionKey}
POST/v1/usage
GET/v1/usage
GET/v1/invoices/{invoiceId}
GET/v1/payments
POST/v1/payment-methods/credit-cards
POST/v1/transactions/billing/preview
POST/v1/action/query