F
F
Ferums2019-10-01 01:27:00
JavaScript
Ferums, 2019-10-01 01:27:00

What payment system is suitable for regular distribution of money from the site?

Hello.
There is a site and it is necessary to "fasten" the payment system on it.
Task: automatic (?) distribution of funds to different accounts of individuals in a selected period of time (for example, 1 time in 10 days). The scheme is completely white. That is, a legal entity + payment of taxes.
Scheme: replenishment of the balance of JUR. face >> activation of sending by different physical. persons on the site (for example, through a unique code) >> sending XXXX funds to different individuals. persons every XX days for XX days >> Cycle repeat.
1) What payment system is the most suitable for such a task?
2) Is automation possible here?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
0
0xD34F, 2018-06-06
@paulfcdd

const uniq = [];
data.forEach(n => {
  if (uniq.every(m => m.lat !== n.lat || m.lng !== n.lng)) {
    uniq.push(n);
  }
});

or
or
const uniq = Object.values(data.reduce((acc, n) => (acc[`${n.lat},${n.lng}`] = n, acc), {}));

A
Alexander Aksentiev, 2019-10-01
@Sanasol

You can’t just take and send money to individuals, although you can of course.
And all individuals are your employees or provide services to you obviously)
https://kassa.yandex.ru/payouts/
https://unitpay.ru/products

A
Alexander Kuznetsov, 2019-10-01
@WSGR

https://kassa.yandex.ru/payouts/
https://b2b.qiwi.com/payouts/
https://info.paymaster.ru/payout/
https://www.platron.pro/partnerskie-programmy/
https://rootpay.ru/
https://rbk.money/payment-solutions/
https://payin-payout.net/massovye-vyplaty/
https://paymentgate.net/
https://cypix.ru/ uslugi/massovye-vyplaty/
masspayer.ru
https://www.solar-staff.com/partner-network
https://mandarinpay.com/payout
https://win-pay.ru/ru/mass-payments/
https ://unitpay.ru/products
paymaster24.com/services
https://ru.smartcat.ai/payments/
https://expapay.com/payments.html
As for automation, various options are possible.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question