#sebastian10-file-upload

1 messages · Page 1 of 1 (latest)

velvet shuttle
#

Not really. The closest approximation to doing this would be to add the customer ID as metadata when the file is created, but you would still have to sort through every file on your end to delineate between customers

modest axle
#

Similarly, is there any limit to the size of the Customer metadata object? If we can’t associate a customer with a file, then we could stash the file ID’s in the customer metadata object.
https://stripe.com/docs/api/customers/object#customer_object-metadata
To take a step back, I’m exploring options for porting our old invoices into Stripe so that we can serve them from one place to our customers.

velvet shuttle
#

You can have up to 50 keys, with key names up to 40 characters long and values up to 500 characters long.

#

Not sure if that fully answers your question though.

modest axle
#

yes thank you!