Info: This ns is auto-generated from the Stripe OpenAPI spec.
Info: This ns is auto-generated from the Stripe OpenAPI spec.
(create-calculations {:keys [body]})Create a Tax Calculation
HTTP Method: POST Endpoint: /v1/tax/calculations
Example Usage: (create-calculations {})
Create a Tax Calculation
HTTP Method: POST
Endpoint: /v1/tax/calculations
Example Usage:
(create-calculations {})(create-registrations {:keys [body]})Create a registration
HTTP Method: POST Endpoint: /v1/tax/registrations
Example Usage: (create-registrations {})
Create a registration
HTTP Method: POST
Endpoint: /v1/tax/registrations
Example Usage:
(create-registrations {})(create-transactions-create-from-calculation {:keys [body]})Create a transaction from a calculation
HTTP Method: POST Endpoint: /v1/tax/transactions/create_from_calculation
Example Usage: (create-transactions-create-from-calculation {})
Create a transaction from a calculation
HTTP Method: POST
Endpoint: /v1/tax/transactions/create_from_calculation
Example Usage:
(create-transactions-create-from-calculation {})(create-transactions-create-reversal {:keys [body]})Create a reversal transaction
HTTP Method: POST Endpoint: /v1/tax/transactions/create_reversal
Example Usage: (create-transactions-create-reversal {})
Create a reversal transaction
HTTP Method: POST
Endpoint: /v1/tax/transactions/create_reversal
Example Usage:
(create-transactions-create-reversal {})(list-all-associations-find {:keys [query-params]})Find a Tax Association
HTTP Method: GET Endpoint: /v1/tax/associations/find
Query Parameters:
Example Usage: (list-all-associations-find {:query-params {:limit 10}})
Find a Tax Association
HTTP Method: GET
Endpoint: /v1/tax/associations/find
Query Parameters:
- expand (Array): Specifies which fields in the response should be expanded.
- payment-intent (String): Valid [PaymentIntent](https://docs.stripe.com/api/payment_intents/object) id (required)
Example Usage:
(list-all-associations-find {:query-params {:limit 10}})(list-all-calculations-calculation-line-items {:keys [calculation-id
query-params]})Retrieve a calculation's line items
HTTP Method: GET Endpoint: /v1/tax/calculations/{calculation-id}/line_items
Path Parameters:
Query Parameters:
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.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-calculations-calculation-line-items {:calculation-id example-calculation-id :query-params {:limit 10}})
Retrieve a calculation's line items
HTTP Method: GET
Endpoint: /v1/tax/calculations/{calculation-id}/line_items
Path Parameters:
- calculation-id (String): The calculation-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-calculations-calculation-line-items {:calculation-id example-calculation-id :query-params {:limit 10}})(list-all-registrations {:keys [query-params]})List registrations
HTTP Method: GET Endpoint: /v1/tax/registrations
Query Parameters:
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.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-registrations {:query-params {:limit 10}})
List registrations
HTTP Method: GET
Endpoint: /v1/tax/registrations
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.
- status (String): The status of the Tax Registration.
Example Usage:
(list-all-registrations {:query-params {:limit 10}})(list-all-settings {:keys [query-params]})Retrieve settings
HTTP Method: GET Endpoint: /v1/tax/settings
Query Parameters:
Example Usage: (list-all-settings {:query-params {:limit 10}})
Retrieve settings
HTTP Method: GET
Endpoint: /v1/tax/settings
Query Parameters:
- expand (Array): Specifies which fields in the response should be expanded.
Example Usage:
(list-all-settings {:query-params {:limit 10}})(list-all-transactions-transaction-line-items {:keys [transaction-id
query-params]})Retrieve a transaction's line items
HTTP Method: GET Endpoint: /v1/tax/transactions/{transaction-id}/line_items
Path Parameters:
Query Parameters:
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.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-transactions-transaction-line-items {:transaction-id example-transaction-id :query-params {:limit 10}})
Retrieve a transaction's line items
HTTP Method: GET
Endpoint: /v1/tax/transactions/{transaction-id}/line_items
Path Parameters:
- transaction-id (String): The transaction-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-transactions-transaction-line-items {:transaction-id example-transaction-id :query-params {:limit 10}})(retrieve-calculations-calculation {:keys [calculation-id query-params]})Retrieve a Tax Calculation
HTTP Method: GET Endpoint: /v1/tax/calculations/{calculation-id}
Path Parameters:
Query Parameters:
Example Usage: (retrieve-calculations-calculation {:calculation-id example-calculation-id :query-params {:limit 10}})
Retrieve a Tax Calculation
HTTP Method: GET
Endpoint: /v1/tax/calculations/{calculation-id}
Path Parameters:
- calculation-id (String): The calculation-id parameter. (required)
Query Parameters:
- expand (Array): Specifies which fields in the response should be expanded.
Example Usage:
(retrieve-calculations-calculation {:calculation-id example-calculation-id :query-params {:limit 10}})(retrieve-registrations-id {:keys [registration-id query-params]})Retrieve a registration
HTTP Method: GET Endpoint: /v1/tax/registrations/{registration-id}
Path Parameters:
Query Parameters:
Example Usage: (retrieve-registrations-id {:registration-id example-registration-id :query-params {:limit 10}})
Retrieve a registration
HTTP Method: GET
Endpoint: /v1/tax/registrations/{registration-id}
Path Parameters:
- registration-id (String): The registration-id parameter. (required)
Query Parameters:
- expand (Array): Specifies which fields in the response should be expanded.
Example Usage:
(retrieve-registrations-id {:registration-id example-registration-id :query-params {:limit 10}})(retrieve-transactions-transaction {:keys [transaction-id query-params]})Retrieve a transaction
HTTP Method: GET Endpoint: /v1/tax/transactions/{transaction-id}
Path Parameters:
Query Parameters:
Example Usage: (retrieve-transactions-transaction {:transaction-id example-transaction-id :query-params {:limit 10}})
Retrieve a transaction
HTTP Method: GET
Endpoint: /v1/tax/transactions/{transaction-id}
Path Parameters:
- transaction-id (String): The transaction-id parameter. (required)
Query Parameters:
- expand (Array): Specifies which fields in the response should be expanded.
Example Usage:
(retrieve-transactions-transaction {:transaction-id example-transaction-id :query-params {:limit 10}})(update-registrations-id {:keys [registration-id body]})Update a registration
HTTP Method: POST Endpoint: /v1/tax/registrations/{registration-id}
Path Parameters:
Example Usage: (update-registrations-id {:registration-id example-registration-id})
Update a registration
HTTP Method: POST
Endpoint: /v1/tax/registrations/{registration-id}
Path Parameters:
- registration-id (String): The registration-id parameter. (required)
Example Usage:
(update-registrations-id {:registration-id example-registration-id})(update-settings {:keys [body]})Update settings
HTTP Method: POST Endpoint: /v1/tax/settings
Example Usage: (update-settings {})
Update settings
HTTP Method: POST
Endpoint: /v1/tax/settings
Example Usage:
(update-settings {})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 |