v2
latestOpenAPI 3.0.22026-08-081303782.1 MBList Disputes
Retrieve a list of Dispute resources.
Query parameters
Filter by the ID of the adjustment Transfer. <br><br>Note: If included, all other filter parameters are ignored.
Filter by Application ID.
Filter by an amount equal to the given value.
Filter by an amount greater than.
Filter by an amount greater than or equal.
Filter by an amount less than.
Filter by an amount less than or equal.
Return every resource created after the cursor value.
Return every resource created before the cursor value.
Filter where created_at is after the given date.
Filter where created_at is before the given date.
Filter by buyer's first name.
Filter by buyer's last name.
Filter by the business_name of the buyer's Identity.
Filter by the doing_business_as of the buyer's Identity.
Filter by the Bank Identification Number (BIN). The BIN is the first 6 digits of the masked account number.
Filter by the card brand used.
Filter by the last 4 digits of the card used.
Filter by the card type.
Filter by the fingerprint of the Payment Instrument.
Filter by the name of the Payment Instrument.
Filter by Payment Instrument type.
The numbers of items to return.
Filter by the ID of the Identity used by the Merchant.
Filter by the name used by the Merchant.
Filter by the name used by the Merchant. Use this when searching with only partial name values.
Filter by the ID of the Merchant.
Filter by the MID of the Merchant.
Filter by the name used by the Merchant, the buyer's first and last name, business_name, and doing_business_as used by Identities when role is BUYER.
Filter by the name used by the Merchant, the buyer's first and last name, business_name, and doing_business_as used by Identities when role is BUYER. Use this when searching with only partial values.
Filter by the response_state of the Dispute.
Filter where respond_by is before the given date.
Filter where respond_by is after the given date.
Filter by the key or value of tags.
Filter by the key or value of tags. Use this when searching with only partial values.
Filter by the tag's key. For more information, see Tags.
Filter by the tag's value. For more information, see Tags.
Filter by the ID of the Transfer that's being disputed. <br><br>Note: If included, all other filter parameters are ignored.
Filter by the state of the Dispute.
Filter where updated_at is after the given date.
Filter where updated_at is before the given date.
Headers
Specify the API version of your request. For more details, see Versioning.
Response
List of Dispute resources
Example response
{
"_embedded": {
"disputes": [
{
"transfer": "TRxxxxxxxxxxxxxxxxxx"
}
]
}
}