#harshitbhargava

1 messages · Page 1 of 1 (latest)

gusty dockBOT
gusty sable
#

Hi there, Yes you are right, you can create one payment and three transfers to send the funds to the 3 connected accounts

green wasp
#

So basically there is no other way, this is the best solution?

#

And @gusty sable one more question. Suppose customer have google pay as saved payment method in account, so while doing payment through saved google pay method can i redirect customer to google pay app?

gusty sable
#

Is there a problem with the current approach?

green wasp
#

No there is no problem with current approach, just curious if there is any other solution

gusty sable
#

2/ I assume you are doing a off-session payment which dosn't require customer interaction, why do you want to redirect your customer to google pay?

green wasp
#

Yes i am doing off session.. while customer is doing payment through google pay (third party app) we should redirect the user to that application, what i believe

gusty sable
#

Why do you want to do it on-session? you can use a saved payment method to create an off-session payment

green wasp
#

Sorry i didnt get you

gusty sable
#

Do you know the difference between on-session and off-sesision?

#

on-session means that the customer needs to be present to confirm the payments. off-session means that the customer's presence isn't required for payment confirmation.

Since you have a saved payment method, you can just create an off-session PaymentIntent and charge your customer with the saved payment method
https://stripe.com/docs/payments/save-and-reuse?platform=web&ui=elements#charge-saved-payment-method

Learn how to save payment details and charge your customers later.

green wasp
#

Ok ok got it

#

Thanks for clarification

#

So is it possible fir card i will keep off session and for google pay i will keep on session

gusty sable
#

Yes it's totally up to you