Skip to Content
Menu
This question has been flagged
1 Reply
1968 Views

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? 


Avatar
Discard
Best Answer

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.

Avatar
Discard