We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
##Methods
###find
Use to retrieve an option.
####Arguments
option_id
####Returns
Returns a Option object.
####Example Usage:
twocheckout.Api.credentials({'username':'APIuser1817037', 'password':'APIpass1817037'}) params = { 'option_id': 4837092437 } option = twocheckout.Option.find(params) print option
####Example Response:
{ u'option_id': u'4837092437', u'option_name': u'Example Option', u'option_values': [ { u'option_value_id': u'4837092440', u'option_value_name': u'Test', u'option_value_surcharge': u'1.00' } ] }
Introduction
Charge
Passback
Notification
API
Sale
Product
Option
Coupon
Company
Contact