#saucisse_dev

1 messages · Page 1 of 1 (latest)

icy basaltBOT
blazing nacelle
#

And then reuse that payment for a Subscription

#

But first you are willing to use Stripe Checkout or Stripe Element ?

barren rampart
#

Hello

#

I am using Stripe Element and full custom API call server side (in PHP)

blazing nacelle
#

So yes in that case you can follow the guide I shared with you

barren rampart
#

What I would like to do :

  • Create an invoice who contain subscription, and custom product (who don't exists in Stripe)
barren rampart
#

2*

#

And the fees will be higher than with one payment

blazing nacelle
barren rampart
#

Yes but I don't what to create a Price in Stripe for every item I have in my shop

#

Is there a solution to pass an array of custom items without create it in Stripe ?

blazing nacelle
#

But you have at least to create a Product. You can have a Shop generci Product Object and use it for all prices

barren rampart
#

Okay I will check this !
Thanks a lot !