#justin.li
1 messages · Page 1 of 1 (latest)
Can you share the Checkout Session (cs_xxx), so that I can take a look how your integration works?
How to modify the trial display text? I only want the functionality of deducting charges at a specified time, but I want to change the trial text to indicate that charges will be deducted after a specified time.
Thanks for sharing! I'm afraid the display text on the trial information can't be changed. The number of trial days will be calculated based on subscription_data.trial_end set in the requestion
How can I set up charging at a specific time? The 'billing_cycle_anchor' parameter is restricted to the next cycle, but I want to initiate charges at a specific time beyond the next billing cycle.
Can you illustrate this scenario in an example? For the initial payment, it has to be made within the Checkout Session expiry
In our system, we have two payment systems. Users can make payments through another system and then switch to Stripe. At this point, users don't have payment information in Stripe, but they are currently in a subscription cycle. I need to specify that the user will start making payments at the end of the current subscription cycle when creating an order.