My app is sending a POST request to stripe's API for a usage update. The Body is as follows:
quantity=2×tamp=1614916656
However, the issue is Stripe returns the following error: parameter_invalid_integer - timestamp
I can't figure out why this is. The timestamp is the current date and time in EST converted from UTC.