Dispute alerts

List Dispute Alerts

Lists the dispute alerts and early fraud warnings across the accounts you can read.

get/dispute_alerts

Query parameters

account_idstring

Only alerts on this account's payments (biz_ tag). Omit it to cover every account you can read.

payment_idstring

Only alerts on this payment (pay_ tag). A payment can carry several.

type'early_fraud_warning' | 'dispute_alert' | 'rapid_dispute_resolution'

Only alerts of this kind. early_fraud_warning for issuer fraud reports, dispute_alert for pre-dispute notices, rapid_dispute_resolution for Visa RDR cases the network already closed.

firstinteger

Number of results to return from the start of the range.

afterstring

Return results after this cursor. Use page_info.end_cursor from the previous response to fetch the next page.

lastinteger

Number of results to return from the end of the range.

beforestring

Return results before this cursor. Use page_info.start_cursor from the previous response to fetch the previous page.

order'created_at' | 'reported_at' | 'amount'

The field to sort alerts by.

direction'asc' | 'desc'

Sort direction.

created_beforestring

Only alerts Whop received before this ISO 8601 timestamp.

created_afterstring

Only alerts Whop received after this ISO 8601 timestamp.

Headers

Api-Version-Datestring
Example:2026-09-25

Pins the request to a dated API version.

Response

dispute alerts listed

Example response

{
  "data": [
    {
      "account_id": "biz_xxxxxxxxxxxxxx",
      "amount": 25,
      "card_brand": "visa",
      "created_at": "2026-01-01T12:00:00.000Z",
      "currency": "usd",
      "id": "dspa_xxxxxxxxxxxxxx",
      "payment_id": "pay_xxxxxxxxxxxxxx",
      "product_id": "prod_xxxxxxxxxxxxxx",
      "reported_at": "2026-01-01T12:00:00.000Z",
      "transaction_at": "2026-01-01T12:00:00.000Z",
      "type": "dispute_alert",
      "updated_at": "2026-01-01T12:00:00.000Z"
    }
  ],
  "page_info": {
    "start_cursor": "WyJjdXJzb3IiLDFd"
  }
}

Changes

Changed in 4 of the 74 revisions of this API.116121

    • ○

      added the required property // to the response with the status

      response-required-property-added

  • 140d015b996621See the full diff
    • ▲

      removed the required property // from the response with the status

      response-required-property-removed

    • ▲

      removed the required property // from the response with the status

      response-required-property-removed

    • ○

      response property data/items/issuer deprecated

      response-property-deprecated

  • ff3a7657356312See the full diff
    • ▲

      for the query request parameter first, default value 20 was added

      request-parameter-default-value-added

    • ●

      for the query request parameter first, the max was set to 100.00

      request-parameter-max-set

    • ●

      for the query request parameter last, the max was set to 100.00

      request-parameter-max-set

  • 6fb1c04bf25584119See the full diff
    • ▲

      the query request parameter direction was restricted to a list of enum values

      request-parameter-became-enum

    • ▲

      for the query request parameter direction, default value desc was added

      request-parameter-default-value-added

    • ▲

      the // response's property format changed from date-time to no format for status

      response-property-type-changed

    • ▲

      removed the required property // from the response with the status

      response-required-property-removed

    • ▲

      removed the required property // from the response with the status

      response-required-property-removed

    • ▲

      removed the required property // from the response with the status

      response-required-property-removed

    • ▲

      removed the required property // from the response with the status

      response-required-property-removed

    • ▲

      removed the required property // from the response with the status

      response-required-property-removed

    • ●

      deleted the query request parameter company_id

      request-parameter-removed

    • ●

      removed the optional property / from the response with the status

      response-optional-property-removed

    • ●

      removed the optional property / from the response with the status

      response-optional-property-removed

    • ●

      removed the optional property / from the response with the status

      response-optional-property-removed

    • ○

      api operation id listDisputeAlert removed and replaced with listDisputeAlerts

      api-operation-id-removed

    • ○

      the security scope payment:basic:read was removed from the endpoint's security scheme bearerAuth

      api-security-scope-removed

    • ○

      the security scope payment:dispute:read was removed from the endpoint's security scheme bearerAuth

      api-security-scope-removed

    • ○

      added the new optional header request parameter Api-Version-Date

      new-optional-request-parameter

    • ○

      added the new optional query request parameter account_id

      new-optional-request-parameter

    • ○

      added the new optional query request parameter order

      new-optional-request-parameter

    • ○

      added the new optional query request parameter payment_id

      new-optional-request-parameter

    • ○

      added the new optional query request parameter type

      new-optional-request-parameter

    • ○

      added the new enum value asc to the query request parameter direction

      request-parameter-enum-value-added

    • ○

      added the new enum value desc to the query request parameter direction

      request-parameter-enum-value-added

    • ○

      for the query request parameter created_after, the type was generalized from string null to string, and format from date-time to no format

      request-parameter-type-generalized

    • ○

      for the query request parameter created_before, the type was generalized from string null to string, and format from date-time to no format

      request-parameter-type-generalized

    • ○

      for the query request parameter direction, the type was generalized from no type to string

      request-parameter-type-generalized

    • ○

      removed the non-success response with the status

      response-non-success-status-removed

    • ○

      removed the non-success response with the status

      response-non-success-status-removed

    • ○

      removed the non-success response with the status

      response-non-success-status-removed

    • ○

      removed the non-success response with the status

      response-non-success-status-removed

    • ○

      removed the aed enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the all enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the amd enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the ape enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the ars enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the aud enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the awg enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the bam enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the bgn enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the bhd enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the bob enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the brl enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the bsd enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the btc enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the cad enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the chf enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the clp enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the cny enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the cop enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the crc enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the czk enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the dkk enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the dop enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the dzd enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the egp enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the etb enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the eth enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the eur enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the gbp enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the ghs enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the gmd enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the gtq enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the gyd enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the hkd enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the huf enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the idr enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the ils enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the inr enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the jmd enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the jod enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the jpy enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the kes enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the khr enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the krw enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the kwd enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the kzt enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the lkr enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the mad enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the mdl enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the mga enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the mkd enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the mnt enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the mop enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the mur enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the mxn enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the myr enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the nad enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the ngn enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the nok enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the nzd enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the omr enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the pen enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the php enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the pkr enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the pln enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the pyg enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the qar enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the ron enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the rsd enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the rub enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the rwf enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the sar enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the sek enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the sgd enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the thb enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the tnd enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the try enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the ttd enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the twd enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the tzs enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the usd enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the usdt enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the uyu enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the uzs enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the vnd enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the whop_usd enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the xau enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the xcd enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the xof enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the zar enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      added the required property // to the response with the status

      response-required-property-added

    • ○

      added the required property // to the response with the status

      response-required-property-added

    • ○

      added the required property // to the response with the status

      response-required-property-added

    • ○

      added the required property // to the response with the status

      response-required-property-added

    • ○

      added the required property // to the response with the status

      response-required-property-added

    • ○

      added the required property // to the response with the status

      response-required-property-added

    • ○

      added the required property // to the response with the status

      response-required-property-added

    • ○

      added the required property // to the response with the status

      response-required-property-added

    • ○

      added the required property // to the response with the status

      response-required-property-added

    • ○

      added the required property // to the response with the status

      response-required-property-added

    • ○

      added the required property // to the response with the status

      response-required-property-added

    • ○

      added the required property // to the response with the status

      response-required-property-added

Of the 74 revisions, 1 has no diff computed.