#_meetshah
1 messages · Page 1 of 1 (latest)
hi! Not sure I follow.
What does
is there way to add discription of ino
mean?
res = stripe.checkout.Session.create(
line_items=[
],
metadata={
},
mode="subscription",
success_url=success_url,
cancel_url=cancel_url,
api_key=self.api_key
)
in this I want to pass description of invoice
you can't really, since the Invoice will be created by the Subscription that gets created. What specifically do you mean by the description, what is the overall use case or goal here?
My goal is to add memo text in invoice
not sure what memo text is exactly, can you elaborate/share an example?
In this invoice I want add
text like Base fees include first 1 M free
below pay online link
hmm I don't think that's something it's possible to do, sorry!