Liking cljdoc? Tell your friends :D

stream.clojure.stripe.api.payment-records

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

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

post-payment-records-id-report-payment-attemptclj

(post-payment-records-id-report-payment-attempt {:keys [payment-record-id
                                                        body]})

Report a payment attempt

HTTP Method: POST Endpoint: /v1/payment_records/{payment-record-id}/report_payment_attempt

Path Parameters:

  • payment-record-id (String): The ID of the Payment Record.

Example Usage: (post-payment-records-id-report-payment-attempt {:payment-record-id example-payment-record-id})

Report a payment attempt

HTTP Method: POST
Endpoint: /v1/payment_records/{payment-record-id}/report_payment_attempt

Path Parameters:
  - payment-record-id (String): The ID of the Payment Record.

Example Usage:
  (post-payment-records-id-report-payment-attempt {:payment-record-id example-payment-record-id})
sourceraw docstring

post-payment-records-id-report-payment-attempt-canceledclj

(post-payment-records-id-report-payment-attempt-canceled
  {:keys [payment-record-id body]})

Report payment attempt canceled

HTTP Method: POST Endpoint: /v1/payment_records/{payment-record-id}/report_payment_attempt_canceled

Path Parameters:

  • payment-record-id (String): The ID of the Payment Record.

Example Usage: (post-payment-records-id-report-payment-attempt-canceled {:payment-record-id example-payment-record-id})

Report payment attempt canceled

HTTP Method: POST
Endpoint: /v1/payment_records/{payment-record-id}/report_payment_attempt_canceled

Path Parameters:
  - payment-record-id (String): The ID of the Payment Record.

Example Usage:
  (post-payment-records-id-report-payment-attempt-canceled {:payment-record-id example-payment-record-id})
sourceraw docstring

post-payment-records-id-report-payment-attempt-failedclj

(post-payment-records-id-report-payment-attempt-failed {:keys [payment-record-id
                                                               body]})

Report payment attempt failed

HTTP Method: POST Endpoint: /v1/payment_records/{payment-record-id}/report_payment_attempt_failed

Path Parameters:

  • payment-record-id (String): The ID of the Payment Record.

Example Usage: (post-payment-records-id-report-payment-attempt-failed {:payment-record-id example-payment-record-id})

Report payment attempt failed

HTTP Method: POST
Endpoint: /v1/payment_records/{payment-record-id}/report_payment_attempt_failed

Path Parameters:
  - payment-record-id (String): The ID of the Payment Record.

Example Usage:
  (post-payment-records-id-report-payment-attempt-failed {:payment-record-id example-payment-record-id})
sourceraw docstring

post-payment-records-id-report-payment-attempt-guaranteedclj

(post-payment-records-id-report-payment-attempt-guaranteed
  {:keys [payment-record-id body]})

Report payment attempt guaranteed

HTTP Method: POST Endpoint: /v1/payment_records/{payment-record-id}/report_payment_attempt_guaranteed

Path Parameters:

  • payment-record-id (String): The ID of the Payment Record.

Example Usage: (post-payment-records-id-report-payment-attempt-guaranteed {:payment-record-id example-payment-record-id})

Report payment attempt guaranteed

HTTP Method: POST
Endpoint: /v1/payment_records/{payment-record-id}/report_payment_attempt_guaranteed

Path Parameters:
  - payment-record-id (String): The ID of the Payment Record.

Example Usage:
  (post-payment-records-id-report-payment-attempt-guaranteed {:payment-record-id example-payment-record-id})
sourceraw docstring

post-payment-records-id-report-payment-attempt-informationalclj

(post-payment-records-id-report-payment-attempt-informational
  {:keys [payment-record-id body]})

Report payment attempt informational

HTTP Method: POST Endpoint: /v1/payment_records/{payment-record-id}/report_payment_attempt_informational

Path Parameters:

  • payment-record-id (String): The ID of the Payment Record.

Example Usage: (post-payment-records-id-report-payment-attempt-informational {:payment-record-id example-payment-record-id})

Report payment attempt informational

HTTP Method: POST
Endpoint: /v1/payment_records/{payment-record-id}/report_payment_attempt_informational

Path Parameters:
  - payment-record-id (String): The ID of the Payment Record.

Example Usage:
  (post-payment-records-id-report-payment-attempt-informational {:payment-record-id example-payment-record-id})
sourceraw docstring

post-payment-records-id-report-refundclj

(post-payment-records-id-report-refund {:keys [payment-record-id body]})

Report a refund

HTTP Method: POST Endpoint: /v1/payment_records/{payment-record-id}/report_refund

Path Parameters:

  • payment-record-id (String): The ID of the Payment Record.

Example Usage: (post-payment-records-id-report-refund {:payment-record-id example-payment-record-id})

Report a refund

HTTP Method: POST
Endpoint: /v1/payment_records/{payment-record-id}/report_refund

Path Parameters:
  - payment-record-id (String): The ID of the Payment Record.

Example Usage:
  (post-payment-records-id-report-refund {:payment-record-id example-payment-record-id})
sourceraw docstring

post-payment-records-report-paymentclj

(post-payment-records-report-payment {:keys [body]})

Report a payment

HTTP Method: POST Endpoint: /v1/payment_records/report_payment

Example Usage: (post-payment-records-report-payment {})

Report a payment

HTTP Method: POST
Endpoint: /v1/payment_records/report_payment

Example Usage:
  (post-payment-records-report-payment {})
sourceraw docstring

retrieve-payment-records-idclj

(retrieve-payment-records-id {:keys [payment-record-id query-params]})

Retrieve a Payment Record

HTTP Method: GET Endpoint: /v1/payment_records/{payment-record-id}

Path Parameters:

  • payment-record-id (String): The ID of the Payment Record.

Query Parameters:

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

Example Usage: (retrieve-payment-records-id {:payment-record-id example-payment-record-id :query-params {:limit 10}})

Retrieve a Payment Record

HTTP Method: GET
Endpoint: /v1/payment_records/{payment-record-id}

Path Parameters:
  - payment-record-id (String): The ID of the Payment Record.

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

Example Usage:
  (retrieve-payment-records-id {:payment-record-id example-payment-record-id :query-params {:limit 10}})
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