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
##Method
###create
Use to create an option.
####Arguments
####Returns
Returns a Python object.
####Example Usage:
twocheckout.Api.credentials({'username':'APIuser1817037', 'password':'APIpass1817037'}) params = { 'option_name': 'Example Option', 'option_value_name': 'Test', 'option_value_surcharge': 1.00 } result = twocheckout.Option.create(params) print result
####Example Response:
{ 'option_id': '4774527631', 'response_code': 'OK', 'response_message': 'Option created successfully' }
Introduction
Charge
Passback
Notification
API
Sale
Product
Option
Coupon
Company
Contact