Is it possible to get transaction ID after payment is authorized by authorize.net payment gateway?
I need transaction ID for offline capture.
Thank you.
I need transaction ID for offline capture.
Thank you.
<MvEVAL EXPR = "{ Payment_Read( l.orderpayment ) }">
<MvASSIGN NAME = "l.passphrase" VALUE = "My Test Passpfrase">
<MvASSIGN NAME = "l.data" VALUE = "">
<MvASSIGN NAME = "l.debug" VALUE = "{ [ 'lib/crypto.mvc' ].Decrypt_OrderPayment( 'Order Decryption Test', l.orderpayment, l.passphrase, .data ) }">
Comment