1. Registry
  2. Packages
  3. Stripe Provider
  4. API Docs
  5. IssuingDispute
Viewing docs for Stripe 0.3.0
published on Friday, Aug 14, 2026 by Pulumi
Viewing docs for Stripe 0.3.0
published on Friday, Aug 14, 2026 by Pulumi

    As a card issuer, you can dispute transactions that the cardholder does not recognize, suspects to be fraudulent, or has other issues with.

    Related guide: Issuing disputes

    Create IssuingDispute Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new IssuingDispute(name: string, args?: IssuingDisputeArgs, opts?: CustomResourceOptions);
    @overload
    def IssuingDispute(resource_name: str,
                       args: Optional[IssuingDisputeArgs] = None,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def IssuingDispute(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       amount: Optional[float] = None,
                       evidence: Optional[IssuingDisputeEvidenceArgs] = None,
                       metadata: Optional[Mapping[str, str]] = None,
                       transaction: Optional[str] = None,
                       treasury: Optional[IssuingDisputeTreasuryArgs] = None)
    func NewIssuingDispute(ctx *Context, name string, args *IssuingDisputeArgs, opts ...ResourceOption) (*IssuingDispute, error)
    public IssuingDispute(string name, IssuingDisputeArgs? args = null, CustomResourceOptions? opts = null)
    public IssuingDispute(String name, IssuingDisputeArgs args)
    public IssuingDispute(String name, IssuingDisputeArgs args, CustomResourceOptions options)
    
    type: stripe:IssuingDispute
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "stripe_issuing_dispute" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args IssuingDisputeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args IssuingDisputeArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args IssuingDisputeArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args IssuingDisputeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args IssuingDisputeArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var issuingDisputeResource = new Stripe.IssuingDispute("issuingDisputeResource", new()
    {
        Amount = 0.0,
        Evidence = new Stripe.Inputs.IssuingDisputeEvidenceArgs
        {
            Canceled = new Stripe.Inputs.IssuingDisputeEvidenceCanceledArgs
            {
                AdditionalDocumentation = "string",
                CanceledAt = 0.0,
                CancellationPolicyProvided = false,
                CancellationReason = "string",
                ExpectedAt = 0.0,
                Explanation = "string",
                ProductDescription = "string",
                ProductType = "string",
                ReturnStatus = "string",
                ReturnedAt = 0.0,
            },
            Duplicate = new Stripe.Inputs.IssuingDisputeEvidenceDuplicateArgs
            {
                AdditionalDocumentation = "string",
                CardStatement = "string",
                CashReceipt = "string",
                CheckImage = "string",
                Explanation = "string",
                OriginalTransaction = "string",
            },
            Fraudulent = new Stripe.Inputs.IssuingDisputeEvidenceFraudulentArgs
            {
                AdditionalDocumentation = "string",
                Explanation = "string",
            },
            MerchandiseNotAsDescribed = new Stripe.Inputs.IssuingDisputeEvidenceMerchandiseNotAsDescribedArgs
            {
                AdditionalDocumentation = "string",
                Explanation = "string",
                ReceivedAt = 0.0,
                ReturnDescription = "string",
                ReturnStatus = "string",
                ReturnedAt = 0.0,
            },
            NoValidAuthorization = new Stripe.Inputs.IssuingDisputeEvidenceNoValidAuthorizationArgs
            {
                AdditionalDocumentation = "string",
                Explanation = "string",
            },
            NotReceived = new Stripe.Inputs.IssuingDisputeEvidenceNotReceivedArgs
            {
                AdditionalDocumentation = "string",
                ExpectedAt = 0.0,
                Explanation = "string",
                ProductDescription = "string",
                ProductType = "string",
            },
            Other = new Stripe.Inputs.IssuingDisputeEvidenceOtherArgs
            {
                AdditionalDocumentation = "string",
                Explanation = "string",
                ProductDescription = "string",
                ProductType = "string",
            },
            Reason = "string",
            ServiceNotAsDescribed = new Stripe.Inputs.IssuingDisputeEvidenceServiceNotAsDescribedArgs
            {
                AdditionalDocumentation = "string",
                CanceledAt = 0.0,
                CancellationReason = "string",
                Explanation = "string",
                ReceivedAt = 0.0,
            },
        },
        Metadata = 
        {
            { "string", "string" },
        },
        Transaction = "string",
        Treasury = new Stripe.Inputs.IssuingDisputeTreasuryArgs
        {
            ReceivedDebit = "string",
            DebitReversal = "string",
        },
    });
    
    example, err := stripe.NewIssuingDispute(ctx, "issuingDisputeResource", &stripe.IssuingDisputeArgs{
    	Amount: pulumi.Float64(0),
    	Evidence: &stripe.IssuingDisputeEvidenceArgs{
    		Canceled: &stripe.IssuingDisputeEvidenceCanceledArgs{
    			AdditionalDocumentation:    pulumi.String("string"),
    			CanceledAt:                 pulumi.Float64(0),
    			CancellationPolicyProvided: pulumi.Bool(false),
    			CancellationReason:         pulumi.String("string"),
    			ExpectedAt:                 pulumi.Float64(0),
    			Explanation:                pulumi.String("string"),
    			ProductDescription:         pulumi.String("string"),
    			ProductType:                pulumi.String("string"),
    			ReturnStatus:               pulumi.String("string"),
    			ReturnedAt:                 pulumi.Float64(0),
    		},
    		Duplicate: &stripe.IssuingDisputeEvidenceDuplicateArgs{
    			AdditionalDocumentation: pulumi.String("string"),
    			CardStatement:           pulumi.String("string"),
    			CashReceipt:             pulumi.String("string"),
    			CheckImage:              pulumi.String("string"),
    			Explanation:             pulumi.String("string"),
    			OriginalTransaction:     pulumi.String("string"),
    		},
    		Fraudulent: &stripe.IssuingDisputeEvidenceFraudulentArgs{
    			AdditionalDocumentation: pulumi.String("string"),
    			Explanation:             pulumi.String("string"),
    		},
    		MerchandiseNotAsDescribed: &stripe.IssuingDisputeEvidenceMerchandiseNotAsDescribedArgs{
    			AdditionalDocumentation: pulumi.String("string"),
    			Explanation:             pulumi.String("string"),
    			ReceivedAt:              pulumi.Float64(0),
    			ReturnDescription:       pulumi.String("string"),
    			ReturnStatus:            pulumi.String("string"),
    			ReturnedAt:              pulumi.Float64(0),
    		},
    		NoValidAuthorization: &stripe.IssuingDisputeEvidenceNoValidAuthorizationArgs{
    			AdditionalDocumentation: pulumi.String("string"),
    			Explanation:             pulumi.String("string"),
    		},
    		NotReceived: &stripe.IssuingDisputeEvidenceNotReceivedArgs{
    			AdditionalDocumentation: pulumi.String("string"),
    			ExpectedAt:              pulumi.Float64(0),
    			Explanation:             pulumi.String("string"),
    			ProductDescription:      pulumi.String("string"),
    			ProductType:             pulumi.String("string"),
    		},
    		Other: &stripe.IssuingDisputeEvidenceOtherArgs{
    			AdditionalDocumentation: pulumi.String("string"),
    			Explanation:             pulumi.String("string"),
    			ProductDescription:      pulumi.String("string"),
    			ProductType:             pulumi.String("string"),
    		},
    		Reason: pulumi.String("string"),
    		ServiceNotAsDescribed: &stripe.IssuingDisputeEvidenceServiceNotAsDescribedArgs{
    			AdditionalDocumentation: pulumi.String("string"),
    			CanceledAt:              pulumi.Float64(0),
    			CancellationReason:      pulumi.String("string"),
    			Explanation:             pulumi.String("string"),
    			ReceivedAt:              pulumi.Float64(0),
    		},
    	},
    	Metadata: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    	Transaction: pulumi.String("string"),
    	Treasury: &stripe.IssuingDisputeTreasuryArgs{
    		ReceivedDebit: pulumi.String("string"),
    		DebitReversal: pulumi.String("string"),
    	},
    })
    
    resource "stripe_issuing_dispute" "issuingDisputeResource" {
      lifecycle {
        create_before_destroy = true
      }
      amount = 0
      evidence = {
        canceled = {
          additional_documentation     = "string"
          canceled_at                  = 0
          cancellation_policy_provided = false
          cancellation_reason          = "string"
          expected_at                  = 0
          explanation                  = "string"
          product_description          = "string"
          product_type                 = "string"
          return_status                = "string"
          returned_at                  = 0
        }
        duplicate = {
          additional_documentation = "string"
          card_statement           = "string"
          cash_receipt             = "string"
          check_image              = "string"
          explanation              = "string"
          original_transaction     = "string"
        }
        fraudulent = {
          additional_documentation = "string"
          explanation              = "string"
        }
        merchandise_not_as_described = {
          additional_documentation = "string"
          explanation              = "string"
          received_at              = 0
          return_description       = "string"
          return_status            = "string"
          returned_at              = 0
        }
        no_valid_authorization = {
          additional_documentation = "string"
          explanation              = "string"
        }
        not_received = {
          additional_documentation = "string"
          expected_at              = 0
          explanation              = "string"
          product_description      = "string"
          product_type             = "string"
        }
        other = {
          additional_documentation = "string"
          explanation              = "string"
          product_description      = "string"
          product_type             = "string"
        }
        reason = "string"
        service_not_as_described = {
          additional_documentation = "string"
          canceled_at              = 0
          cancellation_reason      = "string"
          explanation              = "string"
          received_at              = 0
        }
      }
      metadata = {
        "string" = "string"
      }
      transaction = "string"
      treasury = {
        received_debit = "string"
        debit_reversal = "string"
      }
    }
    
    var issuingDisputeResource = new IssuingDispute("issuingDisputeResource", IssuingDisputeArgs.builder()
        .amount(0.0)
        .evidence(IssuingDisputeEvidenceArgs.builder()
            .canceled(IssuingDisputeEvidenceCanceledArgs.builder()
                .additionalDocumentation("string")
                .canceledAt(0.0)
                .cancellationPolicyProvided(false)
                .cancellationReason("string")
                .expectedAt(0.0)
                .explanation("string")
                .productDescription("string")
                .productType("string")
                .returnStatus("string")
                .returnedAt(0.0)
                .build())
            .duplicate(IssuingDisputeEvidenceDuplicateArgs.builder()
                .additionalDocumentation("string")
                .cardStatement("string")
                .cashReceipt("string")
                .checkImage("string")
                .explanation("string")
                .originalTransaction("string")
                .build())
            .fraudulent(IssuingDisputeEvidenceFraudulentArgs.builder()
                .additionalDocumentation("string")
                .explanation("string")
                .build())
            .merchandiseNotAsDescribed(IssuingDisputeEvidenceMerchandiseNotAsDescribedArgs.builder()
                .additionalDocumentation("string")
                .explanation("string")
                .receivedAt(0.0)
                .returnDescription("string")
                .returnStatus("string")
                .returnedAt(0.0)
                .build())
            .noValidAuthorization(IssuingDisputeEvidenceNoValidAuthorizationArgs.builder()
                .additionalDocumentation("string")
                .explanation("string")
                .build())
            .notReceived(IssuingDisputeEvidenceNotReceivedArgs.builder()
                .additionalDocumentation("string")
                .expectedAt(0.0)
                .explanation("string")
                .productDescription("string")
                .productType("string")
                .build())
            .other(IssuingDisputeEvidenceOtherArgs.builder()
                .additionalDocumentation("string")
                .explanation("string")
                .productDescription("string")
                .productType("string")
                .build())
            .reason("string")
            .serviceNotAsDescribed(IssuingDisputeEvidenceServiceNotAsDescribedArgs.builder()
                .additionalDocumentation("string")
                .canceledAt(0.0)
                .cancellationReason("string")
                .explanation("string")
                .receivedAt(0.0)
                .build())
            .build())
        .metadata(Map.of("string", "string"))
        .transaction("string")
        .treasury(IssuingDisputeTreasuryArgs.builder()
            .receivedDebit("string")
            .debitReversal("string")
            .build())
        .build());
    
    issuing_dispute_resource = stripe.IssuingDispute("issuingDisputeResource",
        amount=float(0),
        evidence={
            "canceled": {
                "additional_documentation": "string",
                "canceled_at": float(0),
                "cancellation_policy_provided": False,
                "cancellation_reason": "string",
                "expected_at": float(0),
                "explanation": "string",
                "product_description": "string",
                "product_type": "string",
                "return_status": "string",
                "returned_at": float(0),
            },
            "duplicate": {
                "additional_documentation": "string",
                "card_statement": "string",
                "cash_receipt": "string",
                "check_image": "string",
                "explanation": "string",
                "original_transaction": "string",
            },
            "fraudulent": {
                "additional_documentation": "string",
                "explanation": "string",
            },
            "merchandise_not_as_described": {
                "additional_documentation": "string",
                "explanation": "string",
                "received_at": float(0),
                "return_description": "string",
                "return_status": "string",
                "returned_at": float(0),
            },
            "no_valid_authorization": {
                "additional_documentation": "string",
                "explanation": "string",
            },
            "not_received": {
                "additional_documentation": "string",
                "expected_at": float(0),
                "explanation": "string",
                "product_description": "string",
                "product_type": "string",
            },
            "other": {
                "additional_documentation": "string",
                "explanation": "string",
                "product_description": "string",
                "product_type": "string",
            },
            "reason": "string",
            "service_not_as_described": {
                "additional_documentation": "string",
                "canceled_at": float(0),
                "cancellation_reason": "string",
                "explanation": "string",
                "received_at": float(0),
            },
        },
        metadata={
            "string": "string",
        },
        transaction="string",
        treasury={
            "received_debit": "string",
            "debit_reversal": "string",
        })
    
    const issuingDisputeResource = new stripe.IssuingDispute("issuingDisputeResource", {
        amount: 0,
        evidence: {
            canceled: {
                additionalDocumentation: "string",
                canceledAt: 0,
                cancellationPolicyProvided: false,
                cancellationReason: "string",
                expectedAt: 0,
                explanation: "string",
                productDescription: "string",
                productType: "string",
                returnStatus: "string",
                returnedAt: 0,
            },
            duplicate: {
                additionalDocumentation: "string",
                cardStatement: "string",
                cashReceipt: "string",
                checkImage: "string",
                explanation: "string",
                originalTransaction: "string",
            },
            fraudulent: {
                additionalDocumentation: "string",
                explanation: "string",
            },
            merchandiseNotAsDescribed: {
                additionalDocumentation: "string",
                explanation: "string",
                receivedAt: 0,
                returnDescription: "string",
                returnStatus: "string",
                returnedAt: 0,
            },
            noValidAuthorization: {
                additionalDocumentation: "string",
                explanation: "string",
            },
            notReceived: {
                additionalDocumentation: "string",
                expectedAt: 0,
                explanation: "string",
                productDescription: "string",
                productType: "string",
            },
            other: {
                additionalDocumentation: "string",
                explanation: "string",
                productDescription: "string",
                productType: "string",
            },
            reason: "string",
            serviceNotAsDescribed: {
                additionalDocumentation: "string",
                canceledAt: 0,
                cancellationReason: "string",
                explanation: "string",
                receivedAt: 0,
            },
        },
        metadata: {
            string: "string",
        },
        transaction: "string",
        treasury: {
            receivedDebit: "string",
            debitReversal: "string",
        },
    });
    
    type: stripe:IssuingDispute
    properties:
        amount: 0
        evidence:
            canceled:
                additionalDocumentation: string
                canceledAt: 0
                cancellationPolicyProvided: false
                cancellationReason: string
                expectedAt: 0
                explanation: string
                productDescription: string
                productType: string
                returnStatus: string
                returnedAt: 0
            duplicate:
                additionalDocumentation: string
                cardStatement: string
                cashReceipt: string
                checkImage: string
                explanation: string
                originalTransaction: string
            fraudulent:
                additionalDocumentation: string
                explanation: string
            merchandiseNotAsDescribed:
                additionalDocumentation: string
                explanation: string
                receivedAt: 0
                returnDescription: string
                returnStatus: string
                returnedAt: 0
            noValidAuthorization:
                additionalDocumentation: string
                explanation: string
            notReceived:
                additionalDocumentation: string
                expectedAt: 0
                explanation: string
                productDescription: string
                productType: string
            other:
                additionalDocumentation: string
                explanation: string
                productDescription: string
                productType: string
            reason: string
            serviceNotAsDescribed:
                additionalDocumentation: string
                canceledAt: 0
                cancellationReason: string
                explanation: string
                receivedAt: 0
        metadata:
            string: string
        transaction: string
        treasury:
            debitReversal: string
            receivedDebit: string
    

    IssuingDispute Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The IssuingDispute resource accepts the following input properties:

    Amount double
    Disputed amount in the card's currency and in the smallest currency unit. Usually the amount of the transaction, but can differ (usually because of currency fluctuation).
    Evidence IssuingDisputeEvidence
    Metadata Dictionary<string, string>
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    Transaction string
    The transaction being disputed.
    Treasury IssuingDisputeTreasury
    Treasury details related to this dispute if it was created on a FinancialAccount
    Amount float64
    Disputed amount in the card's currency and in the smallest currency unit. Usually the amount of the transaction, but can differ (usually because of currency fluctuation).
    Evidence IssuingDisputeEvidenceArgs
    Metadata map[string]string
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    Transaction string
    The transaction being disputed.
    Treasury IssuingDisputeTreasuryArgs
    Treasury details related to this dispute if it was created on a FinancialAccount
    amount number
    Disputed amount in the card's currency and in the smallest currency unit. Usually the amount of the transaction, but can differ (usually because of currency fluctuation).
    evidence object
    metadata map(string)
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    transaction string
    The transaction being disputed.
    treasury object
    Treasury details related to this dispute if it was created on a FinancialAccount
    amount Double
    Disputed amount in the card's currency and in the smallest currency unit. Usually the amount of the transaction, but can differ (usually because of currency fluctuation).
    evidence IssuingDisputeEvidence
    metadata Map<String,String>
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    transaction String
    The transaction being disputed.
    treasury IssuingDisputeTreasury
    Treasury details related to this dispute if it was created on a FinancialAccount
    amount number
    Disputed amount in the card's currency and in the smallest currency unit. Usually the amount of the transaction, but can differ (usually because of currency fluctuation).
    evidence IssuingDisputeEvidence
    metadata {[key: string]: string}
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    transaction string
    The transaction being disputed.
    treasury IssuingDisputeTreasury
    Treasury details related to this dispute if it was created on a FinancialAccount
    amount float
    Disputed amount in the card's currency and in the smallest currency unit. Usually the amount of the transaction, but can differ (usually because of currency fluctuation).
    evidence IssuingDisputeEvidenceArgs
    metadata Mapping[str, str]
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    transaction str
    The transaction being disputed.
    treasury IssuingDisputeTreasuryArgs
    Treasury details related to this dispute if it was created on a FinancialAccount
    amount Number
    Disputed amount in the card's currency and in the smallest currency unit. Usually the amount of the transaction, but can differ (usually because of currency fluctuation).
    evidence Property Map
    metadata Map<String>
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    transaction String
    The transaction being disputed.
    treasury Property Map
    Treasury details related to this dispute if it was created on a FinancialAccount

    Outputs

    All input properties are implicitly available as output properties. Additionally, the IssuingDispute resource produces the following output properties:

    Created double
    Time at which the object was created. Measured in seconds since the Unix epoch.
    Currency string
    The currency the transaction was made in.
    Id string
    The provider-assigned unique ID for this managed resource.
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    LossReason string
    The enum that describes the dispute loss outcome. If the dispute is not lost, this field will be absent. New enum values may be added in the future, so be sure to handle unknown values.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    Status string
    Current status of the dispute.
    Created float64
    Time at which the object was created. Measured in seconds since the Unix epoch.
    Currency string
    The currency the transaction was made in.
    Id string
    The provider-assigned unique ID for this managed resource.
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    LossReason string
    The enum that describes the dispute loss outcome. If the dispute is not lost, this field will be absent. New enum values may be added in the future, so be sure to handle unknown values.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    Status string
    Current status of the dispute.
    created number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    currency string
    The currency the transaction was made in.
    id string
    The provider-assigned unique ID for this managed resource.
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    loss_reason string
    The enum that describes the dispute loss outcome. If the dispute is not lost, this field will be absent. New enum values may be added in the future, so be sure to handle unknown values.
    object string
    String representing the object's type. Objects of the same type share the same value.
    status string
    Current status of the dispute.
    created Double
    Time at which the object was created. Measured in seconds since the Unix epoch.
    currency String
    The currency the transaction was made in.
    id String
    The provider-assigned unique ID for this managed resource.
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    lossReason String
    The enum that describes the dispute loss outcome. If the dispute is not lost, this field will be absent. New enum values may be added in the future, so be sure to handle unknown values.
    object String
    String representing the object's type. Objects of the same type share the same value.
    status String
    Current status of the dispute.
    created number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    currency string
    The currency the transaction was made in.
    id string
    The provider-assigned unique ID for this managed resource.
    livemode boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    lossReason string
    The enum that describes the dispute loss outcome. If the dispute is not lost, this field will be absent. New enum values may be added in the future, so be sure to handle unknown values.
    object string
    String representing the object's type. Objects of the same type share the same value.
    status string
    Current status of the dispute.
    created float
    Time at which the object was created. Measured in seconds since the Unix epoch.
    currency str
    The currency the transaction was made in.
    id str
    The provider-assigned unique ID for this managed resource.
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    loss_reason str
    The enum that describes the dispute loss outcome. If the dispute is not lost, this field will be absent. New enum values may be added in the future, so be sure to handle unknown values.
    object str
    String representing the object's type. Objects of the same type share the same value.
    status str
    Current status of the dispute.
    created Number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    currency String
    The currency the transaction was made in.
    id String
    The provider-assigned unique ID for this managed resource.
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    lossReason String
    The enum that describes the dispute loss outcome. If the dispute is not lost, this field will be absent. New enum values may be added in the future, so be sure to handle unknown values.
    object String
    String representing the object's type. Objects of the same type share the same value.
    status String
    Current status of the dispute.

    Look up Existing IssuingDispute Resource

    Get an existing IssuingDispute resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: IssuingDisputeState, opts?: CustomResourceOptions): IssuingDispute
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            amount: Optional[float] = None,
            created: Optional[float] = None,
            currency: Optional[str] = None,
            evidence: Optional[IssuingDisputeEvidenceArgs] = None,
            livemode: Optional[bool] = None,
            loss_reason: Optional[str] = None,
            metadata: Optional[Mapping[str, str]] = None,
            object: Optional[str] = None,
            status: Optional[str] = None,
            transaction: Optional[str] = None,
            treasury: Optional[IssuingDisputeTreasuryArgs] = None) -> IssuingDispute
    func GetIssuingDispute(ctx *Context, name string, id IDInput, state *IssuingDisputeState, opts ...ResourceOption) (*IssuingDispute, error)
    public static IssuingDispute Get(string name, Input<string> id, IssuingDisputeState? state, CustomResourceOptions? opts = null)
    public static IssuingDispute get(String name, Output<String> id, IssuingDisputeState state, CustomResourceOptions options)
    resources:  _:    type: stripe:IssuingDispute    get:      id: ${id}
    import {
      to = stripe_issuing_dispute.example
      id = "${id}"
    }
    
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Amount double
    Disputed amount in the card's currency and in the smallest currency unit. Usually the amount of the transaction, but can differ (usually because of currency fluctuation).
    Created double
    Time at which the object was created. Measured in seconds since the Unix epoch.
    Currency string
    The currency the transaction was made in.
    Evidence IssuingDisputeEvidence
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    LossReason string
    The enum that describes the dispute loss outcome. If the dispute is not lost, this field will be absent. New enum values may be added in the future, so be sure to handle unknown values.
    Metadata Dictionary<string, string>
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    Status string
    Current status of the dispute.
    Transaction string
    The transaction being disputed.
    Treasury IssuingDisputeTreasury
    Treasury details related to this dispute if it was created on a FinancialAccount
    Amount float64
    Disputed amount in the card's currency and in the smallest currency unit. Usually the amount of the transaction, but can differ (usually because of currency fluctuation).
    Created float64
    Time at which the object was created. Measured in seconds since the Unix epoch.
    Currency string
    The currency the transaction was made in.
    Evidence IssuingDisputeEvidenceArgs
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    LossReason string
    The enum that describes the dispute loss outcome. If the dispute is not lost, this field will be absent. New enum values may be added in the future, so be sure to handle unknown values.
    Metadata map[string]string
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    Status string
    Current status of the dispute.
    Transaction string
    The transaction being disputed.
    Treasury IssuingDisputeTreasuryArgs
    Treasury details related to this dispute if it was created on a FinancialAccount
    amount number
    Disputed amount in the card's currency and in the smallest currency unit. Usually the amount of the transaction, but can differ (usually because of currency fluctuation).
    created number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    currency string
    The currency the transaction was made in.
    evidence object
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    loss_reason string
    The enum that describes the dispute loss outcome. If the dispute is not lost, this field will be absent. New enum values may be added in the future, so be sure to handle unknown values.
    metadata map(string)
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    object string
    String representing the object's type. Objects of the same type share the same value.
    status string
    Current status of the dispute.
    transaction string
    The transaction being disputed.
    treasury object
    Treasury details related to this dispute if it was created on a FinancialAccount
    amount Double
    Disputed amount in the card's currency and in the smallest currency unit. Usually the amount of the transaction, but can differ (usually because of currency fluctuation).
    created Double
    Time at which the object was created. Measured in seconds since the Unix epoch.
    currency String
    The currency the transaction was made in.
    evidence IssuingDisputeEvidence
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    lossReason String
    The enum that describes the dispute loss outcome. If the dispute is not lost, this field will be absent. New enum values may be added in the future, so be sure to handle unknown values.
    metadata Map<String,String>
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    object String
    String representing the object's type. Objects of the same type share the same value.
    status String
    Current status of the dispute.
    transaction String
    The transaction being disputed.
    treasury IssuingDisputeTreasury
    Treasury details related to this dispute if it was created on a FinancialAccount
    amount number
    Disputed amount in the card's currency and in the smallest currency unit. Usually the amount of the transaction, but can differ (usually because of currency fluctuation).
    created number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    currency string
    The currency the transaction was made in.
    evidence IssuingDisputeEvidence
    livemode boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    lossReason string
    The enum that describes the dispute loss outcome. If the dispute is not lost, this field will be absent. New enum values may be added in the future, so be sure to handle unknown values.
    metadata {[key: string]: string}
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    object string
    String representing the object's type. Objects of the same type share the same value.
    status string
    Current status of the dispute.
    transaction string
    The transaction being disputed.
    treasury IssuingDisputeTreasury
    Treasury details related to this dispute if it was created on a FinancialAccount
    amount float
    Disputed amount in the card's currency and in the smallest currency unit. Usually the amount of the transaction, but can differ (usually because of currency fluctuation).
    created float
    Time at which the object was created. Measured in seconds since the Unix epoch.
    currency str
    The currency the transaction was made in.
    evidence IssuingDisputeEvidenceArgs
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    loss_reason str
    The enum that describes the dispute loss outcome. If the dispute is not lost, this field will be absent. New enum values may be added in the future, so be sure to handle unknown values.
    metadata Mapping[str, str]
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    object str
    String representing the object's type. Objects of the same type share the same value.
    status str
    Current status of the dispute.
    transaction str
    The transaction being disputed.
    treasury IssuingDisputeTreasuryArgs
    Treasury details related to this dispute if it was created on a FinancialAccount
    amount Number
    Disputed amount in the card's currency and in the smallest currency unit. Usually the amount of the transaction, but can differ (usually because of currency fluctuation).
    created Number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    currency String
    The currency the transaction was made in.
    evidence Property Map
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    lossReason String
    The enum that describes the dispute loss outcome. If the dispute is not lost, this field will be absent. New enum values may be added in the future, so be sure to handle unknown values.
    metadata Map<String>
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    object String
    String representing the object's type. Objects of the same type share the same value.
    status String
    Current status of the dispute.
    transaction String
    The transaction being disputed.
    treasury Property Map
    Treasury details related to this dispute if it was created on a FinancialAccount

    Supporting Types

    IssuingDisputeEvidence, IssuingDisputeEvidenceArgs

    IssuingDisputeEvidenceCanceled, IssuingDisputeEvidenceCanceledArgs

    AdditionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    CanceledAt double
    Date when order was canceled.
    CancellationPolicyProvided bool
    Whether the cardholder was provided with a cancellation policy.
    CancellationReason string
    Reason for canceling the order.
    ExpectedAt double
    Date when the cardholder expected to receive the product.
    Explanation string
    Explanation of why the cardholder is disputing this transaction.
    ProductDescription string
    Description of the merchandise or service that was purchased.
    ProductType string
    Whether the product was a merchandise or service.
    ReturnStatus string
    Result of cardholder's attempt to return the product.
    ReturnedAt double
    Date when the product was returned or attempted to be returned.
    AdditionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    CanceledAt float64
    Date when order was canceled.
    CancellationPolicyProvided bool
    Whether the cardholder was provided with a cancellation policy.
    CancellationReason string
    Reason for canceling the order.
    ExpectedAt float64
    Date when the cardholder expected to receive the product.
    Explanation string
    Explanation of why the cardholder is disputing this transaction.
    ProductDescription string
    Description of the merchandise or service that was purchased.
    ProductType string
    Whether the product was a merchandise or service.
    ReturnStatus string
    Result of cardholder's attempt to return the product.
    ReturnedAt float64
    Date when the product was returned or attempted to be returned.
    additional_documentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    canceled_at number
    Date when order was canceled.
    cancellation_policy_provided bool
    Whether the cardholder was provided with a cancellation policy.
    cancellation_reason string
    Reason for canceling the order.
    expected_at number
    Date when the cardholder expected to receive the product.
    explanation string
    Explanation of why the cardholder is disputing this transaction.
    product_description string
    Description of the merchandise or service that was purchased.
    product_type string
    Whether the product was a merchandise or service.
    return_status string
    Result of cardholder's attempt to return the product.
    returned_at number
    Date when the product was returned or attempted to be returned.
    additionalDocumentation String
    (ID of a file upload) Additional documentation supporting the dispute.
    canceledAt Double
    Date when order was canceled.
    cancellationPolicyProvided Boolean
    Whether the cardholder was provided with a cancellation policy.
    cancellationReason String
    Reason for canceling the order.
    expectedAt Double
    Date when the cardholder expected to receive the product.
    explanation String
    Explanation of why the cardholder is disputing this transaction.
    productDescription String
    Description of the merchandise or service that was purchased.
    productType String
    Whether the product was a merchandise or service.
    returnStatus String
    Result of cardholder's attempt to return the product.
    returnedAt Double
    Date when the product was returned or attempted to be returned.
    additionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    canceledAt number
    Date when order was canceled.
    cancellationPolicyProvided boolean
    Whether the cardholder was provided with a cancellation policy.
    cancellationReason string
    Reason for canceling the order.
    expectedAt number
    Date when the cardholder expected to receive the product.
    explanation string
    Explanation of why the cardholder is disputing this transaction.
    productDescription string
    Description of the merchandise or service that was purchased.
    productType string
    Whether the product was a merchandise or service.
    returnStatus string
    Result of cardholder's attempt to return the product.
    returnedAt number
    Date when the product was returned or attempted to be returned.
    additional_documentation str
    (ID of a file upload) Additional documentation supporting the dispute.
    canceled_at float
    Date when order was canceled.
    cancellation_policy_provided bool
    Whether the cardholder was provided with a cancellation policy.
    cancellation_reason str
    Reason for canceling the order.
    expected_at float
    Date when the cardholder expected to receive the product.
    explanation str
    Explanation of why the cardholder is disputing this transaction.
    product_description str
    Description of the merchandise or service that was purchased.
    product_type str
    Whether the product was a merchandise or service.
    return_status str
    Result of cardholder's attempt to return the product.
    returned_at float
    Date when the product was returned or attempted to be returned.
    additionalDocumentation String
    (ID of a file upload) Additional documentation supporting the dispute.
    canceledAt Number
    Date when order was canceled.
    cancellationPolicyProvided Boolean
    Whether the cardholder was provided with a cancellation policy.
    cancellationReason String
    Reason for canceling the order.
    expectedAt Number
    Date when the cardholder expected to receive the product.
    explanation String
    Explanation of why the cardholder is disputing this transaction.
    productDescription String
    Description of the merchandise or service that was purchased.
    productType String
    Whether the product was a merchandise or service.
    returnStatus String
    Result of cardholder's attempt to return the product.
    returnedAt Number
    Date when the product was returned or attempted to be returned.

    IssuingDisputeEvidenceDuplicate, IssuingDisputeEvidenceDuplicateArgs

    AdditionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    CardStatement string
    (ID of a file upload) Copy of the card statement showing that the product had already been paid for.
    CashReceipt string
    (ID of a file upload) Copy of the receipt showing that the product had been paid for in cash.
    CheckImage string
    (ID of a file upload) Image of the front and back of the check that was used to pay for the product.
    Explanation string
    Explanation of why the cardholder is disputing this transaction.
    OriginalTransaction string
    Transaction (e.g., ipi_...) that the disputed transaction is a duplicate of. Of the two or more transactions that are copies of each other, this is original undisputed one.
    AdditionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    CardStatement string
    (ID of a file upload) Copy of the card statement showing that the product had already been paid for.
    CashReceipt string
    (ID of a file upload) Copy of the receipt showing that the product had been paid for in cash.
    CheckImage string
    (ID of a file upload) Image of the front and back of the check that was used to pay for the product.
    Explanation string
    Explanation of why the cardholder is disputing this transaction.
    OriginalTransaction string
    Transaction (e.g., ipi_...) that the disputed transaction is a duplicate of. Of the two or more transactions that are copies of each other, this is original undisputed one.
    additional_documentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    card_statement string
    (ID of a file upload) Copy of the card statement showing that the product had already been paid for.
    cash_receipt string
    (ID of a file upload) Copy of the receipt showing that the product had been paid for in cash.
    check_image string
    (ID of a file upload) Image of the front and back of the check that was used to pay for the product.
    explanation string
    Explanation of why the cardholder is disputing this transaction.
    original_transaction string
    Transaction (e.g., ipi_...) that the disputed transaction is a duplicate of. Of the two or more transactions that are copies of each other, this is original undisputed one.
    additionalDocumentation String
    (ID of a file upload) Additional documentation supporting the dispute.
    cardStatement String
    (ID of a file upload) Copy of the card statement showing that the product had already been paid for.
    cashReceipt String
    (ID of a file upload) Copy of the receipt showing that the product had been paid for in cash.
    checkImage String
    (ID of a file upload) Image of the front and back of the check that was used to pay for the product.
    explanation String
    Explanation of why the cardholder is disputing this transaction.
    originalTransaction String
    Transaction (e.g., ipi_...) that the disputed transaction is a duplicate of. Of the two or more transactions that are copies of each other, this is original undisputed one.
    additionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    cardStatement string
    (ID of a file upload) Copy of the card statement showing that the product had already been paid for.
    cashReceipt string
    (ID of a file upload) Copy of the receipt showing that the product had been paid for in cash.
    checkImage string
    (ID of a file upload) Image of the front and back of the check that was used to pay for the product.
    explanation string
    Explanation of why the cardholder is disputing this transaction.
    originalTransaction string
    Transaction (e.g., ipi_...) that the disputed transaction is a duplicate of. Of the two or more transactions that are copies of each other, this is original undisputed one.
    additional_documentation str
    (ID of a file upload) Additional documentation supporting the dispute.
    card_statement str
    (ID of a file upload) Copy of the card statement showing that the product had already been paid for.
    cash_receipt str
    (ID of a file upload) Copy of the receipt showing that the product had been paid for in cash.
    check_image str
    (ID of a file upload) Image of the front and back of the check that was used to pay for the product.
    explanation str
    Explanation of why the cardholder is disputing this transaction.
    original_transaction str
    Transaction (e.g., ipi_...) that the disputed transaction is a duplicate of. Of the two or more transactions that are copies of each other, this is original undisputed one.
    additionalDocumentation String
    (ID of a file upload) Additional documentation supporting the dispute.
    cardStatement String
    (ID of a file upload) Copy of the card statement showing that the product had already been paid for.
    cashReceipt String
    (ID of a file upload) Copy of the receipt showing that the product had been paid for in cash.
    checkImage String
    (ID of a file upload) Image of the front and back of the check that was used to pay for the product.
    explanation String
    Explanation of why the cardholder is disputing this transaction.
    originalTransaction String
    Transaction (e.g., ipi_...) that the disputed transaction is a duplicate of. Of the two or more transactions that are copies of each other, this is original undisputed one.

    IssuingDisputeEvidenceFraudulent, IssuingDisputeEvidenceFraudulentArgs

    AdditionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    Explanation string
    Explanation of why the cardholder is disputing this transaction.
    AdditionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    Explanation string
    Explanation of why the cardholder is disputing this transaction.
    additional_documentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    explanation string
    Explanation of why the cardholder is disputing this transaction.
    additionalDocumentation String
    (ID of a file upload) Additional documentation supporting the dispute.
    explanation String
    Explanation of why the cardholder is disputing this transaction.
    additionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    explanation string
    Explanation of why the cardholder is disputing this transaction.
    additional_documentation str
    (ID of a file upload) Additional documentation supporting the dispute.
    explanation str
    Explanation of why the cardholder is disputing this transaction.
    additionalDocumentation String
    (ID of a file upload) Additional documentation supporting the dispute.
    explanation String
    Explanation of why the cardholder is disputing this transaction.

    IssuingDisputeEvidenceMerchandiseNotAsDescribed, IssuingDisputeEvidenceMerchandiseNotAsDescribedArgs

    AdditionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    Explanation string
    Explanation of why the cardholder is disputing this transaction.
    ReceivedAt double
    Date when the product was received.
    ReturnDescription string
    Description of the cardholder's attempt to return the product.
    ReturnStatus string
    Result of cardholder's attempt to return the product.
    ReturnedAt double
    Date when the product was returned or attempted to be returned.
    AdditionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    Explanation string
    Explanation of why the cardholder is disputing this transaction.
    ReceivedAt float64
    Date when the product was received.
    ReturnDescription string
    Description of the cardholder's attempt to return the product.
    ReturnStatus string
    Result of cardholder's attempt to return the product.
    ReturnedAt float64
    Date when the product was returned or attempted to be returned.
    additional_documentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    explanation string
    Explanation of why the cardholder is disputing this transaction.
    received_at number
    Date when the product was received.
    return_description string
    Description of the cardholder's attempt to return the product.
    return_status string
    Result of cardholder's attempt to return the product.
    returned_at number
    Date when the product was returned or attempted to be returned.
    additionalDocumentation String
    (ID of a file upload) Additional documentation supporting the dispute.
    explanation String
    Explanation of why the cardholder is disputing this transaction.
    receivedAt Double
    Date when the product was received.
    returnDescription String
    Description of the cardholder's attempt to return the product.
    returnStatus String
    Result of cardholder's attempt to return the product.
    returnedAt Double
    Date when the product was returned or attempted to be returned.
    additionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    explanation string
    Explanation of why the cardholder is disputing this transaction.
    receivedAt number
    Date when the product was received.
    returnDescription string
    Description of the cardholder's attempt to return the product.
    returnStatus string
    Result of cardholder's attempt to return the product.
    returnedAt number
    Date when the product was returned or attempted to be returned.
    additional_documentation str
    (ID of a file upload) Additional documentation supporting the dispute.
    explanation str
    Explanation of why the cardholder is disputing this transaction.
    received_at float
    Date when the product was received.
    return_description str
    Description of the cardholder's attempt to return the product.
    return_status str
    Result of cardholder's attempt to return the product.
    returned_at float
    Date when the product was returned or attempted to be returned.
    additionalDocumentation String
    (ID of a file upload) Additional documentation supporting the dispute.
    explanation String
    Explanation of why the cardholder is disputing this transaction.
    receivedAt Number
    Date when the product was received.
    returnDescription String
    Description of the cardholder's attempt to return the product.
    returnStatus String
    Result of cardholder's attempt to return the product.
    returnedAt Number
    Date when the product was returned or attempted to be returned.

    IssuingDisputeEvidenceNoValidAuthorization, IssuingDisputeEvidenceNoValidAuthorizationArgs

    AdditionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    Explanation string
    Explanation of why the cardholder is disputing this transaction.
    AdditionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    Explanation string
    Explanation of why the cardholder is disputing this transaction.
    additional_documentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    explanation string
    Explanation of why the cardholder is disputing this transaction.
    additionalDocumentation String
    (ID of a file upload) Additional documentation supporting the dispute.
    explanation String
    Explanation of why the cardholder is disputing this transaction.
    additionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    explanation string
    Explanation of why the cardholder is disputing this transaction.
    additional_documentation str
    (ID of a file upload) Additional documentation supporting the dispute.
    explanation str
    Explanation of why the cardholder is disputing this transaction.
    additionalDocumentation String
    (ID of a file upload) Additional documentation supporting the dispute.
    explanation String
    Explanation of why the cardholder is disputing this transaction.

    IssuingDisputeEvidenceNotReceived, IssuingDisputeEvidenceNotReceivedArgs

    AdditionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    ExpectedAt double
    Date when the cardholder expected to receive the product.
    Explanation string
    Explanation of why the cardholder is disputing this transaction.
    ProductDescription string
    Description of the merchandise or service that was purchased.
    ProductType string
    Whether the product was a merchandise or service.
    AdditionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    ExpectedAt float64
    Date when the cardholder expected to receive the product.
    Explanation string
    Explanation of why the cardholder is disputing this transaction.
    ProductDescription string
    Description of the merchandise or service that was purchased.
    ProductType string
    Whether the product was a merchandise or service.
    additional_documentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    expected_at number
    Date when the cardholder expected to receive the product.
    explanation string
    Explanation of why the cardholder is disputing this transaction.
    product_description string
    Description of the merchandise or service that was purchased.
    product_type string
    Whether the product was a merchandise or service.
    additionalDocumentation String
    (ID of a file upload) Additional documentation supporting the dispute.
    expectedAt Double
    Date when the cardholder expected to receive the product.
    explanation String
    Explanation of why the cardholder is disputing this transaction.
    productDescription String
    Description of the merchandise or service that was purchased.
    productType String
    Whether the product was a merchandise or service.
    additionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    expectedAt number
    Date when the cardholder expected to receive the product.
    explanation string
    Explanation of why the cardholder is disputing this transaction.
    productDescription string
    Description of the merchandise or service that was purchased.
    productType string
    Whether the product was a merchandise or service.
    additional_documentation str
    (ID of a file upload) Additional documentation supporting the dispute.
    expected_at float
    Date when the cardholder expected to receive the product.
    explanation str
    Explanation of why the cardholder is disputing this transaction.
    product_description str
    Description of the merchandise or service that was purchased.
    product_type str
    Whether the product was a merchandise or service.
    additionalDocumentation String
    (ID of a file upload) Additional documentation supporting the dispute.
    expectedAt Number
    Date when the cardholder expected to receive the product.
    explanation String
    Explanation of why the cardholder is disputing this transaction.
    productDescription String
    Description of the merchandise or service that was purchased.
    productType String
    Whether the product was a merchandise or service.

    IssuingDisputeEvidenceOther, IssuingDisputeEvidenceOtherArgs

    AdditionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    Explanation string
    Explanation of why the cardholder is disputing this transaction.
    ProductDescription string
    Description of the merchandise or service that was purchased.
    ProductType string
    Whether the product was a merchandise or service.
    AdditionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    Explanation string
    Explanation of why the cardholder is disputing this transaction.
    ProductDescription string
    Description of the merchandise or service that was purchased.
    ProductType string
    Whether the product was a merchandise or service.
    additional_documentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    explanation string
    Explanation of why the cardholder is disputing this transaction.
    product_description string
    Description of the merchandise or service that was purchased.
    product_type string
    Whether the product was a merchandise or service.
    additionalDocumentation String
    (ID of a file upload) Additional documentation supporting the dispute.
    explanation String
    Explanation of why the cardholder is disputing this transaction.
    productDescription String
    Description of the merchandise or service that was purchased.
    productType String
    Whether the product was a merchandise or service.
    additionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    explanation string
    Explanation of why the cardholder is disputing this transaction.
    productDescription string
    Description of the merchandise or service that was purchased.
    productType string
    Whether the product was a merchandise or service.
    additional_documentation str
    (ID of a file upload) Additional documentation supporting the dispute.
    explanation str
    Explanation of why the cardholder is disputing this transaction.
    product_description str
    Description of the merchandise or service that was purchased.
    product_type str
    Whether the product was a merchandise or service.
    additionalDocumentation String
    (ID of a file upload) Additional documentation supporting the dispute.
    explanation String
    Explanation of why the cardholder is disputing this transaction.
    productDescription String
    Description of the merchandise or service that was purchased.
    productType String
    Whether the product was a merchandise or service.

    IssuingDisputeEvidenceServiceNotAsDescribed, IssuingDisputeEvidenceServiceNotAsDescribedArgs

    AdditionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    CanceledAt double
    Date when order was canceled.
    CancellationReason string
    Reason for canceling the order.
    Explanation string
    Explanation of why the cardholder is disputing this transaction.
    ReceivedAt double
    Date when the product was received.
    AdditionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    CanceledAt float64
    Date when order was canceled.
    CancellationReason string
    Reason for canceling the order.
    Explanation string
    Explanation of why the cardholder is disputing this transaction.
    ReceivedAt float64
    Date when the product was received.
    additional_documentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    canceled_at number
    Date when order was canceled.
    cancellation_reason string
    Reason for canceling the order.
    explanation string
    Explanation of why the cardholder is disputing this transaction.
    received_at number
    Date when the product was received.
    additionalDocumentation String
    (ID of a file upload) Additional documentation supporting the dispute.
    canceledAt Double
    Date when order was canceled.
    cancellationReason String
    Reason for canceling the order.
    explanation String
    Explanation of why the cardholder is disputing this transaction.
    receivedAt Double
    Date when the product was received.
    additionalDocumentation string
    (ID of a file upload) Additional documentation supporting the dispute.
    canceledAt number
    Date when order was canceled.
    cancellationReason string
    Reason for canceling the order.
    explanation string
    Explanation of why the cardholder is disputing this transaction.
    receivedAt number
    Date when the product was received.
    additional_documentation str
    (ID of a file upload) Additional documentation supporting the dispute.
    canceled_at float
    Date when order was canceled.
    cancellation_reason str
    Reason for canceling the order.
    explanation str
    Explanation of why the cardholder is disputing this transaction.
    received_at float
    Date when the product was received.
    additionalDocumentation String
    (ID of a file upload) Additional documentation supporting the dispute.
    canceledAt Number
    Date when order was canceled.
    cancellationReason String
    Reason for canceling the order.
    explanation String
    Explanation of why the cardholder is disputing this transaction.
    receivedAt Number
    Date when the product was received.

    IssuingDisputeTreasury, IssuingDisputeTreasuryArgs

    ReceivedDebit string
    The Treasury ReceivedDebit that is being disputed.
    DebitReversal string
    The Treasury DebitReversal representing this Issuing dispute
    ReceivedDebit string
    The Treasury ReceivedDebit that is being disputed.
    DebitReversal string
    The Treasury DebitReversal representing this Issuing dispute
    received_debit string
    The Treasury ReceivedDebit that is being disputed.
    debit_reversal string
    The Treasury DebitReversal representing this Issuing dispute
    receivedDebit String
    The Treasury ReceivedDebit that is being disputed.
    debitReversal String
    The Treasury DebitReversal representing this Issuing dispute
    receivedDebit string
    The Treasury ReceivedDebit that is being disputed.
    debitReversal string
    The Treasury DebitReversal representing this Issuing dispute
    received_debit str
    The Treasury ReceivedDebit that is being disputed.
    debit_reversal str
    The Treasury DebitReversal representing this Issuing dispute
    receivedDebit String
    The Treasury ReceivedDebit that is being disputed.
    debitReversal String
    The Treasury DebitReversal representing this Issuing dispute

    Package Details

    Repository
    stripe stripe/terraform-provider-stripe
    License
    Notes
    This Pulumi package is based on the stripe Terraform Provider.
    Viewing docs for Stripe 0.3.0
    published on Friday, Aug 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial