Split amount using google pay #849
dineshMadvise
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
when i use pay plugin and place order it is generate token in stripe platform account (using publish key).
how to create google pay token in Stripe connected account ?
Let me explain my scenario over here
here is the restaurant(Connected Account) and customer
Customer added item for an value of 10$
he clicked on payment method as a google pay and paid 10$
So here out of 10$ we have to split that amount
so out of 10$ it should split amount to our app (xyz) and stripe commission (xyz) as per our fourmula
Example :
out of 10$ it should cut 1$ and transfer to stripe account and 1$ transfer to our app as a commission and rest of the amount should be transferred to restaurants(Connected Account)
Note:
Apple Pay split payment working fine. bcz. in flutter_stripe package provide one method "createApplePayToken". using this method i create token in connected account. (Here i also use pay package)
How to split amount using google pay ?.
please give me solution.
Beta Was this translation helpful? Give feedback.
All reactions