#AndreaM
1 messages ยท Page 1 of 1 (latest)
Hi there. Can you share the request ID for this?
Find help and support for Stripe. Our support center 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.
So yeah destination charges need to be made with the platform's API key. In destination charges, all the API objects live on the platform account, then funds are transferred to the connect account. See: https://stripe.com/docs/connect/destination-charges#create-a-charge
Although I see that is a platform account
Looking
yes is not the test mode anymore I changed it and of course I change with the new api all the "relative" pluging on my website
before was working fine on test mode so I just changed the live API
Ok looking
๐ stepping in as codename_duchess needed to step away
Hi bismarck
So bascially this is not possible. We don't allow for "grandfather" platforms where you are creating a destination charge on one of your Connected Accounts for one of their Connected Accounts.
I'm a bit surprised this didn't error on PaymentIntent creation though....
You noted this was a live mode change. Do you have an example of doing this successfully in testmode?
yes
Can you provide the PaymentIntent ID from testmode?
pi_3LoY6nAK7oD7gTsk09sdRoMp
Yeah okay so these are a bit different
This testmode one was created using your own platform API key.
I can see that WooCommerce is still involved here
But the livemode PaymentIntent was created by the WooCommerce platform
yes i replace those API test mode with the LIVE one
Yeah you are going to need to reach out to WooCommerce then. Because for us this is a different flow โ in one case (testmode) it is just your Platform creating a destination charge to your Connected Account. (Note: there is no Application set when you look at the creation request: https://dashboard.stripe.com/test/logs/iar_wFSDI7YO57mWUQ. Versus your livemode PaymentIntent creation is actually done via WooCommerce on their Connected Account (your account) and then attempts to set a destination to your Connected Account (Note the Application that is set to Stripe For WooCommerce: https://dashboard.stripe.com/logs/req_sZNpPN1m20L1rN)
let me read ๐
I'm checking the extension you mentioned
sorry i meant I mentioned
๐
woocommerce
๐
Yeah unfortunately you will have to work with the Woo plugin so that they use your API directly here and don't create the PaymentIntent from their platform
it actually worked with another plugin so we are just trying to figure out
Sounds good. Let me know if I can help