#jayvir_api

1 messages ยท Page 1 of 1 (latest)

unkempt pelicanBOT
halcyon cairnBOT
#

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.

unkempt pelicanBOT
#

๐Ÿ‘‹ 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.

ionic canyon
#

hi

halcyon cairnBOT
deep hedge
#

Hi ๐Ÿ‘‹ what's your question or concern that I can help with?

ionic canyon
#

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

deep hedge
#

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.

ionic canyon
#

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

deep hedge
#

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?

ionic canyon
#

two transaction in stripe but user should see one transaction

deep hedge
#

That's not possible.

#

You either process two individual payments, or you process one single payment and create two separate Transfers. It's not possible to process two separate payments that appear as a single payment on a customer's card statement.