#mikin-timestamp
1 messages · Page 1 of 1 (latest)
On the right side of that screen, can you copy the ID that is shown there and paste it here?
What are you trying to do in this case? It looks like the timestamp you provided was a second(ish) before the request made it to us, so the timestamp looked like it was in the past.
i am setting up BillingCycleAnchor property
as current date
for SubscriptionCreateOptions
class
BillingCycleAnchor = Datetime.Now
Gotcha, that approach isn't going to work due to delay between your code calculating the current timestamp and making the request. The billing_cycle_anchor defaults to the current time if you don't provide a value for it, I would recommend trying not setting that value and see if that behaves the way you're expecting.
but i wanted to charge customer
right a way as they subscribe
so if do not set it...let me try that way
Charging immediately is default behavior for Subscriptions.