#drprofsgtmrj
1 messages · Page 1 of 1 (latest)
No. All available params are here: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
That's unfortunate... so in a separate call I'd have to give the Metadata?
Checkout session's line items don't have a metadata param
What separate call are you referring to?
Right. I get that. I'm saying, once they are created, I'd have to make some other api call to grab these items and add Metadata
Which items?
You can't add metadata to checkout session line items
So there's nothing to retrieve and add metadata to
After they are created
The line items are created within a subscription
So I'd have to grab them and update them
With the appropriate Metadata
in a separate API call
Yeah