V
V
Vasily Petrov2016-09-23 00:01:57
Payment systems
Vasily Petrov, 2016-09-23 00:01:57

How to make the account in the electronic wallet duplicated on the site, and so that the data on who transferred the money is entered on the site?

There is a website, you need to duplicate the amount from the e-wallet on it, as well as add information, for example, from a comment when transferring money to the wallet.
I think the answers will be: write a program, and so on, if so, what about security? And what program, what is its principle? What language etc?
ps Further html and css has not yet gone, preferably without programming :(
UPD: Yandex.Wallet, for example.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Daemon23RUS, 2016-09-23
@mbpig

Alas, without programming it will not work.
You didn't specify which wallet you have, but suppose, for example, that it's Yandex.Checkout
, you can receive notifications. A notification is sent if:
the user received a transfer from another Yandex.Money user;
the user received a replenishment from a bank card through a universal form, a form for philanthropists or a button. details here
Well, you just have to parse the received notification using PHP, and add information to your database
. Further, it’s easier, when generating a page, you extract translations (for example, the last 10) and display it on the site using the same PHP
PS It's safe, because you do not specify the data for accessing the wallet, Yandex itself informs you about the receipt.

P
Puma Thailand, 2016-09-23
@opium

well, write a script that will do it all
differently

M
Masha Formanyuk, 2016-10-03
@formasha

You can use a ready-made solution, just give a link to the report page: https://yaudit.org/

B
bro-dev, 2016-10-22
@xPomaHx

Write in the language in which your backend is running. And the possibility of this depends on your wallet, if they have some kind of api, then it is possible.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question