#Sapna Verma

1 messages · Page 1 of 1 (latest)

silk sapphireBOT
vital gull
versed rivet
#

I see that the. that only creates the method...how will it store the card details as well?

#

I want to use that data for future payments

vital gull
#

It'll save the payment method and set it as the default payment method of the subscription.

versed rivet
#

will stripe collect payment automatically on the trial_end

#

?

vital gull
#

Yes, it will automatically invoice your customer when trial ends

versed rivet
#

when u save the payment method...do you save the payment method details as well....to be used on trial_end

#

?

#

like the card details...to be used at tria;_end?

vital gull
#

Yes, as I explained earlier, the payment_method is saved as the default_payment_method of the subscription, and will be used to pay the invoices that the subscription generates

versed rivet
#

thanks

#

so i do not need to use setupIntent in that case?

vital gull
#

It's entirely up to you

#

You can also use SetupIntent to collect a payment method, and use it for subscription.