#pixelartistoftoday_connect
1 messages ยท Page 1 of 1 (latest)
๐ 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.
Hello! I need a lot more context in order to help. Where are you seeing "a message which says once selected is not changeable"?
I'm setting up connect
My question basically, withj the setup above, can I still collect platform fees from my connected accounts ?
Automatically ?
Yes. I think this is the documentation you're looking for: https://docs.stripe.com/connect/direct-charges
Amazing, thank you @vestal moat
Happy to help!
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 ?
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.
For your account, you can find the ID on your profile towards the bottom in the Accounts section here: https://dashboard.stripe.com/settings/user
For connected accounts, look here (test mode link): https://dashboard.stripe.com/test/connect/accounts/overview
How about the :
var requestOptions = new RequestOptions
{
StripeAccount = "???",
};
That's the connected account you want to make the API request on. See here for details: https://docs.stripe.com/connect/authentication
lastly when I'm sending the request who's APIKEY do I use the connected account or mine ?
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.
Thank you
Happy to help!
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.
Hi there ๐ jumping in as my teammate needs to step away soon. Can you share the ID of the request that is throwing that error, so I can take a closer look at it? That ID should have a req_ prefix.
https://support.stripe.com/questions/finding-the-id-for-an-api-request
pixelartistoftoday_connect
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"
What is? Did you resolve the previous error and move on to something else?
@elder barn checking in to see if you're still around to tell me more about the error you're encountering?