Activate-Card
ActivateCard
The Activate Card API requests to activate a card, this operation sets the card's initial PIN. The activation is done by providing the Date of birth and the CVV (the CVV parameter is part of the general XML Authentication part - see XML sample)
Input Parameters:
CardNumber
C
Format: Numeric, 16
Mutually exclusive with ID. Deprecated (use ID/ID Type)
DateOfBirth
C
Format: yyyy-mm-dd Description: Cardholder must be above 17 years old
must provide DateOfBirth or Last4OfID
Last4OfID
C
Format: 4 characters long, numbers or alphanumeric. Description: Last 4 characters of the SSN (or any other Government Issue ID) the cardholder registered with
must provide DateOfBirth or Last4OfID
ID
C
Format: Numeric, 1-19 Description: Input should be RPID in case IDType = RPID Input should be Card Number in case IDType = CardNumber
Mutually exclusive with CardNumber. Required if IDType is provided
IDType
N
Format options: CardNumber RPID SavingAccount
relevant only for ID parameter (CardNumber is default)
NewPin
C
Format: Numeric, 4 Description: New PIN value of private code, represented as 4 digits
Optional only if NoPINActivation=Y. Otherwise, Required
NewPin2
C
Format: Numeric, 4 Description: New PIN value verification, repeats the NewPin value
Optional only if NoPINActivation=Y. Otherwise, Required
NoPINActivation
N
OrgId
N
Format: Alphanumeric, 20 Value can be multiple org_id’s split by commas
Output Parameters:
CardBalance
Format: Numeric, 11
Not returned
Returned
CardIssuingBank
Format: Alphanumeric, 30
Not returned
Returned
CardStatus
"Active" (ACT) "Suspended" (SPND) "Card In Inventory" (CII) "Spoilt" (SPLT) "Cardholder Close" (CC) "Lost" (LST) "Locked" (LOCK) "Locked Card In Inventory" (LOCK_CII) "Stolen" (STLN) Description: All application cards status descriptions (as Active, Suspended)
Not returned
Returned
CardStatusId
Format options: ACT, CC, CII, LOCK_CII, LOCK, LST, SPLT, SPND, STLN
Not returned
Returned
CardType
Format: Alphanumeric, 10
Not returned
Returned
ExpirationDate
Format: MMYY
Not returned
Returned
IsAssigned
Format: Y/N
Not returned
Returned
IsRetailCard
Format: Y/N Description: Indicates whether the card is part of a retail pack and is it a retail card
Not returned
Returned
IssueDate
Format: YYYY-MM-DD HH:MM:SS.M
Not returned
Returned
IssuerName
Format: Alphanumeric, 30
Not returned
Returned
ReplacementMessageType
Format options: ToBeReplacedInAnotherBankForVerifiedCH ToBeReplacedInAnotherBankForRNVCH PTExpirationDate CardExpirationDate ReplacementCardOrderedFromAnotherBank ReplacementCardOrderedFromSameBank ReplacedAnotherCardInAnotherBank
Not returned
Returned
ReplacementStatus
Format options: CardReplaced ReplacementCardObsolete ReplacementCardOrderedFromSameBank ReplacementCardOrderedFromAnotherBank ReplacedAnotherCardInSameBank ReplacedAnotherCardInAnotherBank ReplacementCardRequired ReplacementCardRequiredFailure ToBeReplacedInAnotherBank ToReplaceCardFromAnotherBank ToReplaceCardFromSameBank
Not returned
Returned
XML Samples
Input XML
Last updated