Copenhagen Truck Wash API Help

Create Stripe payment intent

This endpoint documentation is generated directly from openapi.yaml.

Endpoint

POST /orders/module/stripe/payment_intent

Operation

Operation ID: createStripePaymentIntent

Create Stripe payment intent

Authentication

Security requirements:

Scheme

Scopes

BearerAuth

-

Request Body

Required: yes.

Content type: application/json

{ "properties": { "id": { "type": "integer" }, "reader": { "type": "string" }, "tax_percentage": { "type": "integer" } }, "required": [ "id", "reader" ], "type": "object" }

Responses

Status

Description

Content Types

200

Success

application/json

Schema for response 200 (application/json):

{}
17 March 2026