Trying to set start_date when creating payment link with a subscription

I am trying to create a payment link with a subscription.
Everything is fine except I cannot seem to set start_date for the subscription.
Is there any way I can specify it with /v2/online-checkout/payment-links API?

:waving_hand: I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:

Additional Documentation

Guidelines and Limitations
Get Started
Get Started

If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.

The CreatePaymentLink endpoint of the Checkout API currently does not support setting a start_date for a subscription. When you create a checkout link for a subscription plan, the subscription starts as soon as the buyer completes the checkout process. The API automatically sets the start_date to the date when the buyer pays for the subscription.

This answer was reviewed by @Bryan-Square.