# Events Stream payment events such as payment status or quote responses Endpoint: GET /v2/events Version: 2.5.1 ## Header parameters: - `authorization` (string, required) Bearer token (JWT signed with your SECRET_KEY) ## Response 400 fields (application/json): - `detail` (any) ## Response 401 fields (application/json): - `detail` (any) ## Response 403 fields (application/json): - `detail` (any) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) - `detail.type` (string, required) ## Response 500 fields (application/json): - `detail` (any)