Files
medusa-store/docs/api/store/paths/carts_{id}_payment-sessions.yaml
2022-08-05 14:06:12 +02:00

25 lines
567 B
YAML

post:
operationId: PostCartsCartPaymentSessions
summary: Initialize Payment Sessions
description: >-
Creates Payment Sessions for each of the available Payment Providers in the
Cart's Region.
parameters:
- in: path
name: id
required: true
description: The id of the Cart.
schema:
type: string
tags:
- Cart
responses:
'200':
description: OK
content:
application/json:
schema:
properties:
cart:
$ref: ../components/schemas/cart.yaml