Answer the question
In order to leave comments, you need to log in
According to what scheme do payment system aggregators work and how to implement such a scheme for personal use?
Hello!
There are several sites, all of them are connected to different payment systems and several aggregators.
Today I thought about what if you connect your sites to your simple aggregator, the topic is interesting for the sake of practice.
I present it like this:
Answer the question
In order to leave comments, you need to log in
Advantages of such a solution - a third party (third-party aggregator) your confidential data + no need to pay them a commission, cons - judging by the questions you are unlikely to ensure their security + if you do not use aggregators at all, you will have to connect each payment system yourself, for example, to receive the maximum certificate for webmoney\poison, which is not so easy.
Regarding the implementation: take a description of any popular aggregator - it contains answers to most of the questions that have arisen - just do it by analogy.
I see your question as two tasks:
- get rid of other people's aggregators and learn how to work with different payment systems directly
- teach my one payment point to work with several of my points of sale.
If everything is correct, then the first question is implemented very simply. It is enough to study the heels of api of different payments. I can share my version (server part) (now I am reshaping it from the experience of using https://toster.ru/q/327212).
I suggest you think about the second part again. Is it necessary? If you have a universal code / module / plugin for payment, then what prevents you from spreading it on different sites? Most payment systems support "one contract/account and many stores".
By introducing additional "forwarding/encryption/etc." you add unnecessary links, increase the chance of vulnerability, reduce the reliability of the system as a whole.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question