#Koja-tax

1 messages · Page 1 of 1 (latest)

brittle tide
desert rain
brittle tide
#

Thanks for sharing the code, but could you explain what you are trying to do?

desert rain
#

I want to send url to customer

#

On that form I need shipping and price object so platform can calculate taxes

#

but problem I have is that as Market user

#

I can't create Price object for Connected account

brittle tide
#

So you are a platform account, and you want to create a Price object for your connected accounts?

desert rain
#

Yes

brittle tide
desert rain
#

acct_1JzMuiHJAVOEr1Vy

brittle tide
#

Thanks! Give me a few minutes to look into this.

desert rain
#

How to add it to PriceCreateParams

slim arrow
#

You wouldn't, you'd use new RequestOptions:

var accountOptions = new RequestOptions
{
  StripeAccount = "acct_xxx"
};

priceService.Create(priceOptions, accountOptions)

Or something like that

desert rain
#

Great

#

Thanks

slim arrow
#

Sure, np!