#max!
1 messages · Page 1 of 1 (latest)
Hi there, you can get the subscription ID from the checkout session object (https://stripe.com/docs/api/checkout/sessions/create?lang=php#checkout_session_object-subscription), from there you can call the Update Subscription API and set a metadata to it. https://stripe.com/docs/api/subscriptions/update?lang=php#update_subscription-metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.