IssuingDisputes
Returns a list of Issuing Dispute objects.
Table Specific Information
Select
Server-Side Query Support
The connector 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 connector.
- Id support the following operator: =.
- Created support the following operator: =.
- Transaction support the following operator: =.
- Status support the following operator: =.
The provider supports the use of all columns as criteria in the WHERE clause of SELECT statements, as long as SupportEnhancedSQL is set to True. If SupportEnhancedSQL property is set to False, you still can retrieve:
To query the IssuingDisputes we can try the below queries.
SELECT * FROM IssuingDisputes
SELECT * FROM IssuingDisputes WHERE status = 'expired'
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
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name | Type | Description | |
AccountId | String | Account Id. |