#daniel-bennett_best-practices
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1505888354489602150
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐
For some payment methods we support both csv and json:
https://docs.stripe.com/get-started/data-migrations/export-file-formats#:~:text=We export ACH%2C SEPA%2C BACS%2C and PADs/ACSS as a CSV. We can also export card data in both CSV and JSON formats.
Thanks
Do you know if it's possible to export a sub-set of customers? I like to be able to only migrate after a given creation date.
For old customer no, you can't filter on creation date
Here are the fields you can use
https://docs.stripe.com/search#query-fields-for-customers
You can for example use a date on your integration, update the corresponding customers Id in stripe and add a metadata to identify them