Reopen Card
Reopen Card
The Reopen Card API allows reopening a 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
Output Parameters:
XML Samples
Input XML
<?xml version="1.0" ?>
<PraxellXMLRequest>
<AuthenticationDetails>
<UserName></UserName>
<UserPassword></UserPassword>
<ClientSourceIP></ClientSourceIP>
</AuthenticationDetails>;
<ServiceDetails>
<UniqueRequestId>1754736</UniqueRequestId>
<ServiceName>ReopenCard</ServiceName>
</ServiceDetails>
<Origin>
<OriginType>ExtAPI</OriginType>
</Origin>
<ServiceParams>
<ID>xxx</ID>
<IDType>RPID</IDType>
<CardNumber></CardNumber>
</ServiceParams>
</PraxellXMLRequest>Last updated