ADO.NET Provider for PayPal

Build 26.0.9655

DisputeTransactions

Returns dispute information from the PayPal Disputes API, which merchants, partners, and external developers use to manage disputes.

View-Specific Information

SELECT

This view returns a list of transactions with details for a specific dispute.

The following filters are supported by the PayPal API:

  • DisputeId

The provider processes all other filters client-side.

For example, the provider processes the following queries server-side.

  • The following query retrieves transaction details for a specific dispute:
    SELECT * FROM DisputeTransactions WHERE DisputeId = 'PP-D-12345'

Columns

Name Type References Description
DisputeId [KEY] String The ID of the dispute.
CreatedTime Datetime The date and time when the transaction was created.
TransactionStatus String The transaction status.
GrossAmountCode String The three-character ISO-4217 currency code that identifies the currency.
GrossAmountValue Decimal The value of the amount.
BuyerName String The customer's name.
BuyerTransactionId String The customer's transaction ID.
SellerEmail String The email address for the merchant's PayPal account.
SellerMerchantId String The PayPal account ID for the merchant.
SellerTransactionId String The ID, as seen by the merchant, for this transaction.
SellerName String The name of the merchant.
SellerProtectionEligible Boolean Indicator if the seller is eligible for protection.
Custom String A free-text field that is entered by the merchant during checkout.
InvoiceNumber String The ID of the invoice for the payment.
ReferenceId String The ID, as seen by the partner, for this transaction.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655