Skip to main content

A dispute alert represents an early warning notification from a payment processor about a potential dispute or chargeback.

id
string
required

The unique identifier of the dispute alert.

Example:

"dspa_xxxxxxxxxxxxx"

alert_type
enum<string>
required

The type of the dispute alert.

Available options:
dispute,
dispute_rdr,
fraud
amount
number
required

The alerted amount in the specified currency.

Example:

6.9

currency
enum<string>
required

The three-letter ISO currency code for the alerted amount.

Available options:
usd,
sgd,
inr,
aud,
brl,
cad,
dkk,
eur,
nok,
gbp,
sek,
chf,
hkd,
huf,
jpy,
mxn,
myr,
pln,
czk,
nzd,
aed,
eth,
ape,
cop,
ron,
thb,
bgn,
idr,
dop,
php,
try,
krw,
twd,
vnd,
pkr,
clp,
uyu,
ars,
zar,
dzd,
tnd,
mad,
kes,
kwd,
jod,
all,
xcd,
amd,
bsd,
bhd,
bob,
bam,
khr,
crc,
xof,
egp,
etb,
gmd,
ghs,
gtq,
gyd,
ils,
jmd,
mop,
mga,
mur,
mdl,
mnt,
nad,
ngn,
mkd,
omr,
pyg,
pen,
qar,
rwf,
sar,
rsd,
lkr,
tzs,
ttd,
uzs,
rub,
btc,
cny
created_at
string<date-time>
required

The time the dispute alert was created.

Example:

"2023-12-01T05:00:00.401Z"

transaction_date
string<date-time> | null
required

The date of the original transaction.

Example:

"2023-12-01T05:00:00.401Z"

charge_for_alert
boolean
required

Whether this alert incurs a charge.

payment
object
required

The payment associated with the dispute alert.

dispute
object
required

The dispute associated with the dispute alert.