Struggling with Stripe integration following Gregory Johns' video

I’m following Gregory John’s video on integrating stripe and have hit a roadblock.

In the checkout session backend workflow, when I try to add the “create a new subscription” I get errors for both the ID customer and ID subscription expressions. The expression is asking for “more” but as per Gregory’s video the expression should be “ID customer = Request Data’s body object customer”

In the screenshots you can see my setup with the errors, along with Gregory’s setup that has the same expressions. Also included is a screenshot of the API workflow request data which displays the customer ID returned from Stripe (cus_Ron4qSZJPJ8gFK).

I can’t for the life of me figure out what I’m doing wrong here?




I have the exact same issue!
Would love some help with this too

I fixed this.

My problem was that I had selected “Text” instead of “text” (all lowercase) for the field type of both ID subscription and ID customer.

Check that you’ve selected “text” as the field type under the Subscription data type.

Good luck