JDBC Driver for Stripe

Build 24.0.9062

IssuingDisputes

Returns a list of Issuing Dispute objects.

Table Specific Information

Select

Server-Side Query Support

The 本製品 uses the Stripe API to filter the results by the following columns and operators while the rest of the filter is executed client-side within the 本製品.

  • Id supports the following operator: =.
  • Created supports the following operator: =.
  • Transaction supports the following operator: =.
  • Status supports the following operator: =.

You can select from IssuingDisputes with the following queries:

    SELECT * FROM IssuingDisputes WHERE Id = 'id_1GhPzLJXTn'
    SELECT * FROM IssuingDisputes WHERE Created >= '2024-01-01'
    SELECT * FROM IssuingDisputes WHERE Transaction = 'txn_12345'
    SELECT * FROM IssuingDisputes WHERE Status = 'expired'
    SELECT * FROM IssuingDisputes WHERE Currency = 'usd'

Columns

Name Type References Description
Id [KEY] String The id of files.
Amount Integer Disputed amount in the cards currency and in the smallest currency unit. Usually the amount of the transaction.
BalanceTransactions String List of balance transactions associated with the dispute.
Currency String The currency the transaction was made in.
Created Datetime Time at which the object was created. Measured in seconds since the Unix epoch.
EvidenceCanceled String Evidence provided when reason is canceled.
EvidenceDuplicate String Evidence provided when reason is duplicate.
EvidenceFraudulent String Evidence provided when reason is fraudulent.
EvidenceMerchandiseNotAsDescribed String Evidence provided when reason is merchandise_not_as_described.
EvidenceNotReceived String Evidence provided when reason is not_received.
EvidenceOther String Evidence provided when reason is other.
EvidenceReason String The reason for filing the dispute. Its value will match the field containing the evidence.
EvidenceServiceNotAsDescribed String The service was not as described.
MetadataAggregate String The set of key/value pairs that you can attach to a an object.
Status String Current status of the dispute.
Transaction String The transaction being disputed.
Object String Object.
Livemode Boolean LiveMode.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
AccountId String Account Id.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9062