#bonder-sub-id
1 messages · Page 1 of 1 (latest)
I think that's what I'm going to do but I want to make sure it is possible to do it this way before I implement it.
Basically, I'm struggling to pinpoint where in the documentation there exists a mechanism for associating payments with particular accounts
Yep you would set metadata during the Checkout Session creation. That will get carried down to the Subscription: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-subscription_data-metadata
You also will have a Customer ID created via the Checkout Session and you could set your own UID as metadata on the Customer ID as well if you want to go that route.
Great, and I can set metadata using checkout rather than having to use elements?
Thanks, appreciate you man ❤️