#Potato-subscription

1 messages ยท Page 1 of 1 (latest)

limber rivet
#

Hi! Yes that is possible. Are you using Android or iOS?

trail python
#

Hello!

simple sedge
#

Hi!

trail python
#

Yep, you can use the PaymentSheet for Subscriptions.

simple sedge
#

do you have any examples? I'm trying to find some

trail python
simple sedge
#

yeah, I've been looking through that guide

trail python
#

In a nutshell when you create a Subscription it will produce an Invoice, and that Invoice will have a Payment Intent, and you can confirm that Payment Intent using the PaymentSheet.

simple sedge
#

ahh, I see. So I'll create a subscription with payment_method = default_incomplete in order to do that

#

I'll give that a try

trail python
#

Yep!

simple sedge
#

Once I set that payment intent for the invoice, will that be applied to all recurring invoices or do I need to configure that on the subscription somehow

trail python
#

Will what be applied?

simple sedge
#

ah no worries, I found the information I needed

#

๐Ÿ™‚

simple sedge
#

One last thing i wanted to ask you. The hosted checkout calculated the tax based on the address entered, is it possible to do that automatically with the paymentsheet?

trail python
#

No, not in the same way. The PaymentSheet doesn't collect the billing address, and it's not part of calculating the amount to charge.

simple sedge
#

I don't see a way to collect the address

#

yeah :/

trail python
#

Subscriptions do support tax calculations though, but you need to get the customer's info outside of the PaymentSheet.

simple sedge
#

So the subscription will calculate the tax based on the customer's billing information? If I set that before creating the subscription

trail python
simple sedge
#

Awesome! Thanks so much for all your help ๐Ÿ™‚