Hi,
we’re building an app for a client who offers highly customizable products as a subscription.
The problem we currently have is that there is no way (that we know of) to create a checkout with an item on a selling plan with custom price.
I know we can alter the subscription contract price afterwards, but we’re not able to set a custom price on the initial checkout.
We tried multiple options like:
-
Creating a Checkout object via API, but it doesn’t even let us create it for a product which can be sold only as a subscription
-
Creating a Draft Order with a custom product and then creating a Subscription Contract based on it, but an Order doesn’t contain Payment Method ID, so we can’t make a seamless conversion from a single order into a subscription.
Is there any way to create a checkout for a subscription with a custom price?