Giter Club home page Giter Club logo

Comments (6)

ajhenry avatar ajhenry commented on September 28, 2024 1

@pitchaim I figured this would be the payment flow, feel free to offer suggestions,

  1. The user requests an errand costing $10, since this is a micropayment, the fee is 5% of the cost, plus $0.05, so the total cost would be $10.55. We can hold onto that money until the person who requested the errand completes it, thereby making our life easier if someone tries to steal money by saying they completed the errand without doing it.
  2. When the user finally completes it and both parties (Requester and Runner) are satisfied, the runner can request to get paid the $10. To payout with paypal, it costs $0.25 per payout. So this would be bring the overall cost to $10.80, if we don't take any fees out for ourselves.

So we can use paypal checkout for making the errand, and then paypal payout for paying people

Or we could also do, we don't charge anyone until someone accepts the errand, that way they can cancel it if they need to without getting charged

from cs1699project.

Bas164 avatar Bas164 commented on September 28, 2024 1

Tomorrow after my classes I will work on 3.

And 5, as they kind of relate.

from cs1699project.

ajhenry avatar ajhenry commented on September 28, 2024

https://github.com/square/retrofit/tree/version-one this library can be used for the PayPal rest calls

from cs1699project.

pitchaim avatar pitchaim commented on September 28, 2024

@ajhenry re. 2a, do we want to integrate Paypal on Request Errand (& set up price/payment tracking throughout) or when a task is complete? The Braintree API for Express Checkout I'm working with now will just drop the user into a payment window when they want to make a payment, so we could include a Paypal button in the Task activity or just open the Braintree activity when someone marks a task complete. Might make life easier, and no need to track Paypal login on our end.

from cs1699project.

ajhenry avatar ajhenry commented on September 28, 2024

I will take care of 1, and push it up in a few

from cs1699project.

ajhenry avatar ajhenry commented on September 28, 2024

I can work on the Feeds next, it may not be until the weekend however, if someone wants to do it before then, lemme know

from cs1699project.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.