You can easily add Stripe to handle card payment in your funnels in Kickpages.
First, you'll need some information from Stripe - your API key and your Secret key
Accessing the Stripe Dashboard
Log In to Your Account
Visit dashboard.stripe.com/login.
Enter your email and password.
Click "Log in".
Obtaining API Keys
Stripe provides two types of API keys:
Publishable Key: Used in your application's frontend; it's safe to expose this key.
Secret Key: Used in your application's backend; keep this key confidential.
Publishable Key
Navigate to API Keys
You can go to the API Keys section by clicking here: https://dashboard.stripe.com/apikeys
View Your Publishable Key
You will see a section labeled "Standard keys".
The "Publishable key" is visible and starts with pk_test_ for test mode or pk_live_ for live mode.
Copy the Publishable Key
Click on the key to automatically copy it to your clipboard.
Alternatively, click the "Copy" button next to the key.
Add the key to Kickpages
Secret Key
Create a Secret Key
Click on "Create secret key" in the "Standard keys" section
Select "Building your own integration"
Enter a desired key name, if asked verify your email and two factor authentication if it is turned on
Click on the key to automatically copy it to your clipboard.
Add the Secret key to Kickpages
Using the API keys in Kickpages
Log into https://app.kickpages.com and click "Manage" then click "Integrations".

Click "Stripe" and enter a name for your integration in the "Integration Name" field.
Paste the API key you copied from "Publishable Key" into the "Stripe Publisher Key" field.
Paste the Secret key you copied from "Secret key" into the "Stripe Secret Key" field.
Add the "Statement Descriptor" text which will be displayed on the credit card statement
Click "Connect".
Stripe is now integrated and can be used to accept payment in the "Payment" tab inside your funnels.