#harshitbhargava
1 messages · Page 1 of 1 (latest)
Hi there, Yes you are right, you can create one payment and three transfers to send the funds to the 3 connected accounts
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?
Is there a problem with the current approach?
No there is no problem with current approach, just curious if there is any other solution
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?
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
Why do you want to do it on-session? you can use a saved payment method to create an off-session payment
Sorry i didnt get you
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
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
Yes it's totally up to you