#haaajus_code

1 messages ยท Page 1 of 1 (latest)

tender ledgeBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1338959459170521188

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

novel swift
#

I need Polish payments such as Blik Apple Pay etc. Is it possible?

celest carbon
novel swift
#

Okey what about this one?"can i ask for help? can i ask for help? If this setup is possible, could you guide me through the best way to implement it? Iโ€™d appreciate any documentation or specific API features I should look into."

celest carbon
#

Sorry you're quotting the exact sentence in the question.

what set up are you asking about exactly? are you asking about

is there an option to automate the release of funds after a certain condition is met

novel swift
#

Yes, I would like to know if Stripe provides an option to automatically release funds after a certain condition is met. Specifically, in my case, the payment from User A would be held until the service is completed. Then, after confirmation from User A or after a predefined timeframe, the funds (minus a 7% commission) would be released to User B.

Is this possible with Stripe? If so, what would be the best approach to implement it?

celest carbon
#

There's no automated way to handle this out of the box. However, you can use Stripe APIs to build your own logic that does that..

For example, you can use Separate Charges and Transfers flow to hold funds at the platform level and only create a transfer to the connected account when the service has been fulfilled.
https://docs.stripe.com/connect/separate-charges-and-transfers

The other option would be to use manual payouts where you as a platform can dictate when the connected account balance would be paid out - https://docs.stripe.com/connect/manual-payouts

novel swift
#

Could you provide details on the fees Stripe would charge for this setup in Poland? Specifically:

Fees for processing payments from Polish customers.
Any additional fees for using Separate Charges and Transfers or manual payouts.?

celest carbon
#

My team on discord won't know anything about fees unfortunately. I would suggest you reach out to our support about that
https://support.stripe.com/?contact=true

novel swift
#

Thank you very much for your time ๐Ÿ™‚

celest carbon
#

Happy to help! ๐Ÿ™‚ Good luck