#empressbrosephine
1 messages · Page 1 of 1 (latest)
Hello! can you share the request ID that's failing ?
For sure, let me grab it. Thanks Karbi
req_qZrzlaQEYFm8YA
req_BAWhkAC7TQ8RjR
theres one I just sent over if you need a more recent one
Can you give me some more context on whatyou're trying to do? It looks like the reason it's failed is because by the time your request goes through, the billing cycle anchor timestamp you've passed in ends up being 1 second in the past and we require those timestamps to be in the future
Are you just trying to set the billing cycle anchor to be "now"/the current time?
Yeah that would help lol. Basically (and I could totally be using the wrong property) trying to set a subscriptions start date to either a later date if supplied or "right now"
If you want a subscription to start right now you can just omit billing_cycle_anchor entirely
gotcha, so that's probably the thing lol
wheres if I send in a later timestamp it'll work
👍 yup!