#.letscode
1 messages · Page 1 of 1 (latest)
even i set the timestamp value 1692057600
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_VENhQsVSfSiWs3
{
"backdate_start_date": "1689379200",
"items": {
"0": {
"price": "price_1NXifcFG3Dh3H5V4O75ThBWJ"
}
},
"customer": "cus_OKNQjpBmzWCvFH",
"payment_behavior": "default_incomplete",
"payment_settings": {
"save_default_payment_method": "on_subscription"
},
"billing_cycle_anchor": "1692057600",
"expand": {
"0": "latest_invoice.payment_intent"
}
}
any luck?
Thanks for sharing, checking...
ok
any luck with this?
Yes,
Your customer is attached to a test clock 2031-05-05 12:20:00 while the future timestamp you are passing is 2023-08-15 00:00:00 UTC
test clock is for testing future date and what is the max date
and billing cycle anchor is for next invoice date
both are different. Right? i'm missing anything?
Yes, but here the customer is attached to a test clock, so you need to pass future dates according to that test clock .
you mean same date for billing cycle and test clock?