Change-Card-Pin

Change Card PIN

The Change Card PIN API allows to change the card PIN.

Input Parameters:

Name
Required
Definition
Comments

CardNumber

Y

Format: Numeric, 16

CurrentPIN

Y

Format: Numeric, 4 Description: A private code

DateOfBirth

N

Format: yyyy-mm-dd Description: Cardholder must be above 17 years old

NewPin

Y

Format: Numeric, 4 Description: New PIN value of private code, represented as 4 digits

Output Parameters:

No Output Parameters

XML Samples

Input XML

<?xml version="1.0"?>
<PraxellXMLRequest>
  <AuthenticationDetails>
    <AuthCardNumber></AuthCardNumber>
    <AuthPIN>4321</AuthPIN>
    <ClientSourceIP></ClientSourceIP> 
 </AuthenticationDetails>;
  <ServiceDetails>
    <UniqueRequestId>2584564</UniqueRequestId>
    <ServiceName>ChangeCardPIN</ServiceName>
  </ServiceDetails>
  <Origin>
    <OriginType>ExtAPI</OriginType>
  </Origin>
  <ServiceParams>
    <CardNumber>1234567890123456</CardNumber>
    <CurrentPIN>1234</CurrentPIN>
    <DateOfBirth></DateOfBirth>
    <NewPIN>6045</NewPIN>
  </ServiceParams>
</PraxellXMLRequest>

Last updated