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

Authorize.net flagged as fraud transactions and Odoo Transaction Status



When a credit card transaction gets flag by athorize.net  as fraud. The sale is not confirmed and there is not payment created in Odoo.  If i check  Invoicing/Configuration/Payment Tranasctions i can see the transaction with a "pending" status. 



How can I set the status to "Authorized" in Odoo after I approve the transction in Authorize.net portal?

Avatar
Discard
Author

Hi, 
Adding options = "{'clickable': '1'}" to the state field made the field clickable. However, it still dont change the status.

Best Answer

Hello, Wendy lo

You can not change the transaction directly to the "Authorized" stage in default Odoo, as the stage is not editable.


Odoo is not providing the webhook functionality for the authorized payment gateway, so Odoo can't update the status automatically.


But if you really want to update the status forcefully then please add the below code into the state field with the help of debug mode.


options = "{'clickable': '1'}"


so with this code your status can be change to any with the click on that

Thanks...

For more information Contact us: -    https://kanakinfosystems.com/odoo-development-services

Avatar
Discard