#haaajus_code
1 messages ยท Page 1 of 1 (latest)
๐ 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.
I need Polish payments such as Blik Apple Pay etc. Is it possible?
Hello
Have you looked for documentation on our docs site? If not, I'd recommend starting there - https://docs.stripe.com/payments/blik
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."
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
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?
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
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.?
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
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Thank you very much for your time ๐
Happy to help! ๐ Good luck