Liking cljdoc? Tell your friends :D

stripe-clojure.payment-records


report-paymentclj

(report-payment stripe-client params)
(report-payment stripe-client params opts)

Report a new payment record.

Stripe API docs: https://docs.stripe.com/api/payment-record/report-payment/report

Report a new payment record.
   
Stripe API docs: https://docs.stripe.com/api/payment-record/report-payment/report
sourceraw docstring

report-payment-attemptclj

(report-payment-attempt stripe-client payment-record-id params)
(report-payment-attempt stripe-client payment-record-id params opts)

Report a new payment attempt on the specified payment record.

Stripe API docs: https://docs.stripe.com/api/payment-record/report-payment-attempt/report

Report a new payment attempt on the specified payment record.
   
Stripe API docs: https://docs.stripe.com/api/payment-record/report-payment-attempt/report
sourceraw docstring

report-payment-attempt-canceledclj

(report-payment-attempt-canceled stripe-client payment-record-id params)
(report-payment-attempt-canceled stripe-client payment-record-id params opts)

Report that the most recent payment attempt on the specified payment record was canceled.

Stripe API docs: https://docs.stripe.com/api/payment-record/report

Report that the most recent payment attempt on the specified payment record was canceled.
   
Stripe API docs: https://docs.stripe.com/api/payment-record/report
sourceraw docstring

report-payment-attempt-failedclj

(report-payment-attempt-failed stripe-client payment-record-id params)
(report-payment-attempt-failed stripe-client payment-record-id params opts)

Report that the most recent payment attempt on the specified payment record failed.

Stripe API docs: https://docs.stripe.com/api/payment-record/report-payment-attempt-failed/report

Report that the most recent payment attempt on the specified payment record failed.
   
Stripe API docs: https://docs.stripe.com/api/payment-record/report-payment-attempt-failed/report
sourceraw docstring

report-payment-attempt-guaranteedclj

(report-payment-attempt-guaranteed stripe-client payment-record-id params)
(report-payment-attempt-guaranteed stripe-client payment-record-id params opts)

Report that the most recent payment attempt on the specified payment record was guaranteed.

Stripe API docs: https://docs.stripe.com/api/payment-record/report-payment-attempt-guaranteed/report

Report that the most recent payment attempt on the specified payment record was guaranteed.
   
Stripe API docs: https://docs.stripe.com/api/payment-record/report-payment-attempt-guaranteed/report
sourceraw docstring

report-payment-attempt-informationalclj

(report-payment-attempt-informational stripe-client payment-record-id params)
(report-payment-attempt-informational stripe-client
                                      payment-record-id
                                      params
                                      opts)

Report informational updates on the specified payment record.

Stripe API docs: https://docs.stripe.com/api/payment-record/report-payment-attempt-informational/report

Report informational updates on the specified payment record.
   
Stripe API docs: https://docs.stripe.com/api/payment-record/report-payment-attempt-informational/report
sourceraw docstring

report-refundclj

(report-refund stripe-client payment-record-id params)
(report-refund stripe-client payment-record-id params opts)

Report that the most recent payment attempt on the specified payment record was refunded.

Stripe API docs: https://docs.stripe.com/api/payment-record/report-refund/report

Report that the most recent payment attempt on the specified payment record was refunded.
   
Stripe API docs: https://docs.stripe.com/api/payment-record/report-refund/report
sourceraw docstring

retrieve-payment-recordclj

(retrieve-payment-record stripe-client payment-record-id)
(retrieve-payment-record stripe-client payment-record-id opts)

Retrieves a payment record with the given ID.

Stripe API docs: https://docs.stripe.com/api/payment-record/retrieve

Retrieves a payment record with the given ID.
   
Stripe API docs: https://docs.stripe.com/api/payment-record/retrieve
sourceraw docstring

stripe-payment-records-endpointclj

source

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