Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************

Path Parameters

id
string
required

The unique identifier of the dispute alert.

Example:

"dspa_xxxxxxxxxxxxx"

Response

A successful response

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

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

charge_for_alert
boolean
required

Whether this alert incurs a charge.

created_at
string<date-time>
required

The time the dispute alert was created.

Example:

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

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,
usdt,
kzt,
awg,
whop_usd,
xau
dispute
object | null
required

The dispute associated with the dispute alert.

id
string
required

The unique identifier of the dispute alert.

Example:

"dspa_xxxxxxxxxxxxx"

payment
object | null
required

The payment associated with the dispute alert.

transaction_date
string<date-time> | null
required

The date of the original transaction.

Example:

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