#_meetshah

1 messages · Page 1 of 1 (latest)

sullen lanceBOT
sacred oak
#

hi! Not sure I follow.

What does

is there way to add discription of ino
mean?

vague eagle
#

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

sacred oak
#

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?

vague eagle
#

My goal is to add memo text in invoice

sacred oak
#

not sure what memo text is exactly, can you elaborate/share an example?

vague eagle
sacred oak
#

hmm I don't think that's something it's possible to do, sorry!