Files
medusa-store/docs/api/admin/paths/store_payment-providers.yaml
2022-08-05 14:06:12 +02:00

19 lines
477 B
YAML

get:
operationId: GetStorePaymentProviders
summary: Retrieve configured Payment Providers
description: Retrieves the configured Payment Providers
x-authenticated: true
tags:
- Store
responses:
'200':
description: OK
content:
application/json:
schema:
properties:
payment_providers:
type: array
items:
$ref: ../components/schemas/payment_provider.yaml