I have a project in which the customer is charged an upfront payment at checkout, and at the same time subscribes to a monthly subscription charge which starts on their specified date, the issue I am facing is that if these payments both require 3DS to be set up, I want to be able to have the customer authenticate once for both charges. I need the initial payment to be made at the time of checkout, but the subscription may not start for some time after checkout (which I am achieving with the Subscription trial_end field), is there a way I can perform both of these actions with one charge, perhaps in the Subscription I can specify to charge the customer a one off charge immediately and delay the monthly billing?
--
To unsubscribe from this group and stop receiving emails from it, send an email to api-discuss...@lists.stripe.com.
I have a project in which the customer is charged an upfront payment at checkout, and at the same time subscribes to a monthly subscription charge which starts on their specified date, the issue I am facing is that if these payments both require 3DS to be set up, I want to be able to have the customer authenticate once for both charges. I need the initial payment to be made at the time of checkout, but the subscription may not start for some time after checkout (which I am achieving with the Subscription trial_end field), is there a way I can perform both of these actions with one charge, perhaps in the Subscription I can specify to charge the customer a one off charge immediately and delay the monthly billing?
--