#dancamdev
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
not related, thanks!
price field expects a price_xxx object
You might be able to use price_data parameter instead
Ideally if its a one-time discount, then you should create a negative amount invoice item
It would be automatically included on the next finalized invoice
which would offset the total due for the invoice
You can use discounts param supposedly
As long as it applies a one time discount, whatever it's quicker! Thanks a lot to you both!
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
also price_data does not seem to accept negative values as the amount?
Coupons don't quite fit my need as a colleague of yours mentioned a few days ago here
https://discord.com/channels/841573134531821608/1167485424994893935
alright, thank you!