Skip to main content
GET
/
intents
/
{id}
/
stream
Stream intent status
curl --request GET \
  --url https://api.cherp.dev/v1/intents/{id}/stream \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

API key. Use pk_live_* for production or pk_test_* for test mode.

Path Parameters

id
string
required

The Payment Intent ID

Response

SSE stream of intent status updates

The response is of type string.