How to receive payments from external app

Hi,

I’m working in a custom module that allow tryton receive external payments, in this case, from a bank (the client goes to bank and pay there) that uses Java in the most part of his server. The main question y how to allow a third party app use tryton to process the payment, I only used flask before but I think I need something more generic, maybe using routes, urls or a client like proteus, or maybe add a custom API or webhook.

I read about SEPA but I can’t use it on my country. Thanks in advance!

Thanks in advance!

Usually if you have a third party application that process the payments, you do not need to use payment model of Tryton but just record the statement from the bank. Or you can just create manual payment and mark them as succeeded when you receive the notification or the statement from the bank.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.