Partner Toolkit Web Service - Methods - RequestPaymentKey

RequestPaymentKey

This method is only available for use by clients whose account is designated to be a Reseller account.

This method is used to generate a token which will allow you to access the Buy Credits section, where credits can be purchased with either a debit or credit card.

» returnCSVString» Boolean
» externalLogin» String
» password» String
» resellerCode» String

On successful completion of this method, a token will be returned this will need to be passed to:

https://textanywhere.textapp.net/web/AppsAccountAdmin/PartnerToolkitvalidate.aspx?key=<token>

This token will expire after 45 seconds and can only be used once.

Return data


    <?xml version="1.0" encoding="UTF-8"?>
        <RequestPaymentKeyResponse>
            <Transaction>
                <Code>1</Code>
                <Description>Transaction OK</Description>
            </Transaction>
            <Key>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</Key>
    </RequestPaymentKeyResponse>    
    

CSV:


    #1#
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx