Liking cljdoc? Tell your friends :D

stream.clojure.stripe.api.radar

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

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

create-payment-evaluationsclj

(create-payment-evaluations {:keys [body]})

Create a Payment Evaluation

HTTP Method: POST Endpoint: /v1/radar/payment_evaluations

Example Usage: (create-payment-evaluations {})

Create a Payment Evaluation

HTTP Method: POST
Endpoint: /v1/radar/payment_evaluations

Example Usage:
  (create-payment-evaluations {})
sourceraw docstring

create-value-list-itemsclj

(create-value-list-items {:keys [body]})

Create a value list item

HTTP Method: POST Endpoint: /v1/radar/value_list_items

Example Usage: (create-value-list-items {})

Create a value list item

HTTP Method: POST
Endpoint: /v1/radar/value_list_items

Example Usage:
  (create-value-list-items {})
sourceraw docstring

create-value-listsclj

(create-value-lists {:keys [body]})

Create a value list

HTTP Method: POST Endpoint: /v1/radar/value_lists

Example Usage: (create-value-lists {})

Create a value list

HTTP Method: POST
Endpoint: /v1/radar/value_lists

Example Usage:
  (create-value-lists {})
sourceraw docstring

delete-value-list-items-itemclj

(delete-value-list-items-item {:keys [value-list-item-id]})

Delete a value list item

HTTP Method: DELETE Endpoint: /v1/radar/value_list_items/{value-list-item-id}

Path Parameters:

  • value-list-item-id (String): The value-list-item-id parameter. (required)

Example Usage: (delete-value-list-items-item {:value-list-item-id example-value-list-item-id})

Delete a value list item

HTTP Method: DELETE
Endpoint: /v1/radar/value_list_items/{value-list-item-id}

Path Parameters:
  - value-list-item-id (String): The value-list-item-id parameter. (required)

Example Usage:
  (delete-value-list-items-item {:value-list-item-id example-value-list-item-id})
sourceraw docstring

delete-value-lists-value-listclj

(delete-value-lists-value-list {:keys [value-list-id]})

Delete a value list

HTTP Method: DELETE Endpoint: /v1/radar/value_lists/{value-list-id}

Path Parameters:

  • value-list-id (String): The value-list-id parameter. (required)

Example Usage: (delete-value-lists-value-list {:value-list-id example-value-list-id})

Delete a value list

HTTP Method: DELETE
Endpoint: /v1/radar/value_lists/{value-list-id}

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

Example Usage:
  (delete-value-lists-value-list {:value-list-id example-value-list-id})
sourceraw docstring

list-all-early-fraud-warningsclj

(list-all-early-fraud-warnings {:keys [query-params]})

List all early fraud warnings

HTTP Method: GET Endpoint: /v1/radar/early_fraud_warnings

Query Parameters:

  • charge (String): Only return early fraud warnings for the charge specified by this charge ID.
  • created (Unknown): Only return early fraud warnings that were created during the given date interval.
  • 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.
  • payment-intent (String): Only return early fraud warnings for charges that were created by the PaymentIntent specified by this PaymentIntent ID.
  • 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-early-fraud-warnings {:query-params {:limit 10}})

List all early fraud warnings

HTTP Method: GET
Endpoint: /v1/radar/early_fraud_warnings

Query Parameters:
  - charge (String): Only return early fraud warnings for the charge specified by this charge ID.
  - created (Unknown): Only return early fraud warnings that were created during the given date interval.
  - 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.
  - payment-intent (String): Only return early fraud warnings for charges that were created by the PaymentIntent specified by this PaymentIntent ID.
  - 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-early-fraud-warnings {:query-params {:limit 10}})
sourceraw docstring

list-all-value-list-itemsclj

(list-all-value-list-items {:keys [query-params]})

List all value list items

HTTP Method: GET Endpoint: /v1/radar/value_list_items

Query Parameters:

  • created (Unknown): Only return items that were created during the given date interval.
  • 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.
  • value (String): Return items belonging to the parent list whose value matches the specified value (using an 'is like' match).
  • value-list (String): Identifier for the parent value list this item belongs to. (required)

Example Usage: (list-all-value-list-items {:query-params {:limit 10}})

List all value list items

HTTP Method: GET
Endpoint: /v1/radar/value_list_items

Query Parameters:
  - created (Unknown): Only return items that were created during the given date interval.
  - 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.
  - value (String): Return items belonging to the parent list whose value matches the specified value (using an 'is like' match).
  - value-list (String): Identifier for the parent value list this item belongs to. (required)

Example Usage:
  (list-all-value-list-items {:query-params {:limit 10}})
sourceraw docstring

list-all-value-listsclj

(list-all-value-lists {:keys [query-params]})

List all value lists

HTTP Method: GET Endpoint: /v1/radar/value_lists

Query Parameters:

  • alias (String): The alias used to reference the value list when writing rules.
  • contains (String): A value contained within a value list - returns all value lists containing this value.
  • created (Unknown): Only return value lists that were created during the given date interval.
  • 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-value-lists {:query-params {:limit 10}})

List all value lists

HTTP Method: GET
Endpoint: /v1/radar/value_lists

Query Parameters:
  - alias (String): The alias used to reference the value list when writing rules.
  - contains (String): A value contained within a value list - returns all value lists containing this value.
  - created (Unknown): Only return value lists that were created during the given date interval.
  - 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-value-lists {:query-params {:limit 10}})
sourceraw docstring

retrieve-early-fraud-warnings-early-fraud-warningclj

(retrieve-early-fraud-warnings-early-fraud-warning
  {:keys [early-fraud-warning-id query-params]})

Retrieve an early fraud warning

HTTP Method: GET Endpoint: /v1/radar/early_fraud_warnings/{early-fraud-warning-id}

Path Parameters:

  • early-fraud-warning-id (String): The early-fraud-warning-id parameter. (required)

Query Parameters:

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

Example Usage: (retrieve-early-fraud-warnings-early-fraud-warning {:early-fraud-warning-id example-early-fraud-warning-id :query-params {:limit 10}})

Retrieve an early fraud warning

HTTP Method: GET
Endpoint: /v1/radar/early_fraud_warnings/{early-fraud-warning-id}

Path Parameters:
  - early-fraud-warning-id (String): The early-fraud-warning-id parameter. (required)

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

Example Usage:
  (retrieve-early-fraud-warnings-early-fraud-warning {:early-fraud-warning-id example-early-fraud-warning-id :query-params {:limit 10}})
sourceraw docstring

retrieve-value-list-items-itemclj

(retrieve-value-list-items-item {:keys [value-list-item-id query-params]})

Retrieve a value list item

HTTP Method: GET Endpoint: /v1/radar/value_list_items/{value-list-item-id}

Path Parameters:

  • value-list-item-id (String): The value-list-item-id parameter. (required)

Query Parameters:

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

Example Usage: (retrieve-value-list-items-item {:value-list-item-id example-value-list-item-id :query-params {:limit 10}})

Retrieve a value list item

HTTP Method: GET
Endpoint: /v1/radar/value_list_items/{value-list-item-id}

Path Parameters:
  - value-list-item-id (String): The value-list-item-id parameter. (required)

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

Example Usage:
  (retrieve-value-list-items-item {:value-list-item-id example-value-list-item-id :query-params {:limit 10}})
sourceraw docstring

retrieve-value-lists-value-listclj

(retrieve-value-lists-value-list {:keys [value-list-id query-params]})

Retrieve a value list

HTTP Method: GET Endpoint: /v1/radar/value_lists/{value-list-id}

Path Parameters:

  • value-list-id (String): The value-list-id parameter. (required)

Query Parameters:

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

Example Usage: (retrieve-value-lists-value-list {:value-list-id example-value-list-id :query-params {:limit 10}})

Retrieve a value list

HTTP Method: GET
Endpoint: /v1/radar/value_lists/{value-list-id}

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

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

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

update-value-lists-value-listclj

(update-value-lists-value-list {:keys [value-list-id body]})

Update a value list

HTTP Method: POST Endpoint: /v1/radar/value_lists/{value-list-id}

Path Parameters:

  • value-list-id (String): The value-list-id parameter. (required)

Example Usage: (update-value-lists-value-list {:value-list-id example-value-list-id})

Update a value list

HTTP Method: POST
Endpoint: /v1/radar/value_lists/{value-list-id}

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

Example Usage:
  (update-value-lists-value-list {:value-list-id example-value-list-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