Last active
January 4, 2016 20:39
-
-
Save msrivastav13/8675430 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<s:Envelope xmlns:s="Schema URL"> | |
<s:Body> | |
<GetActivationInformationResponse xmlns="Schema URL"> | |
<GetActivationInformationResult xmlns:a="Schema URL" xmlns:i="Schema URL"> | |
<a:ATMFee>*****</a:ATMFee> | |
<a:ActivationData>******</a:ActivationData> | |
<a:ActivationType>PIN</a:ActivationType> | |
<a:LastVerificationResponse> | |
<a:ActivitiesPerformed i:nil="true"/> | |
<a:CardLimitAccountList i:nil="true"/> | |
<a:OOWQuiz i:nil="true"/> | |
<a:Reprompt i:nil="true"/> | |
<a:ResponseCode>verified</a:ResponseCode> | |
<a:ResponseText>RegistrationService Response Code: Passed</a:ResponseText> | |
</a:LastVerificationResponse> | |
<a:MonthlyFee>*****</a:MonthlyFee> | |
<a:PinInformation> | |
<a:AssociationName>MasterCard</a:AssociationName> | |
<a:BankName>*******</a:BankName> | |
<a:BankShortName>ICBI</a:BankShortName> | |
<a:BankToken>3</a:BankToken> | |
<a:PINNumber>********</a:PINNumber> | |
<a:PinValue>******</a:PinValue> | |
<a:PortfolioToken>1</a:PortfolioToken> | |
<a:ProductLifeCycle>PERMA</a:ProductLifeCycle> | |
<a:ProductName>******</a:ProductName> | |
<a:ProductToken>7</a:ProductToken> | |
<a:ProductTypeName>PayCard</a:ProductTypeName> | |
<a:RetailerPartnerKey>8</a:RetailerPartnerKey> | |
<a:RetailerPartnerName>FirstAid</a:RetailerPartnerName> | |
</a:PinInformation> | |
<a:PrimaryCardHolder> | |
<a:Guarantor i:nil="true"/> | |
<a:PrimaryPerson> | |
<a:DOB>******</a:DOB> | |
<a:Email/> | |
<a:FirstName>******</a:FirstName> | |
<a:LastName>*******</a:LastName> | |
<a:MiddleName/> | |
<a:SSN>&&&&&&&&&</a:SSN> | |
<a:isEditable>true</a:isEditable> | |
<a:isMinor>false</a:isMinor> | |
</a:PrimaryPerson> | |
<a:ProductToken>15</a:ProductToken> | |
</a:PrimaryCardHolder> | |
<a:RegistrationToken>&&&&&&&</a:RegistrationToken> | |
<a:ResponseCode>Success</a:ResponseCode> | |
<a:ResponseText i:nil="true"/> | |
</GetActivationInformationResult> | |
</GetActivationInformationResponse> | |
</s:Body> | |
</s:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment