List Payment Provider Configurations

GET
/api/v1/payment-provider-configurations

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/payment-provider-configurations"
[  {    "enabled": true,    "id": "string",    "name": "string",    "projectId": "string",    "providerId": "string"  }]
{  "_tag": "Api/ActionForbiddenError",  "message": "string"}
{  "_tag": "Api/PaymentProviderConfigurationServiceError",  "cause": "string"}