Liking cljdoc? Tell your friends :D

stream.clojure.stripe.api.tokens

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

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

createclj

(create {:keys [body]})

Create a CVC update token

HTTP Method: POST Endpoint: /v1/tokens

Example Usage: (create {})

Create a CVC update token

HTTP Method: POST
Endpoint: /v1/tokens

Example Usage:
  (create {})
sourceraw docstring

retrieve-tokenclj

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

Retrieve a token

HTTP Method: GET Endpoint: /v1/tokens/{token-id}

Path Parameters:

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

Query Parameters:

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

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

Retrieve a token

HTTP Method: GET
Endpoint: /v1/tokens/{token-id}

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

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

Example Usage:
  (retrieve-token {:token-id example-token-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