Liking cljdoc? Tell your friends :D

stream.clojure.stripe.api.sources

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

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

list-all-source-source-transactionsclj

(list-all-source-source-transactions {:keys [source-id query-params]})

No description available.

HTTP Method: GET Endpoint: /v1/sources/{source-id}/source_transactions

Path Parameters:

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

Query Parameters:

  • ending-before (String): A cursor for use in pagination. ending_before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with obj_bar, your subsequent call can include ending_before=obj_bar in order to fetch the previous page of the list.
  • expand (Array): Specifies which fields in the response should be expanded.
  • limit (Integer): A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
  • starting-after (String): A cursor for use in pagination. starting_after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include starting_after=obj_foo in order to fetch the next page of the list.

Example Usage: (list-all-source-source-transactions {:source-id example-source-id :query-params {:limit 10}})

No description available.

HTTP Method: GET
Endpoint: /v1/sources/{source-id}/source_transactions

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

Query Parameters:
  - ending-before (String): A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.
  - expand (Array): Specifies which fields in the response should be expanded.
  - limit (Integer): A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
  - starting-after (String): A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.

Example Usage:
  (list-all-source-source-transactions {:source-id example-source-id :query-params {:limit 10}})
sourceraw docstring

postclj

(post {:keys [body]})

Shares a source

HTTP Method: POST Endpoint: /v1/sources

Example Usage: (post {})

Shares a source

HTTP Method: POST
Endpoint: /v1/sources

Example Usage:
  (post {})
sourceraw docstring

post-source-verifyclj

(post-source-verify {:keys [source-id body]})

No description available.

HTTP Method: POST Endpoint: /v1/sources/{source-id}/verify

Path Parameters:

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

Example Usage: (post-source-verify {:source-id example-source-id})

No description available.

HTTP Method: POST
Endpoint: /v1/sources/{source-id}/verify

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

Example Usage:
  (post-source-verify {:source-id example-source-id})
sourceraw docstring

retrieve-sourceclj

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

Retrieve a source

HTTP Method: GET Endpoint: /v1/sources/{source-id}

Path Parameters:

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

Query Parameters:

  • client-secret (String): The client secret of the source. Required if a publishable key is used to retrieve the source.
  • expand (Array): Specifies which fields in the response should be expanded.

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

Retrieve a source

HTTP Method: GET
Endpoint: /v1/sources/{source-id}

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

Query Parameters:
  - client-secret (String): The client secret of the source. Required if a publishable key is used to retrieve the source.
  - expand (Array): Specifies which fields in the response should be expanded.

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

retrieve-source-mandate-notifications-mandate-notificationclj

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

Retrieve a Source MandateNotification

HTTP Method: GET Endpoint: /v1/sources/{source-id}/mandate_notifications/{mandate-notification-id}

Path Parameters:

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

Query Parameters:

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

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

Retrieve a Source MandateNotification

HTTP Method: GET
Endpoint: /v1/sources/{source-id}/mandate_notifications/{mandate-notification-id}

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

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

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

retrieve-source-source-transactions-source-transactionclj

(retrieve-source-source-transactions-source-transaction
  {:keys [source-id source-transaction-id query-params]})

Retrieve a source transaction

HTTP Method: GET Endpoint: /v1/sources/{source-id}/source_transactions/{source-transaction-id}

Path Parameters:

  • source-id (String): The source-id parameter. (required)
  • source-transaction-id (String): The source-transaction-id parameter. (required)

Query Parameters:

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

Example Usage: (retrieve-source-source-transactions-source-transaction {:source-id example-source-id :source-transaction-id example-source-transaction-id :query-params {:limit 10}})

Retrieve a source transaction

HTTP Method: GET
Endpoint: /v1/sources/{source-id}/source_transactions/{source-transaction-id}

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

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

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

update-sourceclj

(update-source {:keys [source-id body]})

Update a source

HTTP Method: POST Endpoint: /v1/sources/{source-id}

Path Parameters:

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

Example Usage: (update-source {:source-id example-source-id})

Update a source

HTTP Method: POST
Endpoint: /v1/sources/{source-id}

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

Example Usage:
  (update-source {:source-id example-source-id})
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