published on Friday, Aug 14, 2026 by Pulumi
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
Issuing
Dispute Evidence - 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
Issuing
Dispute Treasury - 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
Issuing
Dispute Evidence Args - 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
Issuing
Dispute Treasury Args - 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
Issuing
Dispute Evidence - 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
Issuing
Dispute Treasury - 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
Issuing
Dispute Evidence - 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
Issuing
Dispute Treasury - 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
Issuing
Dispute Evidence Args - 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
Issuing
Dispute Treasury Args - 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
transactionwas 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 isfalse. - 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 float64
- Time at which the object was created. Measured in seconds since the Unix epoch.
- Currency string
- The currency the
transactionwas 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 isfalse. - 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 number
- Time at which the object was created. Measured in seconds since the Unix epoch.
- currency string
- The currency the
transactionwas 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 isfalse. - 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
transactionwas 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 isfalse. - 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 number
- Time at which the object was created. Measured in seconds since the Unix epoch.
- currency string
- The currency the
transactionwas 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 isfalse. - 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 float
- Time at which the object was created. Measured in seconds since the Unix epoch.
- currency str
- The currency the
transactionwas 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 isfalse. - 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
transactionwas 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 isfalse. - 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.
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) -> IssuingDisputefunc 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.
- 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
transactionwas made in. - Evidence
Issuing
Dispute Evidence - Livemode bool
- If the object exists in live mode, the value is
true. If the object exists in test mode, the value isfalse. - 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 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
Issuing
Dispute Treasury - 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
transactionwas made in. - Evidence
Issuing
Dispute Evidence Args - Livemode bool
- If the object exists in live mode, the value is
true. If the object exists in test mode, the value isfalse. - 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]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
Issuing
Dispute Treasury Args - 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
transactionwas 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 isfalse. - 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
transactionwas made in. - evidence
Issuing
Dispute Evidence - livemode Boolean
- If the object exists in live mode, the value is
true. If the object exists in test mode, the value isfalse. - 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,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
Issuing
Dispute Treasury - 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
transactionwas made in. - evidence
Issuing
Dispute Evidence - livemode boolean
- If the object exists in live mode, the value is
true. If the object exists in test mode, the value isfalse. - 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 {[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
Issuing
Dispute Treasury - 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
transactionwas made in. - evidence
Issuing
Dispute Evidence Args - livemode bool
- If the object exists in live mode, the value is
true. If the object exists in test mode, the value isfalse. - 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
Issuing
Dispute Treasury Args - 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
transactionwas 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 isfalse. - 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 Property Map
- Treasury details related to this dispute if it was created on a FinancialAccount
Supporting Types
IssuingDisputeEvidence, IssuingDisputeEvidenceArgs
- Canceled
Issuing
Dispute Evidence Canceled - Duplicate
Issuing
Dispute Evidence Duplicate - Fraudulent
Issuing
Dispute Evidence Fraudulent - Merchandise
Not IssuingAs Described Dispute Evidence Merchandise Not As Described -
Issuing
Dispute Evidence No Valid Authorization - Not
Received IssuingDispute Evidence Not Received - Other
Issuing
Dispute Evidence Other - Reason string
- The reason for filing the dispute. Its value will match the field containing the evidence.
- Service
Not IssuingAs Described Dispute Evidence Service Not As Described
- Canceled
Issuing
Dispute Evidence Canceled - Duplicate
Issuing
Dispute Evidence Duplicate - Fraudulent
Issuing
Dispute Evidence Fraudulent - Merchandise
Not IssuingAs Described Dispute Evidence Merchandise Not As Described -
Issuing
Dispute Evidence No Valid Authorization - Not
Received IssuingDispute Evidence Not Received - Other
Issuing
Dispute Evidence Other - Reason string
- The reason for filing the dispute. Its value will match the field containing the evidence.
- Service
Not IssuingAs Described Dispute Evidence Service Not As Described
- canceled object
- duplicate object
- fraudulent object
- merchandise_
not_ objectas_ described - object
- not_
received object - other object
- reason string
- The reason for filing the dispute. Its value will match the field containing the evidence.
- service_
not_ objectas_ described
- canceled
Issuing
Dispute Evidence Canceled - duplicate
Issuing
Dispute Evidence Duplicate - fraudulent
Issuing
Dispute Evidence Fraudulent - merchandise
Not IssuingAs Described Dispute Evidence Merchandise Not As Described -
Issuing
Dispute Evidence No Valid Authorization - not
Received IssuingDispute Evidence Not Received - other
Issuing
Dispute Evidence Other - reason String
- The reason for filing the dispute. Its value will match the field containing the evidence.
- service
Not IssuingAs Described Dispute Evidence Service Not As Described
- canceled
Issuing
Dispute Evidence Canceled - duplicate
Issuing
Dispute Evidence Duplicate - fraudulent
Issuing
Dispute Evidence Fraudulent - merchandise
Not IssuingAs Described Dispute Evidence Merchandise Not As Described -
Issuing
Dispute Evidence No Valid Authorization - not
Received IssuingDispute Evidence Not Received - other
Issuing
Dispute Evidence Other - reason string
- The reason for filing the dispute. Its value will match the field containing the evidence.
- service
Not IssuingAs Described Dispute Evidence Service Not As Described
- canceled
Issuing
Dispute Evidence Canceled - duplicate
Issuing
Dispute Evidence Duplicate - fraudulent
Issuing
Dispute Evidence Fraudulent - merchandise_
not_ Issuingas_ described Dispute Evidence Merchandise Not As Described -
Issuing
Dispute Evidence No Valid Authorization - not_
received IssuingDispute Evidence Not Received - other
Issuing
Dispute Evidence Other - reason str
- The reason for filing the dispute. Its value will match the field containing the evidence.
- service_
not_ Issuingas_ described Dispute Evidence Service Not As Described
- canceled Property Map
- duplicate Property Map
- fraudulent Property Map
- merchandise
Not Property MapAs Described - Property Map
- not
Received Property Map - other Property Map
- reason String
- The reason for filing the dispute. Its value will match the field containing the evidence.
- service
Not Property MapAs Described
IssuingDisputeEvidenceCanceled, IssuingDisputeEvidenceCanceledArgs
- Additional
Documentation string - (ID of a file upload) Additional documentation supporting the dispute.
- Canceled
At double - Date when order was canceled.
- Cancellation
Policy boolProvided - Whether the cardholder was provided with a cancellation policy.
- Cancellation
Reason string - Reason for canceling the order.
- Expected
At double - 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 double - 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 float64 - Date when order was canceled.
- Cancellation
Policy boolProvided - Whether the cardholder was provided with a cancellation policy.
- Cancellation
Reason string - Reason for canceling the order.
- Expected
At float64 - 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 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_ boolprovided - 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.
- additional
Documentation String - (ID of a file upload) Additional documentation supporting the dispute.
- canceled
At Double - Date when order was canceled.
- cancellation
Policy BooleanProvided - Whether the cardholder was provided with a cancellation policy.
- cancellation
Reason String - Reason for canceling the order.
- expected
At Double - 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 Double - 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 booleanProvided - 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.
- additional_
documentation str - (ID of a file upload) Additional documentation supporting the dispute.
- canceled_
at float - Date when order was canceled.
- cancellation_
policy_ boolprovided - 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.
- additional
Documentation String - (ID of a file upload) Additional documentation supporting the dispute.
- canceled
At Number - Date when order was canceled.
- cancellation
Policy BooleanProvided - 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.
IssuingDisputeEvidenceDuplicate, IssuingDisputeEvidenceDuplicateArgs
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
IssuingDisputeEvidenceFraudulent, IssuingDisputeEvidenceFraudulentArgs
- Additional
Documentation 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.
- additional_
documentation 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.
- additional
Documentation 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.
- additional
Documentation String - (ID of a file upload) Additional documentation supporting the dispute.
- explanation String
- Explanation of why the cardholder is disputing this transaction.
IssuingDisputeEvidenceMerchandiseNotAsDescribed, IssuingDisputeEvidenceMerchandiseNotAsDescribedArgs
- 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 double - 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 double - 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 float64 - 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 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.
- 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 Double - 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 Double - 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.
- 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.
- 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.
IssuingDisputeEvidenceNoValidAuthorization, IssuingDisputeEvidenceNoValidAuthorizationArgs
- Additional
Documentation 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.
- additional_
documentation 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.
- additional
Documentation 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.
- additional
Documentation String - (ID of a file upload) Additional documentation supporting the dispute.
- explanation String
- Explanation of why the cardholder is disputing this transaction.
IssuingDisputeEvidenceNotReceived, IssuingDisputeEvidenceNotReceivedArgs
- Additional
Documentation string - (ID of a file upload) Additional documentation supporting the dispute.
- Expected
At double - 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.
- Additional
Documentation string - (ID of a file upload) Additional documentation supporting the dispute.
- Expected
At float64 - 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.
- 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.
- additional
Documentation String - (ID of a file upload) Additional documentation supporting the dispute.
- expected
At Double - 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.
- 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.
- 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.
- 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.
IssuingDisputeEvidenceOther, IssuingDisputeEvidenceOtherArgs
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
IssuingDisputeEvidenceServiceNotAsDescribed, IssuingDisputeEvidenceServiceNotAsDescribedArgs
- Additional
Documentation string - (ID of a file upload) Additional documentation supporting the dispute.
- Canceled
At double - 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 double - Date when the product was received.
- Additional
Documentation string - (ID of a file upload) Additional documentation supporting the dispute.
- Canceled
At float64 - 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 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.
- additional
Documentation String - (ID of a file upload) Additional documentation supporting the dispute.
- canceled
At Double - 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 Double - 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.
- 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.
- 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.
IssuingDisputeTreasury, IssuingDisputeTreasuryArgs
- Received
Debit string - The Treasury ReceivedDebit that is being disputed.
- Debit
Reversal 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
- received_
debit string - The Treasury ReceivedDebit that is being disputed.
- debit_
reversal 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
- received
Debit string - The Treasury ReceivedDebit that is being disputed.
- debit
Reversal 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
- received
Debit String - The Treasury ReceivedDebit that is being disputed.
- debit
Reversal 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
stripeTerraform Provider.
published on Friday, Aug 14, 2026 by Pulumi