using-authorization-and-capture #1743
Unanswered
MuhammadRizwanDawar
asked this question in
Q&A
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.
-
Is your feature request related to a problem? (please describe)
Hi sir i want know how to implement using-authorization-and-capture in flutter app for both android and ios .
Describe the solution you'd like
Let me describe in details the scenario of our need for one of our flutter project, we are provide services of workout in different gym near to user. 1 workout training consist of 5 maximum person , let suppose that 3 person enrolled , the first person payed 50$ , the second person will be pay 50$ with 15% discount , so total around 42.15 $ , and the third person will be pay 42.15 with 15 % discount , so total around 36.00 $.
now the workout training completed. at the end the last person payed amount will be per person charges of workout training . like 36.00$ will be the workout training charges of each person . now we want to return the extra 16$ amount to first person who payed 50$ and just charge 36.00$, and 6.15 $ to second person who payed 42.15$ and charge 36.00$ . so each person payed 36.00 $
Beta Was this translation helpful? Give feedback.
All reactions