GET
/
api
/
v2
/
alert
/
{id}
curl --request GET \
  --url https://api.chargeblast.com/api/v2/alert/{id}
{
  "alert": {
    "provider": "<string>",
    "id": "<string>",
    "card": "<string>",
    "issuer": "<string>",
    "invoicedAt": "2023-11-07T05:31:56Z",
    "authCode": "<string>",
    "site": "<string>",
    "customerEmail": "<string>",
    "creditStatus": "<string>",
    "alertType": "<string>",
    "creditAppealed": true,
    "currency": "<string>",
    "reasonCode": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "merchantId": "<string>",
    "acquirerAction": "<string>",
    "alertId": "<string>",
    "amount": 123,
    "resolvedDate": "2023-11-07T05:31:56Z",
    "resolvedByApi": true,
    "externalOrder": "<string>",
    "externalUrl": "<string>",
    "creditNotes": "<string>",
    "arn": "<string>",
    "transactionDate": "2023-11-07T05:31:56Z",
    "customerId": "<string>",
    "descriptor": "<string>",
    "subprovider": "<string>",
    "cardBrand": "<string>",
    "responseAction": "<string>"
  }
}

Path Parameters

id
string
required

Query Parameters

api_key
string
required

Response

200 - application/json
OK
alert
object
required

Export alert details.