I am trying to create a scheduled subscription using Paypal Api : "v1/billing/subscriptions"by providing a future date in "start_time".The issue i am facing :I received webhook event "BILLING.SUBSCRIPTION.ACTIVATED" instantly after approving the payment from front end just after creating the subscription.In the body if the webhook I got the "start_time" same as I provided.Am I doing something wrong?I am currently using sandbox API
I am trying to get the same result as stripe's Subscription Scheduling.