Skip to content

Create order

POST
/bridge-payment/orders

Creates a new order with user/org/project ownership checks.

Authorizations

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)

Request Body

application/json
JSON
{
"user_id": "string",
"organization_id": "string",
"project_id": "string",
"customer_id": "string",
"amount_cents": 0,
"currency": "USD",
"status": "pending",
"items": [
{
"additionalProperties": "string"
}
],
"metadata": {
"additionalProperties": "string"
}
}

Responses

Order created

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI