v1

latestOpenAPI 3.0.32026-07-26172157253.6 KB
Stripe Payments

Get Stripe Key Configuration

Return masked Stripe key configuration for test and live environments.

get/api/payments/stripe/config

Response

Stripe key configuration

Example response

{
  "keys": [
    {
      "maskedKey": "sk_test_...abcd"
    }
  ]
}