#pixelartistoftoday_connect

1 messages ยท Page 1 of 1 (latest)

loud forgeBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1332040274528174100

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

vestal moat
#

Hello! I need a lot more context in order to help. Where are you seeing "a message which says once selected is not changeable"?

elder barn
#

I'm setting up connect

#

My question basically, withj the setup above, can I still collect platform fees from my connected accounts ?

#

Automatically ?

vestal moat
elder barn
#

Amazing, thank you @vestal moat

vestal moat
#

Happy to help!

elder barn
#

Hi Rubeus, sorry last thing

#

how can I find out my accountId ?

#

I can see the details of my publishkey and secretkey but I believe for me to send off a request in my backend I need :

            TransferData = new SessionPaymentIntentDataTransferDataOptions()
            {
                Destination = "{{ACCOUNT-ID}}",
            }

Right ?

vestal moat
#

The destination account is the ID of the connected account where you want to send the funds. It's not your account ID, it's the connected account's ID.

elder barn
#

How about the :

    var requestOptions = new RequestOptions
    {
        StripeAccount = "???",
    };
vestal moat
elder barn
#

lastly when I'm sending the request who's APIKEY do I use the connected account or mine ?

vestal moat
#

You always use yours. If you want to make the API request on your own account you don't need to do anything other than use your own API key. If you want to make the API request on a connected account you use your API key and specify the connected account's ID using StripeAccount as shown at the link I shared above.

elder barn
#

Thank you

vestal moat
#

Happy to help!

elder barn
#

Stripe.StripeException: The 'payment_intent_data[transfer_data][destination]' param cannot be set to your own account.
at Stripe.LiveApi

#

APIKEY I'm using is platforms one, the transfer destination accountId is the connected account.

daring swallow
loud forgeBOT
#

pixelartistoftoday_connect

elder barn
#

Hey I'm getting a 200 from the server but on my client side it is rendering an error something like "Try again or contact the merchant"

daring swallow
#

What is? Did you resolve the previous error and move on to something else?

daring swallow
#

@elder barn checking in to see if you're still around to tell me more about the error you're encountering?

elder barn
#

I have resolved all now

#

Thank you