Documentation ¶
Overview ¶
Package dispute provides the dispute-related APIs
Index ¶
Constants ¶
View Source
const ( Duplicate stripe.DisputeReason = "duplicate" Fraudulent stripe.DisputeReason = "fraudulent" SubCanceled stripe.DisputeReason = "subscription_canceled" Unacceptable stripe.DisputeReason = "product_unacceptable" NotReceived stripe.DisputeReason = "product_not_received" Unrecognized stripe.DisputeReason = "unrecognized" Credit stripe.DisputeReason = "credit_not_processed" General stripe.DisputeReason = "general" Won stripe.DisputeStatus = "won" Lost stripe.DisputeStatus = "lost" Response stripe.DisputeStatus = "needs_response" Review stripe.DisputeStatus = "under_review" WarningResponse stripe.DisputeStatus = "warning_needs_response" WarningReview stripe.DisputeStatus = "warning_under_review" ChargeRefunded stripe.DisputeStatus = "charge_refunded" )
Variables ¶
This section is empty.
Functions ¶
func Close ¶
Close dismisses a dispute in the customer's favor. For more details see https://stripe.com/docs/api#close_dispute.
func Update ¶
Update updates a charge's dispute. For more details see https://stripe.com/docs/api#update_dispute.
Types ¶
Click to show internal directories.
Click to hide internal directories.