#tarunmv30_api
1 messages ¡ Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- tarunmv30_api, 4 days ago, 9 messages
đ 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/1274122770548260937
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello! To clarify, you want to give your connected accounts the ability to generate Payment Links they can share with their customers, and you want your platform to create those Payment Links so the transaction goes through your platform?
Yeah, you can use the API to build that.
And they can generate the payment links in the app and send them through text?
just to clarify
I'm not sure what "the app" refers to. If it's your app then yes, you can build that.
Can you send me the documentation on where i can implement this functionality
got you it is!
thanks for your help!
You can then use your platform to create a Payment Link via your platform, with things like an application fee for example: https://docs.stripe.com/api/payment-link/create#create_payment_link-application_fee_amount
We have a doc about this here: https://docs.stripe.com/connect/payment-links
What if I need to capture the amount to my platform and then transfer it to the user later?
You could use separate charges and transfers for that: https://docs.stripe.com/connect/separate-charges-and-transfers
Because in my app some of the services dont get delivered till a week or 2 later, so when the job is confirmed I than transfre the fund to the creator
user^
so if this is the use case can i still let users create payment links on the platforms behalf and then carry out the transfer function when the job is completed?