Check if Stripe Payment was made with a discount/coupon
In the Stripe Dashboard, a payment shows the original price and the price after a coupon was applied (including the Coupon id) under the “items” secion. However, when retrieving a payment via the API, there is no information about the applied discounts/coupons or the original price.
#stripe-payments SubscriptionAddInvoiceItemOptions no metadata option
I have a solution that creates a stripe subscription plus a one time fee. This all works in my .NET C# API calls with Stripe, but I cannot figure out how to add MetaData to the invoice item which is the one time charge. The Stripe object to create the one time charge is theSubscriptionAddInvoiceItemOptions, which doesn’t have a MetaData property.
I’ve tried several examples, including reflection to set the MetaData for the invoice item but nothing has worked so far.
I can stash the MetaData at the Invoice level, but really was hoping to include it with the one time line item charge.
I really feel that this is a limitation of the API, but I’m not positive.
I’ve also been through examples of creating a draft subscription invoice but this also doesn’t seem to work, so there is no way that the Stripe payment can later finalize the subscription.
#stripe-payments SubscriptionAddInvoiceItemOptions no metadata option
I have a solution that creates a stripe subscription plus a one time fee. This all works in my .NET C# API calls with Stripe, but I cannot figure out how to add MetaData to the invoice item which is the one time charge. The Stripe object to create the one time charge is theSubscriptionAddInvoiceItemOptions, which doesn’t have a MetaData property.
I’ve tried several examples, including reflection to set the MetaData for the invoice item but nothing has worked so far.
I can stash the MetaData at the Invoice level, but really was hoping to include it with the one time line item charge.
I really feel that this is a limitation of the API, but I’m not positive.
I’ve also been through examples of creating a draft subscription invoice but this also doesn’t seem to work, so there is no way that the Stripe payment can later finalize the subscription.
Cannot send email parameter while testing Stripe checkout.session.completed webhook
I am trying to trigger a test event using Stripe CLI but getting an error:
Cannot send email parameter while testing Stripe checkout.session.completed webhook
I am trying to trigger a test event using Stripe CLI but getting an error:
Cannot send email parameter while testing Stripe checkout.session.completed webhook
I am trying to trigger a test event using Stripe CLI but getting an error:
Cannot send email parameter while testing Stripe checkout.session.completed webhook
I am trying to trigger a test event using Stripe CLI but getting an error:
Cannot send email parameter while testing Stripe checkout.session.completed webhook
I am trying to trigger a test event using Stripe CLI but getting an error:
Upgrading Stripe Subscription from Free to Paid
My application automatically creates a Stripe Subscription with a Free price for all users, without collecting payment details.
Upgrading Stripe Subscription from Free to Paid
My application automatically creates a Stripe Subscription with a Free price for all users, without collecting payment details.