# FlyCode

## FlyCode

- [What is FlyCode?](https://docs.flycode.com/docs/introduction/what-is-flycode.md): Customers don’t always leave on purpose. FlyCode helps you catch the ones who didn’t mean to.
- [🎟 What causes payment failures & involuntary churn?](https://docs.flycode.com/docs/introduction/what-causes-payment-failures-and-involuntary-churn.md): Most teams think failed payments are just a cost of doing business. But many are preventable - if you know where to look.
- [🚨 How teams handle failed payments before FlyCode?](https://docs.flycode.com/docs/introduction/how-teams-handle-failed-payments-before-flycode.md): Most recovery efforts fail because they treat all errors the same, even though banks and card networks apply different rules and risk scores to each transaction.
- [Involuntary churn and failed payments](https://docs.flycode.com/docs/introduction/involuntary-churn-and-failed-payments.md): Learn how to reduce failed payment churn with FlyCode’s intelligent payment recovery and subscription optimization tools.
- [Analyze your subscription churn (free report)](https://docs.flycode.com/docs/introduction/analyze-your-subscription-churn-free-report.md): We’ll show you which types of failures are costing you most and how smarter retry logic can get that revenue back.
- [Supported payment and subscription platforms](https://docs.flycode.com/docs/integrations/supported-payment-and-subscription-platforms.md): FlyCode works alongside the tools you already use, so there's no need to replace your existing payment processor or subscription management platform.
- [Stripe integration guide for FlyCode](https://docs.flycode.com/docs/integrations/stripe-integration-guide-for-flycode.md): Connect FlyCode to Stripe Billing to recover failed payments, reduce involuntary churn, and boost subscription revenue without manual work or custom code.
- [How to Manage Failed Payments in Stripe](https://docs.flycode.com/docs/integrations/how-to-manage-failed-payments-in-stripe.md): Failed payments processed through Stripe can be customized to specify the number of retry days before your customer's subscription is canceled. Learn to customize Stripe's Smart Retries.
- [How to connect FlyCode to your Braintree/PayPal account](https://docs.flycode.com/docs/integrations/how-to-connect-flycode-to-your-braintree-paypal-account.md): Step-by-step guide to connecting FlyCode to Braintree or PayPal: create a FlyCode role, add an API user, and start recovering failed subscription payments.
- [Step-by-step: integrate FlyCode with Recharge](https://docs.flycode.com/docs/integrations/step-by-step-integrate-flycode-with-recharge.md): Recharge is the leading subscriptions payments platform designed for merchants to set up and manage dynamic recurring billing across web and mobile.
- [How to install FlyCode on Skio](https://docs.flycode.com/docs/integrations/how-to-install-flycode-on-skio.md): This guide shows how to link your Skio subscription setup with FlyCode to automate failed payment recovery.
- [Stripe <> FlyCode](https://docs.flycode.com/docs/integrations/stripe.md): How to install the FlyCode app from the Stripe App Marketplace, what it does with charges in error state, and the safeguards it applies before going live.
- [Involuntary churn hidden revenue killer](https://docs.flycode.com/docs/involuntary-churn-hidden-revenue-killer.md): What involuntary churn is, how much MRR failed payments cost subscription businesses, benchmark recovery rates by segment, and a five-step plan to reduce it.
- [Failed payment cost recovery ROI](https://docs.flycode.com/docs/failed-payment-cost-recovery-roi.md): A framework to calculate the true cost of failed payments using remaining customer lifetime value, with ROI tables by MRR level and a CFO-ready business case.
- [Dunning management 2026 guide](https://docs.flycode.com/docs/dunning-management-2026-guide.md): Dunning management in 2026: why email-first dunning underperforms, the silent-recovery-first playbook, software comparison, metrics and an implementation guide.
- [Subscription payment decline codes guide for Stripe](https://docs.flycode.com/docs/subscription-payment-decline-codes-guide-for-stripe.md): Reference of Stripe subscription decline codes, soft versus hard declines, what each code means, and the retry or dunning strategy that recovers each one.
- [Stripe smart retries complete guide](https://docs.flycode.com/docs/stripe-smart-retries-complete-guide.md): How Stripe Smart Retries work, how to configure them, their limits, card network retry rules, real recovery rates and how specialized tools layer on top.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.flycode.com/docs/introduction/what-is-flycode.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
