New Chargeflow docs. Everything for merchants, platforms, and the API in one place.
Current (2025-04-01)Merchants APIAlerts

Get Alert By ID

GET
/public/2025-04-01/alerts/{alertId}
x-api-key<token>

Your Chargeflow API key. Generate it in the Developer Hub under Settings.

In: header

Path Parameters

alertId*string

The unique Chargeflow object identifier of the alert.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/public/2025-04-01/alerts/string"
{  "id": "string",  "account_id": "string",  "ext_account_id": "string",  "transaction": "string",  "created_at": "2019-08-24T14:15:22Z",  "network_transaction": {    "id": "string",    "created_at": "2019-08-24T14:15:22Z",    "amount": 0,    "currency": "str",    "card_brand": "string",    "bin": "string",    "last4": "string",    "auth_code": "string",    "arn": "string"  },  "status_date": "2019-08-24T14:15:22Z",  "status": "string",  "statement_descriptor": "string",  "amount": 0,  "currency": "str",  "outcome": "string",  "type": "string",  "reason": "string"}
Was this page helpful?