Stripe

I'm getting card declined or processor declined error. What's going on?
Two of the most frequently returned response codes, card_declined and processor_declined indicate that the customer’s bank is unwilling to ...
Mon, 26 Mar, 2018 at 11:59 AM
Error: "Payment collection failed. Customer does not have a linked card with ID card". What’s going on?
This error usually occurs when a transaction is initiated for a customer from Chargebee's web interface. It indicates that the transaction...
Fri, 22 Jul, 2016 at 5:04 PM
Which API keys do I need to set up stripe.js? Where can I find them?
You have two API keys, a secret API key and a publishable API key, associated with your Stripe account - they are used mainly for identification on the...
Mon, 26 Mar, 2018 at 12:26 PM
What is stripe.js? What are my implementation options with stripe.js?
Stripe.js is a JavaScript library that you can wire into your checkout form to handle credit card information. When a user signs up using your checkout ...
Mon, 26 Mar, 2018 at 12:28 PM
What is the Chargebee + stripe.js flow of information?
Once the customer’s card information has been collected (with the embedded or pop-up form options), it is passed on to Stripe’s servers where a correspon...
Wed, 16 Feb, 2022 at 7:45 PM
For ACH payments, how do I pass a bank account to Chargebee using the API?
For new and existing customer on Stripe, you can use the API to send bank account details across to Chargebee. There are two ways to do so: with a refere...
Mon, 26 Mar, 2018 at 12:30 PM
What does Chargebee offer that Stripe doesn't?
Here’s what Chargebee brings to the table when you use it on top of Stripe  When you have a SaaS company, you will want more flexibility in terms of mana...
Fri, 18 Jan, 2019 at 2:16 PM
I'm moving to a new Stripe account in Chargebee. What are the steps to be followed?
This article covers: The migration process for switching your Stripe account linked the Chargebee Moving card information from one Stripe account to anoth...
Fri, 30 Apr, 2021 at 5:05 PM
Is it mandatory to configure Chargebee webhook in Stripe?
While not mandatory, it is recommended to configure it. When configured, Chargebee will listen for Card Update events. Stripe works directly with card netwo...
Wed, 12 Sep, 2018 at 3:28 PM
Transaction amount limit in Stripe
Topics Covered. Minimum Transaction values Error - Amount must convert to at least 50 cents When a charge/invoice less than 0.50 USD is generated for ...
Thu, 17 Jan, 2019 at 3:13 PM