Retrieve date of subscription stripe
Status: Closed · Asked by Renato Drumond on · 0 views
Hello, I´m conecting Stripe to Google Sheet with a few information.
One of the information I need to bring is the date of the payment but I can´t find any field with the payment date.
Hello @Renato Drumond
To obtain the payment date, you can use the "Modify current date" action event of the "Date/Time formatter" action step. This event will allow you to retrieve the current date and time and modify it as per your requirement and with the time zone. You can then map the resulting modified date value to the field where you want to store it.

By using this method, you can easily obtain the payment date directly and ensure that it is stored accurately in the designated field.
great. Now my problem is to identify what field on Satripe relates to the date. I could not find it.
I would like to inform you that you don't need to make any changes to the workflow or map the field for the payment date.
Whenever you capture the response from Stripe, it will automatically generate that date, and you can use that date to map it to any field in the subsequent action step as per your requirement as the current date and payment date have the same significance or role in the workflow.
So, it is suggested that use the current date as the payment date, as they will serve the same purpose.