Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/dev/versions.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns versions
"Info: This ns is auto-generated from the Stripe OpenAPI spec.")

(def stripe-api-version "2026-01-28.clover")
(def stripe-api-version "2026-02-25.clover")
11 changes: 11 additions & 0 deletions src/main/stream/clojure/stripe/api/terminal.clj
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,17 @@
[{:keys [location-id body]}]
(stripe-request :post {:endpoint "/v1/terminal/locations/{location-id}" :path-params {:location-id location-id} :body body}))

(defn create-refunds
"Create a refund using a Terminal-supported device.

HTTP Method: POST
Endpoint: /v1/terminal/refunds

Example Usage:
(create-refunds {})"
[{:keys [body]}]
(stripe-request :post {:endpoint "/v1/terminal/refunds" :body body}))

(defn post-readers-reader-process-setup-intent
"Hand-off a SetupIntent to a Reader

Expand Down