Author

Topic: What is the logic in making a Payment Processor? (Read 323 times)

legendary
Activity: 1876
Merit: 1308
Get your game girl
Im not complicating things by using Flask or Django.. its meant to be part of an app.
However i agree that i need to learn RPC, but for coins like Steem its different, and with different coins have different RPC as well
Every coin has a different API and different ways of accessing the main chain.Apart from bitcoin,I've seen other coins providing much easier libraries to handle their transactions.Not sure about steem though.
sr. member
Activity: 617
Merit: 256
ICO Accelerator & Consultant
So I was trying to make a payment processor from scratch.. I don't really know how to use wallet RPC, so instead here's my thought process:
Just Payment ? You need more,generate addresses.Check double spend etc.

--snipe--
Providing that I used Python, asyncio and Flask/Django for this, would this be a viable process?
And how would you go about in this?
Avoid all the trouble,stop complicating it.If you really don't know how to use wallet RPC and you want to start it from scratch,well you need to learn RPC's.Or you can just use one of the available third party libraries.

Im not complicating things by using Flask or Django.. its meant to be part of an app.
However i agree that i need to learn RPC, but for coins like Steem its different, and with different coins have different RPC as well

Hmm
legendary
Activity: 1876
Merit: 1308
Get your game girl
So I was trying to make a payment processor from scratch.. I don't really know how to use wallet RPC, so instead here's my thought process:
Just Payment ? You need more,generate addresses.Check double spend etc.

--snipe--
Providing that I used Python, asyncio and Flask/Django for this, would this be a viable process?
And how would you go about in this?
Avoid all the trouble,stop complicating it.If you really don't know how to use wallet RPC and you want to start it from scratch,well you need to learn RPC's.Or you can just use one of the available third party libraries.
sr. member
Activity: 617
Merit: 256
ICO Accelerator & Consultant
So I was trying to make a payment processor from scratch.. I don't really know how to use wallet RPC, so instead here's my thought process:

1. Checkout (1$)
2. Get market data and convert to coin
3. Get Wallet and coin amount required
4. using async wait for change in wallet
5. when change is seen stop loop

Providing that I used Python, asyncio and Flask/Django for this, would this be a viable process?
And how would you go about in this?
Jump to: