How to connect Stripe to AvenPing
Stripe is the card payment provider you connect for AvenPing payment links and webhooks. Open Integrations, Activate Stripe, save Publishable key and Secret key, then copy Webhook URL and Webhook Secret.
Prerequisites
- An AvenPing account. See How to sign up for AvenPing.
- A Stripe account with a publishable key (
pk_...) and secret key (sk_...). - Access to Integrations in the AvenPing left sidebar.
Step-by-step
Open Integrations
Sign in at app.avenping.com. Click Integrations. Find the Stripe card (badge Payments).Activate Stripe
Click Activate if the card is not connected. AvenPing opens the Stripe configurator. Status is Inactive until credentials save.Enter API credentials
Under API credentials, enter Publishable key (placeholderpk_test_...) and Secret key (placeholdersk_test_...). Click Save. Success shows Stripe credentials saved and Status Active. Saving also creates the Stripe webhook and reveals Webhook Secret.Test and copy webhooks
Click Test. Success shows Credentials verified. Under Webhooks, copy Webhook URL and Webhook Secret. Use the eye control to reveal a new secret. If delivery fails, click Facing issues? Regenerating… / Regenerate and update Stripe with the new secret.Confirm Active on the grid
Go back to Integrations. The Stripe card shows Active. Click Configure later to rotate keys or copy webhook values again.
TIP
Use Stripe test keys (pk_test_... / sk_test_...) first. Replace them with live keys when you go to production.
FAQ
Does Save also set up the Stripe webhook?
Yes. After a successful Save, AvenPing shows Webhook URL and Webhook Secret. Copy them if you need to confirm the endpoint in Stripe.
What if Test fails?
Confirm the secret key matches the same Stripe mode as the publishable key (test vs live), then Save again and click Test.
Can I regenerate the webhook secret?
Yes. Under Webhook Secret, click Regenerate. Update Stripe immediately; the old secret stops working.