Stripe customer data

Hi All,

Using the new stripe payments. Works wonders!
However, on stripe I don’t get any customer information on the payments. How would I set the field of customer for stripe? I get fields to pass like description and amount but can’t tie the transaction to a customer. Is this by design?

Hey @dpenne !

This is definitely possible - you just have to build this workflow yourself as this process is likely to change per use case.

As seen in the Stripe Payments addon, you can pass custom values to Stripe - which all come from the Stripe API. In this image, I’m passing customer with a value that I’ve saved to the User record.

In order to get the Customer ID into the Users table, I used the Stripe Pipe - Create Customer on the Sign Up Form.