#nicus_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1258090599106744425
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hi, we wanna know if it's possible to do this on our platform.
Basically we are collecting payments with the Stripe components. Which create a transfers to a Stripe account of each our customers.
For example, they sell a food item and they charge for that, then they receive the money on their stripe account.
Later, our customers can retire that money to their bank accounts or credit cards, using the Payout's functionality with the "instant" method.
On a payout a customer can retire lots of payments collect when selling food items.
This flow works perfect right now.
The thing is that now, we would like to show a link between those payments received and the payouts.
My question is, is there any way to get which payments are being retired in a payout?
Example:
the customer sells a food item A for $10.
the customer then sells another food item B for $20.
Later, the customer create an instant payout for $15.
Can we know of those $15 which sales are related?
Hello! Have a look here: https://docs.stripe.com/expand/use-cases#charges-in-payout
Oh, wait.
If you're doing manual payouts then no, there's no way to do that.
In your example there's no direct link between the $15 being paid out and the original $10 and $20 charges. There's no way to tell if it's $10 from the first charge and $5 from the second, or $15 from the $20, or something else.
what do you mean exactly when you say manually? Let me clarify, they perform the instant payout using our system, which under the engine, uses the Stripe library for Python.
This is what I mean by manual Payouts: https://docs.stripe.com/connect/manual-payouts
ok, I will check the documentation you send me, thanks for information!