Stripe Integration
Overview
Accept payments in your VULK app using Stripe.
Requirements
- Stripe account (stripe.com)
- Publishable and Secret keys
Setup Steps
- Create Stripe account at stripe.com
- Get your API keys from Stripe Dashboard
- In VULK, click Integrations
- Select Stripe
- Enter your Publishable Key
- Enter your Secret Key
- VULK adds Stripe to your project
What Gets Added
- Stripe.js library
- Checkout component
- Payment processing code
- Success/cancel pages
Testing
Use Stripe test mode keys first. Test card: 4242 4242 4242 4242
Going Live
Replace test keys with live keys when ready to accept real payments.