There was an error while loading. Please reload this page.
You must specify your API username and password using the twocheckout.Api.credentials method before calling a method in this class.
twocheckout.Api.credentials
##Method
###reauth
Use to reauth a sale.
####Arguments
####Returns
Returns a Python object.
####Example Usage:
params = { 'sale_id': 4834917619, } sale = twocheckout.Sale.find(params) result = sale.reauth() print result
####Example Response:
{ 'response_code': 'OK', 'response_message': 'Payment reauthorized.' }
Introduction
Charge
Passback
Notification
API
Sale
Product
Option
Coupon
Company
Contact