L
L
lowcomp2014-11-18 22:59:52
Crowdfunding
lowcomp, 2014-11-18 22:59:52

How to implement a system like on kickstarter?

Interested in how to implement so that the money that a person donated to something is debited only when the required amount is reached in the project (for example, the project needs $ 1000. One put $ 700 at the beginning of the project and the other at the end $ 300. Since the amount is equal, only then the money are translated).

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
EgorVorozhtsov, 2014-11-19
@EgorVorozhtsov

Use the payment system API to check the balance

A
azShoo, 2014-11-19
@azShoo

if (enoughMoney){
sendThemToThisFraud(projectId, fraudId)
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question