Fraud Alerts

Get Fraud Alerts

Returns a list of issuer fraud alerts reported against the game's payments.

get/v1/fraud_alerts

Query parameters

limitinteger

A limit on the number of objects to be returned

A limit on the number of objects to be returned

offsetinteger

The number of objects to skip

The number of objects to skip

start_atinteger

Return records created at or after this Unix timestamp (seconds)

Return records created at or after this Unix timestamp (seconds)

end_atinteger

Return records created before the end of this Unix second

Return records created before the end of this Unix second

payment_idstring

Optional comma separated list of payment ids

Optional comma separated list of payment ids

fraud_typestring

Optional comma separated list of fraud_type

Optional comma separated list of fraud_type

sourcestring

Optional comma separated list of payment processors that relayed the alert

Optional comma separated list of payment processors that relayed the alert

Response

Successful Response

idstring required

Fraud alert id

payment_idstring required

Payment the alert was reported against

fraud_reasonstring required

Reason as worded by the payment processor, e.g. Fraud/Security

fraud_reason_codestring required

Scheme reason code the alert was reported with, e.g. 83

fraud_type'card_lost' | 'card_stolen' | 'unauthorized_card_use' | 'counterfeit_card' | 'fraudulent_application' | 'not_received' | 'other'
three_ds_flow'none' | 'challenge' | 'frictionless'
order_idstring required

Order the payment belongs to

user_idstring required

Player who made the payment

player_idstring

Your own identifier of the player who made the payment

amountinteger required

Payment amount in minor units of currency

currency'USD' | 'EUR' | 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYN' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRU' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLE' | 'SOS' | 'SRD' | 'SSP' | 'STN' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'UYU' | 'UZS' | 'VED' | 'VES' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XCD' | 'XCG' | 'XOF' | 'XPF' | 'YER' | 'ZAR' | 'ZMW' | 'ZWG' | 'ZWL' | 'RP' | 'VC' required
payment_methodstring required

Payment method used, empty when it is no longer known

created_atinteger required

When the alert was reported, in Unix seconds

Changes