#cayro_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/1334133682713264228
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐
What issue you were facing exactly ?
Let's narrow this step by step. First I invite you to follow this guide in order to design an integration depending on your business use case:
https://docs.stripe.com/connect/design-an-integration
Then you should implement Destination Charges:
https://docs.stripe.com/connect/destination-charges
can you please provide me the API documentation for the same? This second link is for frontend integration. We want to do exactly same in our backend
You need a backend and frontend
You need a frontend for acceting the payment from the end customer
so we charged the customer 50 with application fee 5 . but in connected account it's showing 50 instead of 45
In future payout it's showing 50. It should 45 right?
Can you share the PaymentIntent id ?
pi_3QmZbjEWXZ4M1jtM0IiqyNF4
That's good
Check the Account balance:
https://dashboard.stripe.com/test/connect/accounts/acct_1QmYQKInAKDh84dV/activity
It has the correct volume 50-5+78.68-7.87=$115.81
yes got it ! thanks a lot @silk haven ๐