Opens a Server-Sent Events (SSE) stream for real-time status updates on a Payment Intent. The stream emits events on every state transition.
cURL
curl --request GET \ --url https://api.cherp.dev/v1/intents/{id}/stream \ --header 'Authorization: Bearer <token>'
"<string>"
API key. Use pk_live_* for production or pk_test_* for test mode.
pk_live_*
pk_test_*
The Payment Intent ID
SSE stream of intent status updates
The response is of type string.
string