D
D
dbalakov2013-07-23 19:34:11
Individual entrepreneur
dbalakov, 2013-07-23 19:34:11

Accepting payments via the Internet

Ladies and gentlemen, let's say I have a very useful service that makes life easier for a bunch of people and I want to make money on it, but not on advertising, but like in the era of dinosaurs - that is, by accepting a visa and other plastic.

This raises 2 questions:
1. How can I, how do I formalize this? What activity code should be?
2. What is the least painless way for me to implement this, namely, accepting payments?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
E
edogs, 2013-07-23
@dbalakov

1) Fill in 72.* OKVED activities. If the IP has not yet been issued, then draw up the simplified tax system on income (6%).
2) Payment agents such as robokassa and analogues if you need many ways to accept payments, but if it is plastic and it is enough in general, then arrange acquiring from the bank where you are served.

L
lubezniy, 2013-07-23
@lubezniy

1. Depends on the service.
2. The easiest option is to conclude an agreement with any payment acceptance system and receive money from them by bank transfer to a bank account. They offer work with both bank cards and electronic money. After the conclusion of the contract, you will need to embed code and scripts into the site to process payment requests and receive information from the payment system (for example, about paying for an order number such and such).

A
asdz, 2014-10-04
@iDennis

Well, apparently, because in the function you assign a variable to yourself.

A
akarin, 2014-10-04
@akarin

https://en.wikipedia.org/wiki/%D0%97%D0%B0%D0%BC%D...
jsfiddle.net/r57688sc/1

A
Alexander Khirenko, 2014-10-04
@Satanpit

Why are you redefining an external scope variable with an internal one?
What for generally this line var a=a; in the f() function, the variable a will be available without it.

A
Alexander Taratin, 2014-10-04
@Taraflex

jsfiddle.net/QW01_01/wta6sdp3

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question