#shokhaa-payouts
1 messages · Page 1 of 1 (latest)
How can I pay then?
with a non-Instant payout
Is this possible somehow through code?
if I withdraw money from a client using Instant Payment
how will I pay the seller?
what is "instant payment"?
and you pay them with a regular payout
i.e. just don't pass method: 'instant' on the API call
that is not really how it works hmm
I mean that is the really basic outline. But you didn't do any identity verification of the account yet.
also you never attached that token to the account (https://stripe.com/docs/api/external_account_cards/create)
but at a really, really, really high level, those are kind of the right ideas. I'm confused. To be clear this is not something you can build in a day, you're building a Custom Connect integration it seems, which is incredibly complex.
It's my business!
I have clients and sellers!
I withdraw money from the client and give part of the amount to the seller!
How can I work for this?
I have already made a payment from a client using
https://stripe.com/docs/api/payment_intents
but how can I give the amount to the seller?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
you'd start by looking into Connect in detail
https://stripe.com/docs/connect/collect-then-transfer-guide is a great start!
does it work for Lithuania?
yes
do i need to create an connect account for each seller?
yes
anyone who recieves money (like a seller of a service) needs to have a Stripe account and verify their identity
Does Lithuania only work with a bank account or card?
what are the differences TotUp and Transfer?
A TopUp is adding funds to your platform balance. A transfer is moving funds from the platform to a connected account.