Get Card Text Info

Get Card Text Info

The Get Card Text Info API provides all required information which is for the two-way SMS messaging in the Praxell product.

Input Parameters:

Name
Required
Definition
Comments

MobilePhone

Y

Format: Numeric, 6-15 Description: Mobile phone for getting SMS (see IsReceiveSms).

RequestedInfo

Y

Format: String, 50 Description: List of actions available for two way SMS. List of options: "BAL", "LAST", "" [Numeric 6 digits], "PEND", "ENR", "RMV", "STA", "HELP"

Output Parameters:

XML Samples

Input XML

<?xml version="1.0" ?>
<PraxellXMLRequest>
  <AuthenticationDetails>
       <UserName>test_pm</UserName>
       <UserPassword>test_pm</UserPassword>
    <ClientSourceIP></ClientSourceIP> 
 </AuthenticationDetails>;
  <ServiceDetails>
    <ServiceName>GetCardTextInfo</ServiceName>
    <UniqueRequestId>1212121212121213</UniqueRequestId>
  </ServiceDetails>
  <Origin>
     <OriginType>ExtAPI</OriginType>
  </Origin>
 <ServiceParams>
    <MobilePhone>1234567890</MobilePhone>        
    <RequestedInfo>BAL</RequestedInfo>
 </ServiceParams>
</PraxellXMLRequest>

Last updated