Stripe backend workflow naming convention issue

The Request Data naming conventions are confusing me some for the Stripe Plug-in. I didn’t see one that is clearly as being the “Subscription ID” for the customer. I’m not certain if that really is object id, id or exactly what? I didn’t see anything labeled as subscription id (which would make things a bit easier).

Is there a full list of explaining everything for Request Data? This is for a backend workflow, I’m trying to update.


Any Help greatly appreciated in pointing me in the right direction. I think I have most of these values setup correctly, just need or want to know exactly what is what for a few things.

Thank You

The API docs detail everything:The Subscription object | Stripe API Reference

I’m not sure which object you’re working with but the subscription id starts with “sub_”. You can click on modify types to identify which field has this value

1 Like

Thank you very much!

This topic was automatically closed after 70 days. New replies are no longer allowed.