For the complete documentation index, see llms.txt. This page is also available as Markdown.

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> 

Last updated