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"
    }
  ]
}

Changes