At 7:30 we use injected PaymentIntentService, it is not clear to me how secret key was sent across to Stripe, I am assuming it is needed to call Stripe API. I guess we registered IStripeClient and PaymentIntentService is dependent on it. Am I right on this?
Hi Frank-this doc might be able to help you understand the link between Payment Intents API and client secret: stripe.com/docs/payments/payment-intents
At 3:07 you can see a StripeOptions object being registered. This object is used by other Stripe injected services, including IStripeClient. In this tutorial it uses environment variables set in the .env file
Hi there-you might want to check out our steps for managing limited inventory, paired with limiting the line items in your Checkout sessions: stripe.com/docs/payments/checkout/managing-limited-inventory.
That still doesn’t answer how to manage inventory of products after purchase. This is a huge missing piece from Stripe that I wish would be taken serious and needs to be added.
Hi there-if you're needing help with your entire integration, we'd recommend taking a look at our Partner Directory to find a developer that can help with implementing this: stripe.com/partners.
At 7:30 we use injected PaymentIntentService, it is not clear to me how secret key was sent across to Stripe, I am assuming it is needed to call Stripe API. I guess we registered IStripeClient and PaymentIntentService is dependent on it. Am I right on this?
Hi Frank-this doc might be able to help you understand the link between Payment Intents API and client secret: stripe.com/docs/payments/payment-intents
At 3:07 you can see a StripeOptions object being registered. This object is used by other Stripe injected services, including IStripeClient. In this tutorial it uses environment variables set in the .env file
@@hadrien03 Thank you very much!
Is it possible yet to manage quantities of products once purchased from a website with stripe?
Hi there-you might want to check out our steps for managing limited inventory, paired with limiting the line items in your Checkout sessions: stripe.com/docs/payments/checkout/managing-limited-inventory.
That still doesn’t answer how to manage inventory of products after purchase. This is a huge missing piece from Stripe that I wish would be taken serious and needs to be added.
I have to Build Stripe Custom payment flow using Microsoft Power Portal, can you please help me with this. This is urgent
Hi there-if you're needing help with your entire integration, we'd recommend taking a look at our Partner Directory to find a developer that can help with implementing this: stripe.com/partners.