Skip to main content

Order Extension with saved payment method

POST/extensions/{extensionId}/order/
v2
POST
extension-order-extension

Request

  • extensionIdstring (uuid)
    required
    Example:"907a24e9-0723-4566-b584-86578419e983"

Responses

application/json

Order successful. Extension will be installed in the background.

    Usage examples

    $ curl \
    --fail \
    --location \
    -X POST \
    -d '{"consentedScopes":["string"],"customerId":"f0f86186-0a5a-45b2-aa33-502777496347"}' \
    -H "Authorization: Bearer $MITTWALD_API_TOKEN" \
    -H 'Content-Type: application/json' \
    https://api.mittwald.de/v2/extensions/f0f86186-0a5a-45b2-aa33-502777496347/order