use it
# add to stunt.yaml
services:
square:
adapter: embedded:square-style
# then
$ stunt upThe embedded: source extracts this adapter from the binary — no git clone, fully offline.
backing stores
paymentsrefundsordersaccess_tokens
routes (9)
POST/oauth2/token
POST/v2/payments
GET/v2/payments/{id}
POST/v2/payments/{id}/complete
POST/v2/refunds
GET/v2/locations
POST/v2/catalog/search
POST/v2/orders
GET/v2/orders/{id}