Swap Cards DDAs

Swap Cards DDAs

The Swap Cards DDAs API allows swapping the DDAs (Direct Deposit Accounts) between a Suspend Card (with Stolen/Lost reason code) and another card. The DDAs are swapped and the card is moved to STLN/LST status.

Input Parameters:

Name
Required
Definition
Comments

CardNumber1

C

Format: Numeric, 16

CardNumber2

C

Format: Numeric, 16

FromID

C

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

FromIDType

C

Format options: CardNumber RPID SavingAccount

ToID

C

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

ToIDType

C

Format options: CardNumber RPID SavingAccount

Output Parameters:

XML Samples

Input XML

<?xml version="1.0" ?>
 <PraxellXMLRequest>
     <AuthenticationDetails>
        <UserName>st_manager</UserName>
        <UserPassword>st_manager</UserPassword>
      <ClientSourceIP></ClientSourceIP> 
 </AuthenticationDetails>; 
      <ClientSourceIP></ClientSourceIP> 
 </AuthenticationDetails>;
    <ServiceDetails>
        <ServiceName>SwapCardsDDAs</ServiceName>
        <UniqueRequestId>1212121212121213</UniqueRequestId>
    </ServiceDetails>
    <Origin>
         <OriginType>ExtAPI</OriginType>
    </Origin>
    <ServiceParams>
       <FromID></FromID>
       <FromIDType></FromIDType>
       <ToID></ToID>
       <ToIDType></ToIDType>
    </ServiceParams>
</PraxellXMLRequest>

Last updated