Just got the solution. When the amount that is sent to Authorize via API
call has decimals, it has to be in string format. But the weird thing is
that if you give an amount $291.5 or $291.0 in number format, it passes
through and does not have any is...
I am facing the issue as above. I sent amount, customer profile and the
invoice and while I am getting the response it shows an error: if
transaction_response is not None: if
transaction_response.transactionResponse.transId and
transaction_response.t...