Info: This ns is auto-generated from the Stripe OpenAPI spec.
Info: This ns is auto-generated from the Stripe OpenAPI spec.
(create-requests {:keys [body]})Create a ForwardingRequest
HTTP Method: POST Endpoint: /v1/forwarding/requests
Example Usage: (create-requests {})
Create a ForwardingRequest
HTTP Method: POST
Endpoint: /v1/forwarding/requests
Example Usage:
(create-requests {})(list-all-requests {:keys [query-params]})List all ForwardingRequests
HTTP Method: GET Endpoint: /v1/forwarding/requests
Query Parameters:
Example Usage: (list-all-requests {:query-params {:limit 10}})
List all ForwardingRequests
HTTP Method: GET
Endpoint: /v1/forwarding/requests
Query Parameters:
- created (Object): Similar to other List endpoints, filters results based on created timestamp. You can pass gt, gte, lt, and lte timestamp values.
- ending-before (String): A pagination cursor to fetch the previous page of the list. The value must be a ForwardingRequest ID.
- 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 pagination cursor to fetch the next page of the list. The value must be a ForwardingRequest ID.
Example Usage:
(list-all-requests {:query-params {:limit 10}})(retrieve-requests-id {:keys [request-id query-params]})Retrieve a ForwardingRequest
HTTP Method: GET Endpoint: /v1/forwarding/requests/{request-id}
Path Parameters:
Query Parameters:
Example Usage: (retrieve-requests-id {:request-id example-request-id :query-params {:limit 10}})
Retrieve a ForwardingRequest
HTTP Method: GET
Endpoint: /v1/forwarding/requests/{request-id}
Path Parameters:
- request-id (String): The request-id parameter. (required)
Query Parameters:
- expand (Array): Specifies which fields in the response should be expanded.
Example Usage:
(retrieve-requests-id {:request-id example-request-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 |