Skip to main content
{
	"alert_type": "dispute",
	"amount": 6.9,
	"charge_for_alert": true,
	"created_at": "2023-12-01T05:00:00.401Z",
	"currency": "usd",
	"dispute": {
		"amount": 6.9,
		"created_at": "2023-12-01T05:00:00.401Z",
		"currency": "usd",
		"id": "dspt_xxxxxxxxxxxxx",
		"reason": "Product Not Received",
		"status": "warning_needs_response"
	},
	"id": "dspa_xxxxxxxxxxxxx",
	"payment": {
		"billing_reason": "subscription_create",
		"card_brand": "mastercard",
		"card_last4": "4242",
		"created_at": "2023-12-01T05:00:00.401Z",
		"currency": "usd",
		"dispute_alerted_at": "2023-12-01T05:00:00.401Z",
		"id": "pay_xxxxxxxxxxxxxx",
		"member": {
			"id": "<string>",
			"phone": "<string>"
		},
		"membership": {
			"id": "mem_xxxxxxxxxxxxxx",
			"status": "trialing"
		},
		"paid_at": "2023-12-01T05:00:00.401Z",
		"payment_method_type": "acss_debit",
		"subtotal": 6.9,
		"total": 6.9,
		"usd_total": 6.9,
		"user": {
			"email": "john.doe@example.com",
			"id": "user_xxxxxxxxxxxxx",
			"name": "John Doe",
			"username": "johndoe42"
		}
	},
	"transaction_date": "2023-12-01T05:00:00.401Z"
}
alert_type
DisputeAlertTypes
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
Currencies
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