Why not… It will accept all user payments via wire transfer
You can create 1 balance wallet on the app and use it with this balance if you expand
nó tương tự như stripe
Ah so you mean you’re only working with your own banking info, not others right? Sorry it was not clear at the start it’s the case.
How do you filter which payment belongs to which app? Let’s say one personal payment goes in then how do you filter that out?
When the account is transferred, the SMS will notify the owner’s device, the SMS will be posted to google with 2 contents: amount + payment content. If the amount + content of the payment is matched, the payment will be successful by default
Yeah, but do you have a filter before writing to Google Sheets? Let’s say your brother transfers an amount to you that’s not related to the app then how do you filter that out?
It’s mostly to keep the database clean, I understand it does work even if you don’t filter out those.
it is based on the amount and content of payment. The payment content is the order code created by the app itself
So theoretically you can do a check to see if the payment content matches any of the order IDs right? Then if nothing matches we don’t write it to the app?
It’s interesting, thanks for sharing.
order number and amount are conditions to identify the order to be paid from each specific customer