developer_guide:call_reference:activationrequest

This is an old revision of the document!


ActivationRequest Call Reference

ActivationRequest is the first call you will make to the API. This call authorizes your application to communicate with the API. No other calls will work until you successfully call ActivationRequest.

View:

ActivationRequest

Overview

The box below lists all fields that could be included in the call request. To learn more about an individual field or its type, scroll down to find it in the table below the box.

XML

<?xml version="1.0" encoding="utf-8"?>
    <ActivationRequest>	
        <Username>string</Username>
        <Token>string</Token>	
    </ActivationRequest>

Elements

Name Type Occurrence Meaning
ActivationRequest container required Parent Element
Username string required Merchant API username (this is not your SubscriptionBridge login id)
Token string required Your application's security token. view also: How to create a token

ActivationResponse

Overview

The box below lists all fields that could be included in the call response. To learn more about an individual field or its type, scroll down to find it in the table below the box.

XML

<?xml version="1.0" encoding="utf-8"?>
    <ActivationResponse>	
        <Ack>string</Ack>
	<Timestamp>timestamp</Timestamp>	
    </ActivationResponse>

Elements

Name Type Occurrence Meaning
ActivationResponse container required Parent Element
Ack string always Success, Error, or Warning
Timestamp string always All responses return the official SB time stamp in UTC/GMT
developer_guide/call_reference/activationrequest.1263391290.txt.gz · Last modified: 2010/01/12 23:00 (external edit)