You must specify your API username and password using the twocheckout.Api.credentials method before calling a method in this class.
Use to reauth a sale.
Returns a Python object.
params = { 'sale_id': 4834917619, } sale = twocheckout.Sale.find(params) result = sale.reauth()
{ 'response_code': 'OK', 'response_message': 'Payment reauthorized.' }