Skip to main content

Create the Wallet for the Customer

POST/customers/{customerId}/wallet/
v2
POST
customer-create-wallet

Request

  • customerIdstring
    required
    Example:"edefeee4-e8e9-4e2d-ab95-9a2eb6104cfb"

Responses

application/json

The Wallet has been created.

  • customerIdstring

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/customers/string/wallet