Which description applies to the Publishable Key pk_?

Master the Stripe Fundamentals Exam with engaging flashcards and multiple choice questions. Each quiz question includes detailed explanations to enhance your understanding. Prepare effectively and ace your exam!

Multiple Choice

Which description applies to the Publishable Key pk_?

Explanation:
Publishable keys are meant for use in client-side code and can be exposed publicly in your app. They let you tokenize payment details with Stripe.js or mobile SDKs, so card data goes directly to Stripe rather than through your server, which helps reduce PCI scope. In contrast, secret keys stay on the server and are used to authenticate requests from your backend to Stripe, so they must never be exposed in client code. Webhook events are verified with a separate webhook signing secret on your server, not with a publishable key. Admin API access is a higher-privilege capability and isn’t intended for client-side use. So the description that matches the publishable key is that it’s used on the client side and is publicly accessible to tokenize payment information.

Publishable keys are meant for use in client-side code and can be exposed publicly in your app. They let you tokenize payment details with Stripe.js or mobile SDKs, so card data goes directly to Stripe rather than through your server, which helps reduce PCI scope. In contrast, secret keys stay on the server and are used to authenticate requests from your backend to Stripe, so they must never be exposed in client code. Webhook events are verified with a separate webhook signing secret on your server, not with a publishable key. Admin API access is a higher-privilege capability and isn’t intended for client-side use. So the description that matches the publishable key is that it’s used on the client side and is publicly accessible to tokenize payment information.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy