Skip to content

Commit 9e8280c

Browse files
Merge pull request #491 from kinde-oss/Fix/Remove-ref-to-payment-gateways
Fix/remove ref to payment gateways
2 parents fd24b8e + e56264e commit 9e8280c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/content/docs/billing/about-billing/billing-concepts-terms.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ relatedArticles:
1717
- **Features** - Plan features are the specific capabilities or entitlements included in a plan. They can be chargeable (incurring additional fees) or non-chargeable (included at no extra cost). Features can be metered (usage-based) or unmetered (fixed access).
1818
- **Fixed charges**- Single chargeable items like the subscription base price and other stand alone recurring charges.
1919
- **Pricing models** - Pricing models are the different methods of charging customers, such as flat-rate, usage-based, tiered, per-seat pricing, etc. Your pricing model is determined by your product and customer needs. Consider scalability and longevity when deciding this.
20-
- **Payments gateway** - A payments gateway is a service that securely processes customer payments via credit cards, ACH, or other methods - such as Stripe.
20+
- **Payments processor** - A payments processor is a third-party service that securely processes customer payments via credit cards, ACH, or other methods - such as Stripe Billing.
2121
- **Pricing table** - A pricing table is a visual representation of your different subscription plans, showcasing features and prices to help users compare options. You can build one in Kinde and then show it to your customers in the auth flow or self-service portal.
2222
- **Self-serve account portal** - Kinde provides a self-serve portal. This allows customers to manage their subscriptions—such as upgrading plans, updating payment information, or cancelling. This reduces support overhead and improves user autonomy. In Kinde, you can decide what your customers can self-manage or remove the functionality completely.
2323

src/content/docs/billing/about-billing/kinde-billing-model.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ relatedArticles:
88
- 9d1daf85-1a2c-4cc5-879a-230c950bed12
99
---
1010

11-
In the Kinde model, we handle everything except the payment processing part of billing. Kinde integrates with a third-party payment gateway (Stripe) for secure payment processing.
11+
In the Kinde model, we handle everything except the payment processing part of billing. Kinde integrates with a third-party payment processor (Stripe) for secure payment processing.
1212

1313
This involves a continuous sync between Kinde and Stripe, to ensure that products, prices, subscription information, invoices and payments, are accurate in both systems.
1414

@@ -24,7 +24,7 @@ Kinde supports billing models for B2B, B2C and even B2B2C. Depending which you a
2424

2525
## Kinde and Stripe
2626

27-
Kinde integrates a single payment gateway (only Stripe for now) to handle the financial and payment management side of things.
27+
Kinde integrates a single payment processor (only Stripe Billing for now) to handle the financial and payment management side of things.
2828

2929
Stripe uses the plan data and the customer info to create an agreement in Stripe. The customer is invoiced based on this agreement. Stripe securely stores your customer’s payment details and Kinde never sees credit card or other bank information.
3030

src/content/docs/billing/get-started/connect-to-stripe.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Kinde’s billing feature comes with a dependency on [Stripe](https://stripe.com
1212

1313
<Aside type="warning">
1414

15-
You can’t currently connect your existing Stripe account, but you will be able to copy across your business information from your existing account to the new account. This is a Stripe-imposed limitation for third party payment gateway integrations. We’re working on a migration strategy.
15+
You can’t currently connect your existing Stripe account, but you will be able to copy across your business information from your existing account to the new account. This is a Stripe-imposed limitation for third party integrations. We’re working on a migration strategy.
1616

1717
</Aside>
1818

src/content/docs/billing/payment-management/payment-gateway.mdx renamed to src/content/docs/billing/payment-management/payment-processor.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
page_id: acdd8b64-d5b7-43ab-b47b-6244d8f5b82e
3-
title: Connect payment gateway
3+
title: Connect payment processor (Stripe)
44
sidebar:
55
order: 1
66
relatedArticles:
77
- d980a089-d9c1-447b-930a-de0f2c00d3bf
88
---
99

10-
Kinde’s billing feature comes with a dependency on third party payment gateways. These services hold credit card details, process payments, apply tax, and generally handle all the financial side of billing.
10+
Kinde’s billing feature comes with a dependency on third party payment processor, specifically [Stripe Billing](https://stripe.com/au/billing). A payment processor holds credit card details, processes payments, applies tax, and generally handles all the financial side of billing.
1111

1212
For now, only [Stripe](https://stripe.com), a known and reliable payments processing platform, is supported. A new Stripe account is automatically created for you when you set up billing in Kinde.
1313

1414
<Aside type="warning">
1515

16-
You can’t currently connect your existing Stripe account, but you will be able to copy across your business information from your existing account to the new account. This is a Stripe-imposed limitation for third party payment gateway integrations. We’re working on a migration strategy.
16+
You can’t currently connect your existing Stripe account, but you will be able to copy across your business information from your existing account to the new account. This is a Stripe-imposed limitation for third party integrations. We’re working on a migration strategy.
1717

1818
</Aside>
1919

0 commit comments

Comments
 (0)