19 lines
477 B
YAML
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
|