Secure Electronic Payments API
GetClientSession
This Web service operation generates a ClientSessionID for use with the GetToken and GetCheckToken Web services. The URL to access this Web service is:
https://secure.ftipgw.com/admin/ws/recurring.asmx?op=GetClientSessionID
Descriptions of the parameters are listed below:
Parameter | Value |
UserName |
Required: User Name assigned by the payment gateway |
Password | Required: Password assigned by the payment gateway |
Vendor/MerchantKey | Required: The merchant's vendor/merchantkey, the ClientSesssionID will be linked to this gateway |
Example
The following table contains sample data you can use to test this Web service. The UserName, Password, and Vendor/MerchantKey parameters should be changed when testing this example.
Parameter | Value |
UserName | test |
Password | test |
Vendor/MerchantKey | 0001 |
Response
<RecurringResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.tpisoft.com/Admin/ws">
<ClientSessionID>f858f664-d7d6-49a9-bcc6-eb72ce91524c</ClientSessionID>
<code>OK</code>
<error>ClientSessionID generated successfully</error>
<Username>vwrs3582</Username>
</RecurringResult>