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

Get Removal Request Status

GET
/public/2025-04-01/data-subject/removal/{requestId}
x-api-key<token>

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

In: header

Path Parameters

requestId*string

The unique identifier of the removal request.

Query Parameters

account_id?string

The Chargeflow account ID. Required for platform API keys.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/public/2025-04-01/data-subject/removal/string"
{  "request_id": "string",  "status": "string",  "chargeflow_id": "string",  "created_at": "string"}
Was this page helpful?