To activate this integration, you need to enter your Stripe Public Key and Secret (or Restricted) Key into Evalandgo.
You must have an active Stripe account with Developer rights.
Log in to your Stripe Dashboard.
In the left menu, click Developers.
Select API Keys.
If needed, click Create an API Key.
Identify your keys:
Public Key (starts with pk_...
)
Secret or Restricted Key (starts with sk_...
)
Test Keys
Public Key: starts with pk_test_
Secret Key: starts with sk_test_
Used for testing, no real transactions
Live Keys
Public Key: starts with pk_live_
Secret Key: starts with sk_live_
Used for real payments
Secret Key → grants full access to your Stripe account.
Restricted Key → lets you limit permissions.
For Evalandgo, configure the restricted key with these permissions:
Charges: Read
PaymentIntents: Write
PaymentMethods: Read
Checkout Sessions: Write
In your questionnaire, open the Payment Form configuration.
Paste your Public Key in the dedicated field.
Paste your Secret or Restricted Key in the corresponding field.
Save your settings.
Once your tests are validated, replace the test keys with your live keys.
Run a final test to ensure payments are processed correctly.
Regularly check Stripe’s documentation to stay updated on security best practices.
The Stripe integration in Evalandgo is secure and PCI DSS compliant.
Transactions processed via Stripe appear in your Stripe Dashboard in real time.
You can test payments using the test cards provided by Stripe.