#ibgoldbergs
1 messages · Page 1 of 1 (latest)
hi! can you share the request IDs req_xxxx from the time where it errored and the time when it worked?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
in general though that feature(using on_behalf_of for Subscriptions) is not generally available, but some accounts might be in betas for it.
We use it today in our platform, but it's not properly typed in the SDK. Is there something we can do to enable it? This is sort of a large blocker because we require on_behalf_of
The error is not from the request, it is from typescript
yeah it won't be in type bindings because we don't put beta features in the public types
you'll have to just ts-ignore it
the on_behalf_of parameter is not accepted on subscriptions.create() type