Is it possible to create a Stripe Customer via API? Answered
Hello Community,
I have a workflow that sends standalone payment links via email using Stripe and the API. To properly assign existing customers, I would like to create a Stripe customer in the flow who already exists in Memberstack. I can do this manually (Create Stripe Customer),
but is it also possible to automate this process via the API?
Looking forward to your response!
Best regards,
Comments
1 comment
Hi Fabian,
Currently, the automation you mentioned isn’t possible at the moment.
However, you can explore using the Memberstack API to retrieve user information and then create corresponding customers in Stripe via their API.
To set this up, you could use a server-side script, a webhook, or automation tools like Make or Zapier to trigger this process whenever a new user is added to Memberstack or when syncing existing users.
While I haven’t personally tested this approach, it’s worth giving it a try to see if it meets your requirements.
Please sign in to leave a comment.