Stripe Customer Not Being Created

Need help passing customer transaction data to Stripe.

Stripe creates a transaction, but the customer is not created.

I have recorded a video going over the issue for someone else, but it should provide a good explanation…

GF: Version 2.4.21.3
Stripe Add-on: Version 3.8.4

Hi Mike. For product purchases, no Stripe customer is created by default. Stripe customers are created for the Subscription type transaction. You can use this code to create a Stripe customer for a product purchase: https://d.pr/n/2K8QVq

Be sure that the feed name is correct in that code (on line 4.) I believe it is based on your video. Try that and let us know how it goes, or open a support ticket for more assistance:

Hey, thanks so much for the quick response!

This works!

How can I include the customer First Last name & phone number?

Mike