#FallenBlade

1 messages · Page 1 of 1 (latest)

thorn boughBOT
peak gull
#

@boreal temple could we keep chatting in this thread please ?

boreal temple
#

Okay

#

I'm reading the documentation right now.

peak gull
#

Can you delete your messages from the main thread and past them here also please,?

boreal temple
#

While I'm reading the documentation, how do you hide tabs here, , and only retain the card fields?

peak gull
boreal temple
#

Hmm, I already did the documentation above. My case is that, I have created a certain Product named Single Report.

boreal temple
#

I want this product to be included when I want the user to pay for one-time payment

boreal temple
#

reading...

thorn boughBOT
boreal temple
#

Hmmm, so basically, I just need to use PaymentIntent for one-time payment? and I don't need to use the price_id in this product?

hoary junco
#

Hi! I'm taking over this thread.

#

It depends what you are trying to do.

#

First, do you want users to pay directly on your website, or on a Stripe-hosted page (like Checkout Session)?

boreal temple
#

I want users to pay directly from my website.

#

Can you give me some guide here how to implement it using stripe api?

hoary junco
boreal temple
#

I see, that's why I got confused why I didn't use the price_id for that product. Unlike subscriptions, you need to use a price_id and it also automatically creates an invoice but a PaymentIntent does not create an invoice. Should I manually create an invoice when using PaymentIntent or does stripe have settings for it?

hoary junco
#

Should I manually create an invoice when using PaymentIntent or does stripe have settings for it?
If you want an invoice for the payment, then you should create an Invoice yes. Otherwise you can just use a PaymentIntent.

boreal temple
#

Thanks! This clear things up. By the way, one more question, just to be sure, can you give me some guide how to create a subscription using stripe api?

hoary junco