#graaaaph - transfers
1 messages · Page 1 of 1 (latest)
Are each of these users different connect accounts?
I don't think that this is possible to do without the platform's API key, you will likely need the platform to look this up and communicate that info to your users
Thanks for the reply, yes I would like User 3 to be able to verify that the transaction is correct via the API.
Can any user with only a transaction ID get all the information?
User 1 -> $10 -> User 2
User 3 - verify this transaction by API.
By "User", do you mean "Customers who make payments", or "Business Acounts that take payments" (i.e. connected accounts)? They are not the same, and not interchangeable, with Stripe...
I think I understand that in Stripe you cannot make transfers between users like in paypal.
Unfortunately not. The related payment and transfer objects live on the accounts that they were created on. So in that case User 1 and 2 would each be able to see certain API objects depending on how you are doing things. User cannot be given permission to see them though unfortunately.
Thanks, got it.