#pedro-mameluque_code
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/1376884767424909342
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
this is a Direct Charge, meaning it's the settings from the connected account that matters. and here it looks like Pix isn't enabled on on the connected account
Also you are doing a Direct charge on an Express account? You should NOT be doing this.
because the Express account would be reponsible for Refunds and Disputes, but in the Express dashboard they can't do any of this;
Oh, it makes sense, I've setup this so long ago, so if the connected account is not an express ccount than that account can change to accept pix as payment method, right?
and where do I set the connected accounts in my platform to not be express accounts?
if you want to keep Direct Charges, you should use Standard connected account yes.
if you want to keep Express accounts, then you should use Destination Charges.
and where do I set the connected accounts in my platform to not be express accounts?
when you create the connected account
ok, is there a way to change an existing connected account to a Standard one?
// Create new connect account
const account = await stripe.accounts.create({
type: "standard",
capabilities: {
card_payments: { requested: true },
// pix_payments: { requested:true },
transfers: { requested: true },
},
});
so this, right? I'll try that out
looks correct yes
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
Thanks im doing some tests with his input
Ok, i did the process and created a standard account instead of an express one, but the payment methods in that newly created Standard account are being managed by the platform...
So I can't add Pix from the connected account like it was suggested in the error that we got before
is PIX enabled here https://dashboard.stripe.com/test/settings/payment_methods/connected_accounts
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
?
It doesn't let me enable it by default
in the platform side it tells me to activate in the connected account, but in the connected standard account it tells me that the platform doesn't let me activate it
you need to click on
like this checkbox is what makes the connected accounts to customize their PMs
ok, where is that checkbox?
on the top of that page
Got it! let me test it
now in the connected account it shows like this but I click 'request access' and nothing happens
for this you need to contact https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support site 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.
PIX is a preview feature and you need to get access to it
oh, that's unfortunate.. might need to wait while still so it's offered not as preview