mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-26 16:44:54 +00:00
39 lines
1.1 KiB
TypeScript
39 lines
1.1 KiB
TypeScript
export const CARD_EMBOSSING_DETAILS_MOCK = {
|
|
ResponseHeader: {
|
|
Version: '1.0.0',
|
|
MsgUid: 'adaa1893-9f95-48a8-b7a1-0422bcf629b5',
|
|
Source: 'ZOD',
|
|
ServiceId: 'GetEmbossingInformation',
|
|
ReqDateTime: '2025-06-11T07:32:16.304Z',
|
|
RspDateTime: '2025-08-14T10:01:14.205',
|
|
ResponseCode: '000',
|
|
ResponseType: 'Success',
|
|
ProcessingTime: 67,
|
|
EncryptionKey: null,
|
|
ResponseDescription: 'Operation Successful',
|
|
LocalizedResponseDescription: null,
|
|
CustomerSpecificResponseDescriptionList: null,
|
|
HeaderUserDataList: null,
|
|
},
|
|
GetEmbossingInformationResponseDetails: {
|
|
icvv: '259',
|
|
Track1: '%B4017786818471184^AMMAR/QAFFAF^31102261029800997000000?',
|
|
Track2: ';4017786818471184=31102261029899700?',
|
|
Track3: null,
|
|
EmvTrack1: '1029800259000000',
|
|
EmvTrack2: '4017786818471184D31102261029825900',
|
|
ClearPan: '4017786818471184',
|
|
PinBlock: '663B1A71D8112D97',
|
|
Cvv: '997',
|
|
Cvv2: '834',
|
|
iCvv: '259',
|
|
Pvv: '0298',
|
|
EmbossingName: 'AMMAR QAFFAF',
|
|
ExpiryDate: '20311031',
|
|
OldPlasticExpiryDate: null,
|
|
CardStatus: '30',
|
|
OldPlasticCardStatus: ' ',
|
|
EmbossingRecord: null,
|
|
},
|
|
};
|