#JackS
1 messages · Page 1 of 1 (latest)
Hi there!
default_tax_rates is an array that should contain a list of IDs, as mentioned here: https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-phases-default_tax_rates
In your request you passed a full object, which cannot work.
so we just need to an array with the id in?
Yes, the ID(s) of the tax rates
thank you Soma