#ankit_api
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/1342394712312774707
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
human
hello! Can you explain your use case in more detail?
I am developing music license related website. in that artist register and get his earning.
so now I need to implement way to provide payment using api.
payout
but I am not sure how to implement it and how it will process
will you be accepting payment through Stripe too? or you're only using Stripe for payouts?
I need to implement a page where artist add his credit card details and add amount and he got amount in his bank account
will you be accepting payment through Stripe too? or you're only using Stripe for payouts?
- Yes, the customer can pay for the license and the artist gets his commission.
You'll want to go through the docs on this page : https://docs.stripe.com/connect, I'll recommend starting from https://docs.stripe.com/connect/design-an-integration - it guides you through the decisions necessary for what you're looking to achieve and then shares the necessary guides too
But it's asking real bank account details. before adding it I need to test it. how can I do it?
where is it asking for real bank account details before allowing you to begin testing? Can you share the screenshot?
ah yeah, pretty much yes, I believe you need to activate your account before you can start with connect. You can try inputting a valid bank account format to get started
but I need to do only testing. not real time
The requirements are that you need to input a bank account. We do only do a basic format check for the bank account.
have you gone through this guide : https://docs.stripe.com/connect/design-an-integration ? Right at the end of the page is a link to a guide about paying out
I have tried to add fake bank account details (for testing purpose) but it's throwing an error like below
you can't use Stripe's test bank accounts