Hello !
I built an app where users (clients) can ask for a reservation and others users(owners) can accept or refuse them.
When they accept it, the client is charged using a saved CC and the payment is made to the owner directly.
I don’t have an issue with the flow but with the informations seen in Stripe. Here we can see the charge is linked to the right user with the right CC, but it never appears in the "Logs and events’ tab.
The only thing that appears in the tab is when a subscription payment is made. How can I make sure all the payments made appear in this tab ?