Hi there, I'm totally new in Odoo platform, and began practicing with it two months ago.
I got a task from my supervisor to create a new payment acquirer module (idk what is it exactly), but the problem is that I can't find any information about it. All what can Google suggest is configuring already existing parts (Paypal, Wire Transfer etc.). I need to create this "module" and connect this one with banks of my country and the system named Coinfide, at the moment I don't know exact order of these things.
Can anyone somehow help me, give some information or suggest possible ways to solve this? I would be very grateful for this, thanks.
See this blog: https://www.cybrosys.com/blog/payment-gateway-integration-odoo
Also there will be lot of module in odoo app store, providing these functionalities, see its coding and get idea
Can you give me some examples what I can find in odoo app store?
if you are about implement your own, base model in odoo supplies all needed functions. read the code through `payment` module, you will understand it better than someone tries to explain it to you.