参数是tos_acceptance.date
Unix 时间吗?文档只说它应该是一个日期。
从这里的值(https://stripe.com/docs/api#account_object)和我在尝试调用 Stripe 时收到的错误消息(假设日期是 Unix 时间)来看,我得到一个错误说:
{
"error": {
"type": "invalid_request_error",
"message": "ToS acceptance date is not valid. Dates are expected to be integers, measured in seconds, not in the future, and after 2009.",
"param": "tos_acceptance[date]"
}
}
但是没有文档告诉我们应该如何得出这个日期值。