Skip to content

Commit 4f1a9b0

Browse files
Added stripe customer number
1 parent 8c01604 commit 4f1a9b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ deprecated: false
2121

2222
'Billing' refers to the broad function of creating plans, setting pricing, collecting payments, etc. Here are some of the common concepts and terms you will come across.
2323

24-
## In-app identifiers
24+
## Billing identifiers
2525

2626
- **Customer ID** - A `customer_id` uniquely identifies a user or org who has signed up to a plan. This is different to a `user_id` or `org_id` that identifies the user or org as an entity.
2727
- **Customer Agreement ID** - A `customer_agreement_id` identifies the contract or agreement created in Stripe when a plan is signed up to. The agreement ID is then associated with the `customer_id` in Kinde.
28+
- **Stripe customer number** - A customer number is automatcially generated in Stripe when a customer signs up to a plan. You don't need this number to interact or do anything in Kinde. The Stripe customer number looks like this - `cus_SobqVb484c2xxx`.
2829

2930
## Key concepts
3031

0 commit comments

Comments
 (0)