Liking cljdoc? Tell your friends :D

stream.clojure.stripe.api.application-fees

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-application-fees-id-refundsclj

(create-application-fees-id-refunds {:keys [application-fee-id body]})

Create an application fee refund

HTTP Method: POST Endpoint: /v1/application_fees/{application-fee-id}/refunds

Path Parameters:

  • application-fee-id (String): The application-fee-id parameter. (required)

Example Usage: (create-application-fees-id-refunds {:application-fee-id example-application-fee-id})

Create an application fee refund

HTTP Method: POST
Endpoint: /v1/application_fees/{application-fee-id}/refunds

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

Example Usage:
  (create-application-fees-id-refunds {:application-fee-id example-application-fee-id})
sourceraw docstring

list-all-application-feesclj

(list-all-application-fees {:keys [query-params]})

List all application fees

HTTP Method: GET Endpoint: /v1/application_fees

Query Parameters:

  • charge (String): Only return application fees for the charge specified by this charge ID.
  • created (Unknown): Only return applications fees 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-application-fees {:query-params {:limit 10}})

List all application fees

HTTP Method: GET
Endpoint: /v1/application_fees

Query Parameters:
  - charge (String): Only return application fees for the charge specified by this charge ID.
  - created (Unknown): Only return applications fees 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-application-fees {:query-params {:limit 10}})
sourceraw docstring

list-all-application-fees-id-refundsclj

(list-all-application-fees-id-refunds {:keys [application-fee-id query-params]})

List all application fee refunds

HTTP Method: GET Endpoint: /v1/application_fees/{application-fee-id}/refunds

Path Parameters:

  • application-fee-id (String): The application-fee-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-application-fees-id-refunds {:application-fee-id example-application-fee-id :query-params {:limit 10}})

List all application fee refunds

HTTP Method: GET
Endpoint: /v1/application_fees/{application-fee-id}/refunds

Path Parameters:
  - application-fee-id (String): The application-fee-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-application-fees-id-refunds {:application-fee-id example-application-fee-id :query-params {:limit 10}})
sourceraw docstring

post-application-fees-id-refundclj

(post-application-fees-id-refund {:keys [application-fee-id body]})

No description available.

HTTP Method: POST Endpoint: /v1/application_fees/{application-fee-id}/refund

Path Parameters:

  • application-fee-id (String): The application-fee-id parameter. (required)

Example Usage: (post-application-fees-id-refund {:application-fee-id example-application-fee-id})

No description available.

HTTP Method: POST
Endpoint: /v1/application_fees/{application-fee-id}/refund

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

Example Usage:
  (post-application-fees-id-refund {:application-fee-id example-application-fee-id})
sourceraw docstring

retrieve-application-fees-fee-refunds-idclj

(retrieve-application-fees-fee-refunds-id {:keys [application-fee-id refund-id
                                                  query-params]})

Retrieve an application fee refund

HTTP Method: GET Endpoint: /v1/application_fees/{application-fee-id}/refunds/{refund-id}

Path Parameters:

  • application-fee-id (String): The application-fee-id parameter. (required)
  • refund-id (String): The refund-id parameter. (required)

Query Parameters:

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

Example Usage: (retrieve-application-fees-fee-refunds-id {:application-fee-id example-application-fee-id :refund-id example-refund-id :query-params {:limit 10}})

Retrieve an application fee refund

HTTP Method: GET
Endpoint: /v1/application_fees/{application-fee-id}/refunds/{refund-id}

Path Parameters:
  - application-fee-id (String): The application-fee-id parameter. (required)
  - refund-id (String): The refund-id parameter. (required)

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

Example Usage:
  (retrieve-application-fees-fee-refunds-id {:application-fee-id example-application-fee-id :refund-id example-refund-id :query-params {:limit 10}})
sourceraw docstring

retrieve-application-fees-idclj

(retrieve-application-fees-id {:keys [application-fee-id query-params]})

Retrieve an application fee

HTTP Method: GET Endpoint: /v1/application_fees/{application-fee-id}

Path Parameters:

  • application-fee-id (String): The application-fee-id parameter. (required)

Query Parameters:

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

Example Usage: (retrieve-application-fees-id {:application-fee-id example-application-fee-id :query-params {:limit 10}})

Retrieve an application fee

HTTP Method: GET
Endpoint: /v1/application_fees/{application-fee-id}

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

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

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

update-application-fees-fee-refunds-idclj

(update-application-fees-fee-refunds-id {:keys [application-fee-id refund-id
                                                body]})

Update an application fee refund

HTTP Method: POST Endpoint: /v1/application_fees/{application-fee-id}/refunds/{refund-id}

Path Parameters:

  • application-fee-id (String): The application-fee-id parameter. (required)
  • refund-id (String): The refund-id parameter. (required)

Example Usage: (update-application-fees-fee-refunds-id {:application-fee-id example-application-fee-id :refund-id example-refund-id})

Update an application fee refund

HTTP Method: POST
Endpoint: /v1/application_fees/{application-fee-id}/refunds/{refund-id}

Path Parameters:
  - application-fee-id (String): The application-fee-id parameter. (required)
  - refund-id (String): The refund-id parameter. (required)

Example Usage:
  (update-application-fees-fee-refunds-id {:application-fee-id example-application-fee-id :refund-id example-refund-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