#manu-connect
1 messages · Page 1 of 1 (latest)
do you have an example of a successful payment (pi_xxx PaymentIntent ID for example) where that worked? My guess is the payment didn't happen on the Express account directly.
for example I think this alipay payment is succeded pi_3JxYkBAKy7tT9lVJ0Cp7ffKb
or this bancontact one pi_3JvlERAKy7tT9lVJ0QvTT4OA
But I'm not sure I don't find this payment on the connected account, I see it in my payments
that's entirely normal, they are Destination charges, that's how it works
the payment objects are on the platform account and you control refunds/customer details etc, the connected account just receives a transfer of funds
as for the question, yes I think in live mode these payments(destination charge with on_behalf_of )would fail if you don't have that alipay_payments capability active on the connected account. I thought we simulated that test mode but it seems not apparently
Yes I need to use on_behalf_of because my platform must not be the settlment merchant(MOR). I only give to the buyer a way to pay the seller and capture my fee in the middle. Am I correct? is the right way to do that?
So finally what I should do is request all the capabilities I need at the creation of the account, Is there a method to know which capabilities I can request without fail if account can't support it?
if you're using Express then you should use Destination charges yes. You can use on_behalf_of if you have a requirement for that yep(it has nothing to do with taking fees since you can do that without it, but it changes the MOR as you say)
Is there a method to know which capabilities I can request without fail if account can't support it?
the table at https://stripe.com/docs/connect/account-capabilities#payment-methods should help
Can I have problem with future update?
I mean if you change this table I fail every request I do, how can I handle this?
we'd tell you in advance if that was going to happen(like if for some reason we have to stop supporting some capability in certain countries)
(for example we emailed platforms last year w.r.t https://support.stripe.com/questions/wechat-pay-and-alipay-executive-orders when it looked like it would be required to stop supporting it, but that ended up not happening)
ok, good but another last question,
I have a webhook active endpoint for capability.update, in this case if you turn off a payment, you send me thousand of events togheter of ex: alipay changed to inactive? or this is not to consider it a capability update
yes you'd get a webhook for each account where the capability changes