Skip to main content
GET
/
api
/
v2
/
alert
/
{id}
Fetch an Alert
curl --request GET \
  --url https://api.chargeblast.com/api/v2/alert/{id} \
  --header 'X-API-Key: <x-api-key>'
{
  "alert": {
    "id": "<string>",
    "alertType": "<string>",
    "creditAppealed": true,
    "createdAt": "2023-11-07T05:31:56Z",
    "amount": 123,
    "transactionDate": "2023-11-07T05:31:56Z",
    "subprovider": "<string>",
    "provider": "<string>",
    "card": "<string>",
    "issuer": "<string>",
    "invoicedAt": "2023-11-07T05:31:56Z",
    "authCode": "<string>",
    "site": "<string>",
    "customerEmail": "<string>",
    "creditStatus": "<string>",
    "currency": "<string>",
    "reasonCode": "<string>",
    "merchantId": "<string>",
    "acquirerAction": "<string>",
    "alertId": "<string>",
    "resolvedDate": "2023-11-07T05:31:56Z",
    "resolvedByApi": true,
    "externalOrder": "<string>",
    "externalUrl": "<string>",
    "creditNotes": "<string>",
    "arn": "<string>",
    "attributes": {
      "order_number": "#1533",
      "processor_id": "proc_b381c83a9bc8a93"
    },
    "customerId": "<string>",
    "descriptor": "<string>",
    "cardBrand": "<string>",
    "responseAction": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.chargeblast.com/llms.txt

Use this file to discover all available pages before exploring further.

The subprovider field indicates the alert network. See Alert Types for all possible values and descriptions.
The alert may include optional attributes: a dictionary of string keys and string values (for example order_number, processor_id). The same field appears on webhook payloads when present.

Headers

X-API-Key
string
required

Your API key. Sent in the X-API-Key header.

Path Parameters

id
string
required

Response

200 - application/json

OK

alert
object
required

Export alert details.