← all adapters

stripe-style

simulates Stripe API 2025-01-27.acacia

restadapter v0.1.023 routes

use it

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

# then
$ stunt up

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

backing stores

chargescustomersconnect_accountstransferspayouts

routes (23)

POST/v1/tokens
POST/v1/charges
GET/v1/charges/{id}
GET/v1/charges
POST/v1/charges/{id}/capture
POST/v1/charges/{id}/refund
POST/v1/customers
GET/v1/customers/{id}
GET/v1/customers
POST/v1/customers/{id}
DELETE/v1/customers/{id}
GET/v1/balance
POST/v1/accounts
GET/v1/accounts/{id}
POST/v1/accounts/{id}
GET/v1/accounts
POST/v1/account_links
POST/v1/transfers
GET/v1/transfers/{id}
GET/v1/transfers
POST/v1/transfers/{id}/reversals
POST/v1/payouts
GET/v1/payouts