How can I start charging a user the user immediately for a PayPal billing agreement?
Here\'s what I\'ve got so far.
I can't replicate, actually. I stumbled on this thread when getting the error due to setting it to moment.now()
. But setting it to even 5 seconds in the future works a-ok. I'm using JavaScript, "start_date": moment().add({seconds:5}).format()
and that checks out fine. Moment.js will set TZ to UTC when formatting as such, so it's gotta be a timezone thing on your end?