#raam

1 messages · Page 1 of 1 (latest)

tulip timberBOT
iron prism
#

Hi there,
What Stripe product are you using, this is anew integration?

tardy elm
#

Product with recurring price

iron prism
#

You can use Stripe Checkout
and specify payment_method_collection: 'always' in order to collect the payment method even if the subscription start with trial

tardy elm
#

but there is an issue in that,the payment was not happen but there is a billing of 10 bucks just for free trails,why it is happening like that?

iron prism
#

but there is a billing of 10
Could you please share the subscriptionId you are referring to?

tardy elm
#

yes

tardy elm
#

@iron prism

#

@deft gull

#

Help me @deft gull

hollow bolt
#

@tardy elm be patient please.

hollow bolt
tardy elm
hollow bolt
#

what's your current question?

tardy elm
#

Hey guys want to save the card details of the customer,then i want. To start the subscription with free trial periods.Thanks in Advance.

#

With stripe element

#

but i am doing that but,the amount was deducted like 10 bucks while we are subscribed through free trail method

hollow bolt
tardy elm
#

@hollow bolt

hollow bolt
#

yes?

#

you haven't shared the subscription ID(sub_xxx ) relating to the issue you're describing. That was the next step.

tardy elm
#

sub_1M0O7aSBU7DUyV6dtNEVNMRt

#

Please check it @hollow bolt

hollow bolt
#

thanks, will take a look in a bit and get back to you

tardy elm
#

Sure

#

I am waiting

hollow bolt
#

did you set the trial period on the Price directly instead?

tardy elm
#

Yes

#

In price id,we has a 30days trail period

hollow bolt
#

if so, you need to pass trial_from_plan:true so that it is used, but in general that approach is deprecated and you should just pass trial_period_days on the API request creating the subscription.