PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, November 11, 2022

[FIXED] How to process amount for my app referrals?

 November 11, 2022     android, flutter, payment-gateway, referrals, stripe-payments     No comments   

Issue

I have developed an android app using flutter and I like to use stripe as my payment gateway.

I need to add refer and earn feature in my app. How do I need to setup this with my bank account for providing money one who refers.

I need to provide money like below example.

Example: If A refers B I need to give some referal money for A and If B refers C i need to give money for B and also some referal money for A(referral money for A nd B vary).

If this is not possible in stripe. which payment gateway provides this future ? or How to i do like this?


Solution

You need to setup your account as a platform and your users as connected account and you will be able to deduct from their accont and add to the other (receiver) user account.

Any charges goes to your account, and then you can distribute the money to users as you set it up in your platform account. That is one option, the second one is to do everything in your app admin section (calculate the amount to be paid) and create a charge according to your needs.

Read up on that in their doc https://stripe.com/docs/connect/best-practices



Answered By - Marco
Answer Checked By - Clifford M. (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing