Finding your Stripe API credentials
The following article describes where to retrieve your Stripe API credentials.
The Stripe API credentials are required if you would like to use Stripe to process credit card transactions directly on your site and refund credit card payments directly from the Proofpix control panel.
Please perform the following:
- Log-in to your Stripe account
- Make sure you are not using "test data" or in a sandbox
- Click on "developers" in the bottom left corner
- Click on "API keys"
- Copy and paste both the Publishable and Secret keys into your Proofpix account
All your payment processing API data is transmitted securely of SSL and further encrypted inside of the Proofpix database.
- Click on "Developers" in the bottom left corner
- Click "Webhooks"
- Click "Add destination" ( if this is show to you)
- Click, "Add endpoint"
- Enter, https://v2.proofpix.com/Orders/StripeNotify/ as the Endpoint Url
- Click "Listen to events on your account" (should already be selected)
- Select the latest version offered from the "Version" menu
- Click "Select events" and then select the following events to listen to:
- charge.succeeded
- charge.failed
- charge.refunded
- charge.updated
- payment_intent.payment_failed
- payment_intent.succeeded
- Click the big "Add endpoint" button
Here is a video showing you the various steps.
Updated on: 02/12/2025
Thank you!