Hi everyone,
I am just hoping to get some information on why creating a Stripe Subscription within a Payment Field in an Action Form is able to return either a String or and Object.
- When we add the subscription to the user account in the Ending Screen component ‘After Submission Flow’ it returns an Object,
- Whereas when consumed within a component Flow following the Payment Field using the same Flow, it returns a string.
In our case, we require the Payment Field to return an Object and the Docs don’t seem to indicate the reason for one or the other.
Any help would be greatly appreciated!