Hi All,
I am using Stripe plugin to do credit card payments. All looks good during the subscribing - See screenshot A.
However, I also built a backend workflow API to Stripe for any credit card or payment details, but it is receiving it as “Number” instead of “Date”. See screenshot B
Find the date values they are sending and in the dropdown on the right side, change it from number to date and that should work.
Alternatively you can setup a conversion where you take the date Jan 1, 1970 at 12AM and add the number of seconds from the request data to that to arrive at the date.
Be sure to checkout the Stripe Integration Course when you are ready to integrate Stripe payments to start monetizing your application via product sales or subscriptions.