ASP.NET VETtrak API web services
ContentsIndexHome
PreviousUpNext
VT_API.GetPaymentTypes Method

Get the Payment Type list.

C#
[WebMethod(Description = "Gets a list of Payment Types valid for online payment")]
public TAuthPaymentTypeList GetPaymentTypes(string token);
Parameters 
Description 
string token 
String Token. 

TAuthPaymentTypeList : an authenticated list of Payment Types.

This is a listing of the payment types in VETtrak valid for making payments. These are active "positive" payment types. 

Each Payment Type is represented by a TPaymentType. The collection of Payment Types is represented by a List of TPaymentType

A token is passed for authentication. If the authentication fails, or other errors occur, no payment types are returned. The result of the authentication is represented by a TAuthenticate object. 

Requires a valid registration key entry for the Finance feature. 

This function has security level "Unrestricted", and can be accessed by any authenticated user.

Copyright (c) VETtrak 2022. All rights reserved.