Inform Lost Stolen Card
Inform Lost Stolen Card
The Inform Lost Stolen Card API allows informing a lost or stolen card, and optionally request replacement card.
Input Parameters:
Name
Required
Definition
Comments
CardNumber
C
Format: Numeric, 16
Deprecated. Will be removed in the future
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
Category
Y
Format: Lost Stolen (not available for CFF Status)
CreateReplacement
Y
Format: Y/N Description:(for future use)
Output Parameters:
Name
Definition
Failure Case
Success Case
Comments
AvailableBalance
Format: Numeric, 11
Not returned
Returned
ReplacementCardNumber
Format: Numeric, 16
Not returned
Returned
XML Samples
Input XML
<?xml version="1.0"?>
<PraxellXMLRequest>
<AuthenticationDetails>
<UserName></UserName>
<UserPassword></UserPassword>
<ClientSourceIP></ClientSourceIP>
</AuthenticationDetails>;
<ServiceDetails>
<UniqueRequestId>4017639</UniqueRequestId>
<ServiceName>InformLostStolenCard</ServiceName>
</ServiceDetails>
<Origin>
<OriginType>ExtAPI</OriginType>
</Origin>
<ServiceParams>
<ID></ID>
<IDType></IDType>
<Category>Lost</Category>
<CreateReplacement>N</CreateReplacement>
</ServiceParams>
</PraxellXMLRequest>Last updated