Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
2038 Widoki

Odoo version 13 - 

I have created a payment for an invoice. I want to confirm the payment and use Authorize.net for the payment. 



However, after I click 'confirm' on the payment, I get 502 Bad Gateway. 

I have used the API LoginID and API TransactionKey. 

I am not sure how should I use the Client key (it is mentioned in the document but doesn't talk about how to use it)

Also, is client key the problem or something else? 


Awatar
Odrzuć
Najlepsza odpowiedź

502 Bad Gateway indicates your system is not reachable. Could be different reasons. Check whether your Odoo database is up and running. Check your web server settings if you're using a reverse proxy type of setup. Also, check whether the API endpoint you're calling is reachable from the Odoo server.

Awatar
Odrzuć