Ingest order report (internal)

Ingests a single order report into the reporting warehouse. Called server-to-server by the
order-reporting producer once an order reaches a terminal payment state. The body is published
to the reporting pipeline . Requires the funtrips/reports.write S2S scope.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

A single order report emitted by the order-reporting producer. Forwarded to the reporting pipeline; unknown fields are ignored.

string
required
uuid
required
string
enum
required
Allowed:
string
required
uuid
required
string
string
string
string
string
string
double
≥ 0
double
double
string
string
string
string
date-time
required
order-info
object

Order metadata; only currency is consumed by reporting (no PII is stored).

lines
array of objects
lines
Responses
202

Order report accepted for ingestion.

400

Empty or invalid request body.

401

Missing or invalid credentials.

403

Token lacks the required scope.

502

Downstream publish failed.

Language
Credentials
OAuth2
Missing 1 required scope
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!