Alerts
Fetch an Alert
Alerts
Fetch an Alert
Get a specific alert.
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
Query Parameters
Response
200 - application/json
OK
The response is of type object
.
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>"
}
}