#ibookedonline_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/1286271625569767536
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
What do you mean by "main payment" and "main payment entries"?
ibookedonline is my main account and netshull is my connected account
Sorry, this doesn't answer my question.
when any client purchase voucher from my site, full amount go to connected account and fees will be added to my ibookedonline account
right now, full amount is also added to the ibookedonline account
main account
Let's called this a Platform account, for clarity
Yes
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
I understood the problem is that the amount is not transfered to the Connected account? Or is the issue somewhere else?
amount is transfered to the connected account
Can I share screen shot?
this is platform account, where this entry came
which should not?
collected fees coming fine to the platform account
this is connected account, where main entry came, which is right, but details are not proper as in platform account
I hope you can understand me now
which should not?
No, you are expected to see the full charged amount on the Platform payments page. It won't go towards your Platform balance though.
In earlier version, it's working like split payment , where full payment goes to the connected account and fees goes to the platform account
this earlier version integrated in my live site which is in asp.net 4.0
I'm upgrading it to asp.net core now, so I take latest library of stripe and this is happening
What is happening exactly?
Have you seen my screen shots?
Please read my response carefully.
Yes, I read it
What details do you mean?
In my connected account, payment details like payment method and description is not coming properly like it is in platform account
you can see first and third screen shots for reference
Hi Vanya, I am the owner here at iBookedOnline.... it looks like with the current implementation payment is being processed by the platform account and not the connect account like it used to be. so any refunds need to be done from the platform account and not the connected account which is not how it is with our current implementation with stripe.
You won't see it since the charge happend on the Platform account. The connect account only knows about the Transfer. So no Customer or PaymentMethod information will be visible.
Hi. This is still a valid integration and is called Destination Charges. If you want the Connected account to accept payments, you need to look into Direct Charges. You can read more about it here: https://docs.stripe.com/connect/direct-charges
Here's Destination Charges, for reference: https://docs.stripe.com/connect/destination-charges
yes we want the connect accounts to accept the charges
and only send the application fees to the platform account
otherwise platform account is liable for chargebacks and not the connect accounts
Okay, you need to look into Direct Charges then.
ok thank you Vanya