#izaerax-payment
1 messages · Page 1 of 1 (latest)
sure thing! I have a py_1JjsTaFJr7cSZ9xu8ufkiRNK, but the money aren't charged to the connected account
what should I do to fix this?
@fringe lintel i see that you're taking an application fee from the charge already, i'm a bit baffled over what you mean by the money isn't being charged to the connected account
I mean that if I go in https://dashboard.stripe.com/connect/accounts/acct_1JKjqq2Zsm1OAssb/payments I don't see the payment
what you're using is a destination charge, the charge itself occurs on the platform (not the connected account) - if you want to search for that charge id, you will need look for it on the platform instead.
you can see a diagram of the fund flow here : https://stripe.com/docs/connect/destination-charges#flow-of-funds-app-fee
what happens is that a transfer is made to the connected account, which results in a different py_ object on the connected account.
So in essence, py_1JjsTaFJr7cSZ9xu8ufkiRNK (found on the platform), tr_1JjsTaFJr7cSZ9xuW70gAujq (found on the platform), py_1JjsTa2Zsm1OAssbL2jYPWKb (found on the connected account)