Stripe | Kana |
---|---|
Subscription | Subscription |
Subscription Items | Package |
Price | Package |
Product | Package |
Stripe | Kana |
---|---|
Subscription | Subscription (& Package) |
Subscription Item | Package Feature |
Price | Package Feature |
Product | Feature |
Stripe | Kana |
---|---|
id | billingId |
email | email |
name | name |
id
given to a user in Kana if they’re:
id
.
id
by you previously. This may be a user’s email
but not necessarily.
id
of a user (userId
) is required throughout many operations when integrating Kana into your product. Therefore, you should keep in mind that the id
of a Kana user if imported/synced from Stripe may not be the same as the identifier of a user in your backend.We’re working on ways to allow you to import and change user data (including the id
) currently. For the time being, it’s worth either:email
of a user as their Kana id
also
billingId
and the email
to achieve this. If they do, we associate the subscription to that existing user. If they don’t, we create a new user and associate that subscription to the new user.