#Zia

1 messages · Page 1 of 1 (latest)

sharp bolt
#

Hi there, how can I help?

paper kayak
#

I asked stripe support to enable on behalf of for subscriptions as well

#

I received the following email:

#

now I want to know how can I implement this is .net, as I cannot find any option to add on behalf of in Checkout with subscription mode

#

can you assist me on this

sharp bolt
#

Can you paste your account ID in this chat?

paper kayak
#

sure

#

acct_1G9b4sC5nS7MIewM

sharp bolt
#

OK. this param is not available SessionCreateOptions because it's a beta feature. Let me find a way

paper kayak
#

yes please, thanks
may be I can have a beta package for this

sharp bolt
#
var options = new SessionCreateOptions{...}
options.AddExtraParam("subscription_data[on_behalf_of]", "ACCOUNT_ID");

So something like this.

paper kayak
#

thanks, let me check this