#get stripe customer

1 messages · Page 1 of 1 (latest)

wanton mothBOT
scenic horizon
#

Hi! Let me help you with this.

#

It's a unix timestamp.

#

In seconds

urban mica
#

Hi, for integration purpose we need to search the records customer/invoice/payment based on record created date. Is there any paramater available to filter newly created records ?

scenic horizon
#

What do you mean by "newly created"?

urban mica
#

day to day we need to integrate the records from stripe to other application, so we need some parameter to filter the records which was already processed and only the new records created after the integration

scenic horizon
#

Then you will need to keep track of the records that you have processed

#

You can do it in your database, or you can use the Invoice metadata.

#

You can set, for example:

metadata: {
processed: true
}
urban mica
#

processed is a custom field we need to create right ?

scenic horizon
#

Yes.

urban mica
#

Thank you, is there any API usage limit ?

urban mica
#

thank you

scenic horizon
#

Happy to help!