diff --git a/src/PaymentServer/Main.hs b/src/PaymentServer/Main.hs
index 65afc143f18ffdcb1cb188be39d4ce26d4d10836..8ca22063697f89c3b83a30b44732036e8f3f4063 100644
--- a/src/PaymentServer/Main.hs
+++ b/src/PaymentServer/Main.hs
@@ -197,12 +197,12 @@ sample = ServerConfig
   ( long "stripe-key-path"
     <> help "Path to Stripe Secret key" )
   <*> option str
-  ( long "stripe-endpoint-url"
-    <> help "The root endpoint of the Stripe HTTP API"
+  ( long "stripe-endpoint-domain"
+    <> help "The domain name for the Stripe API HTTP endpoint."
     <> value "api.stripe.com"
     <> showDefault )
   <*> option auto
-  ( long "stripe-endpoint-protocol"
+  ( long "stripe-endpoint-scheme"
     <> help "The Stripe HTTP API protocol (HTTP or HTTPS)."
     <> value HTTPS
     <> showDefault )