Update Fee Less Card

Update Fee Less Card

The Update Fee Less Card API allows to turn the "Fee Less" indication on a card on or off. This is used primarily by Praxell Account managers on behalf of customers for turning on\off the benefit of no fees mainly on employee cards.

Input Parameters:

Name
Required
Definition
Comments

IsFeeLess

Y

Format: String, Y or N Description: Simple yes\no value indicator

ID

C

Format: Numeric, 1-19 Description: Input should be RPID in case IDType = RPID Input should be Card Number in case IDType = CardNumber

IDType

C

Format options: CardNumber RPID SavingAccount

Output Parameters:

XML Samples

Input XML

<?xml version="1.0" ?>
 <PraxellXMLRequest>
    <AuthenticationDetails>
        <UserName>test_csrpm</UserName>
        <UserPassword>test_csrpm</UserPassword>
      <ClientSourceIP></ClientSourceIP> 
 </AuthenticationDetails>;
    <ServiceDetails>
        <ServiceName>UpdateFeeLessCard</ServiceName>
        <UniqueRequestId>1212121212121213</UniqueRequestId>
    </ServiceDetails>
    <Origin>
        <OriginType>ExtAPI</OriginType>
    </Origin>
    <ServiceParams>
        <IsFeeLess></IsFeeLess>
        <ID></ID>
        <IDType></IDType>
    </ServiceParams>
 </PraxellXMLRequest> 
<?xml version="1.0" ?>
 <PraxellXMLResponse>
    <ResponseDetails>
        <ServiceName>UpdateFeeLessCard</ServiceName>
        <SessionId>05200637022706028152</SessionId>
        <StatusCode>0</StatusCode>
        <StatusName>StatusOK</StatusName>
        <StatusDescription>NA</StatusDescription>
        <ServiceDate>2007-05-27 06:17:54</ServiceDate>
        <ServiceId>05200637022706028152</ServiceId>
    </ResponseDetails>
    <ResponseParams>
    </ResponseParams>
 </PraxellXMLResponse>
<?xml version="1.0"?>
<PraxellXMLResponse>
  <ResponseDetails>
    <ServiceName>UpdateFeeLessCard</ServiceName>
    <SessionId>07071612200737105</SessionId>
    <StatusCode>70008</StatusCode>
    <StatusName>InvalidIssuer</StatusName>
    <StatusDescription>InvalidIssuer</StatusDescription>
    <ServiceDate>2021-10-01 12:37:50</ServiceDate>
    <ServiceId>07071612200737105</ServiceId>
  </ResponseDetails>
  <ResponseParams>
  </ResponseParams>
</PraxellXMLResponse>

Last updated