Liking cljdoc? Tell your friends :D
Clojure only.

stream.clojure.stripe.api.mandates

Info: This ns is auto-generated from the Stripe OpenAPI spec.

Info: This ns is auto-generated from the Stripe OpenAPI spec.
raw docstring

retrieve-mandateclj

(retrieve-mandate {:keys [mandate-id query-params]})

Retrieve a Mandate

HTTP Method: GET Endpoint: /v1/mandates/{mandate-id}

Path Parameters:

  • mandate-id (String): The mandate-id parameter. (required)

Query Parameters:

  • expand (Array): Specifies which fields in the response should be expanded.

Example Usage: (retrieve-mandate {:mandate-id example-mandate-id :query-params {:limit 10}})

Retrieve a Mandate

HTTP Method: GET
Endpoint: /v1/mandates/{mandate-id}

Path Parameters:
  - mandate-id (String): The mandate-id parameter. (required)

Query Parameters:
  - expand (Array): Specifies which fields in the response should be expanded.

Example Usage:
  (retrieve-mandate {:mandate-id example-mandate-id :query-params {:limit 10}})
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close