#towc
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Where are you processing payments? In what country? (Mandate rules can be tricky)
Oh wait, you said metadata
NVM
In that case you would add the metadata to the Subscription created by the Checkout Session using the subscription.metadata parameter
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-subscription_data-metadata
interesting, thanks! Any idea how to set these nested parameters in python btw?
In our Python library you use a dictionary to handle nested parameters for the kwargs
You can see an example in the code snippet where it sets line_items
Except that's an array at the top level but you get the idea
right, thanks ๐
and congratulations on being so active, I hope someone's paying you for all this support
Thanks, we like to think we're good at this ๐