#xqprtzcv
1 messages · Page 1 of 1 (latest)
Could you share the request you set the metadata to the phase?
I actually think this may get the job done:
data = {
'expand[]': 'schedule',
}
url = f"https://api.stripe.com/v1/subscriptions/{subID}"
response = requests.get(url, headers=headers, params=data).json()
I will mess around myself a bit, and get back to you