#stripe101-trials
1 messages · Page 1 of 1 (latest)
No, there isn't a way to add a trial to a one-time charge. You could just collect the payment information up-front and then create a separate request to make the payment 7 days later
An alternative you could also explore is to use separate auth and capture (https://stripe.com/docs/payments/capture-later) to auth the payment initially and then wait to capture 7 days alter