#Zelda

1 messages · Page 1 of 1 (latest)

daring hareBOT
hard delta
#

using laravel cashier, but its a wrapper for stripe-php

#

Hi pgskc

wraith cradle
#

I do not know much about lavavel, and since they've built the plug in, I'd recommend that yo reach out to them for next steps.

hard delta
#

cashier is just a wrapper i can still access the Stripe SDK

#

ok so if a customer checks out with subscription and purchase product(s) i just add invoice items to subscription, and on the next subscription payment it will just be the subscription and not contain any of the purchase products yeah?

wraith cradle
#

That is correct.

hard delta
#

great thanks so much

#

can I still use stripe.confirmPayment with subscriptions?

wraith cradle
#

Otherwise, you cannot combine one time payment and recurring prices, hence there is no documentation on this. Expect, the above invoice items for one time

hard delta
#

makes sense

#

can I still use stripe.confirmPayment with subscriptions?

#

i would like to use the recommended paymentElement

wraith cradle
hard delta
#

thanks ill read up on that, one last question does every subscription have to link to a product (price_product_id) in stripe?

wraith cradle
hard delta
#

thanks for all your help @wraith cradle im new to using stripe so lots to learn