#jayvir_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.
- jayvir_api, 3 days ago, 10 messages
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1252253183129157734
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
hi
Hi ๐ what's your question or concern that I can help with?
https://docs.stripe.com/connect/separate-charges-and-transfers?platform=web&ui=stripe-hosted
tried this but
i want to show transaction on user card /statement
payment intent single transactin - one of 100 & one of 20
in one stripe payment
pass to one to first connected ac
pass to two to second connected ac
charge my application fee for 1st account
user will enter credit card info once only
it should take 2 payments - one of 100 & one of 20
Okay, do you have a question about that? Is there something in your testing that isn't working as you're expecting, or are you encountering some sort of error?
i want to show transaction on user card /statement
I'm not exactly sure what you're trying to convey or ask here
It sounds like you may be trying to figure out how to set up the payment method the customer used for reuse for future payments, which fluctuates based on how you've built your integration. This guide walks through how to do that for three of our core integration patterns:
https://docs.stripe.com/payments/save-during-payment?platform=web&ui=elements
Since you seem to be planning to use Separate Charges and Transfers, where the payments occur directly on your Platform account, the flows in that guide should slot into your Connect flow without much effort.
in short i mean
i want to take payment from user of $120 - two separate one of $100 & one of $20
100 should go to one connected account
20 should go to second connected account
user have to pay once only
This line
two separate one of $100 & one of $20
seems to conflict with this one:
user have to pay once only
How many payments do you want to process for this scenario? One for $120? Or two separate ones, one for $100 and another for $20?
two transaction in stripe but user should see one transaction