Info: This ns is auto-generated from the Stripe OpenAPI spec.
Info: This ns is auto-generated from the Stripe OpenAPI spec.
(retrieve-confirmation-tokens-confirmation-token {:keys [confirmation-token-id
query-params]})Retrieve a ConfirmationToken
HTTP Method: GET Endpoint: /v1/confirmation_tokens/{confirmation-token-id}
Path Parameters:
Query Parameters:
Example Usage: (retrieve-confirmation-tokens-confirmation-token {:confirmation-token-id example-confirmation-token-id :query-params {:limit 10}})
Retrieve a ConfirmationToken
HTTP Method: GET
Endpoint: /v1/confirmation_tokens/{confirmation-token-id}
Path Parameters:
- confirmation-token-id (String): The confirmation-token-id parameter. (required)
Query Parameters:
- expand (Array): Specifies which fields in the response should be expanded.
Example Usage:
(retrieve-confirmation-tokens-confirmation-token {:confirmation-token-id example-confirmation-token-id :query-params {:limit 10}})cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |