cURL
curl --request GET \ --url https://api.prod.commenda.io/api/v1/public/payment-intents/{paymentIntentId}/service/status \ --header 'x-api-key: <api-key>'
{ "paymentIntentId": "pi_123", "service": { "id": "sr_123", "corporationId": 44, "companyLegalName": "Acme LLC", "steps": [ { "name": "Formation documents", "status": "NOT_STARTED", "createdAt": "2026-03-01T00:00:00.000Z", "lastUpdatedAt": "2026-03-02T00:00:00.000Z" } ] } }
Retrieve the linked service request summary and task-group level status for a payment intent.
Payment intent identifier returned by POST /public/services.
POST /public/services
Service status retrieved successfully
"pi_123"
Show child attributes
Was this page helpful?