#AndreaM

1 messages ยท Page 1 of 1 (latest)

lucid starBOT
unborn fox
#

Hi there. Can you share the request ID for this?

frozen inlet
#

is it that req_x5lfCy7Z3L3cRQ?

unborn fox
#

Although I see that is a platform account

#

Looking

frozen inlet
#

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

unborn fox
#

Ok looking

earnest vigil
#

๐Ÿ‘‹ stepping in as codename_duchess needed to step away

frozen inlet
#

Hi bismarck

earnest vigil
#

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?

frozen inlet
#

yes

earnest vigil
#

Can you provide the PaymentIntent ID from testmode?

frozen inlet
#

pi_3LoY6nAK7oD7gTsk09sdRoMp

earnest vigil
#

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

frozen inlet
#

yes i replace those API test mode with the LIVE one

earnest vigil
#

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)

frozen inlet
#

let me read ๐Ÿ™‚

frozen inlet
#

I'm checking the extension you mentioned

#

sorry i meant I mentioned

#

๐Ÿ˜„

#

woocommerce

earnest vigil
#

๐Ÿ‘

#

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

frozen inlet
#

it actually worked with another plugin so we are just trying to figure out

earnest vigil
#

Sounds good. Let me know if I can help