Hey everyone!
I dropped a comment over on an open Github Issue about linking members to Stripe customer ID’s via the API (Bug in Admin API /members/add for members with "stripe_customer_id" field · Issue #12942 · TryGhost/Ghost · GitHub), but I wanted to check here to make sure there isn’t an easier/existing way to accomplish what I’m after.
The use-case that I have in mind looks like this:
- User signs up for a free membership plan through Ghost
- Sometime later, user buys a subscription via Stripe checkout, but NOT one of the plans created in Ghost. (I want to create additional custom Stripe checkouts to enable pricing tiers that are not yet available in Ghost)
- I then want to be able to link the Stripe Customer ID that is created from this purchase back to the existing Ghost member
Currently, it looks like you can link a Ghost member to a Stripe Customer at the time a member is created in Ghost via the API, but there doesn’t seem to be a way to connect a Ghost member to Stripe after the fact.
Is that the case and a Github Issue is the best way to go or is there something I’m missing? I’m also open to other suggested approaches outside the API if it is something that would solve my use-case, although it looks like Zapier is also limited when it comes to updating members.
Thanks!
Greg