Hello odooers,
je am actually trying to implement a new payment provider for odoo. The flow is simple, you only make an API call with some informations (such as API key, amount,....), the answer contains a link. This link will redirect on a page where the user can pay. To check wether or not the payment have been completed we it uses webhooks.
The problem is: I have no clue on how to begin. I didn't find any informations about how to develop a custom payment provider, I tried 'reverse engineer' it and look at how other payment providers were done (paypal for example), but it strated being very tricky and I wanted to be sure I was not losing time.
The question is: did someone faced a similar issue and was able to find ressources that could help me with my problem.
Have a good day ;)
What is the name of the provider you want to implement? Which version of Odoo?