Articles on: Account, billing and domain set-up

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:

  1. Log-in to your Stripe account
  2. Click on "developers" in the top right corner.
  3. Make sure you are not viewing test data (also in the left nav panel)
  4. Click on "API keys" in the left nav panel
  5. Reveal the hidden secret API Key
  6. Copy and paste both keys into your Proofpix account.

    All your payment processing API data is transmitted securely of SSL and further encrypted inside of the Proofpix database.



For users of the Proofpix Version 2 (V2), you will also need to configure a webhook which allows Stripe to send us information about payments. This is essential so we can be updated if any payment fails. The steps are as follows:


  1. Click "Webhooks" from the "developers" section in your Stripe account
  2. Click, "Add endpoint"
  3. Enter, https://v2.proofpix.com/Orders/StripeNotify/ as the Endpoint Url
  4. Click "Listen to events on your account" (should already be selected)
  5. Select the latest version offered from the "Version" menu
  6. 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


  1. Click the big "Add endpoint" button


Here is a video showing you the various steps.


Updated on: 23/04/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!