mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-08-25 05:42:27 +00:00
22 lines
623 B
TypeScript
22 lines
623 B
TypeScript
export const INITIATE_KYC_MOCK = {
|
|
ResponseHeader: {
|
|
Version: '1.0.0',
|
|
MsgUid: 'f3a9d4b2-5c7a-4e2f-8121-9c4e5a6b7d8f',
|
|
Source: 'ZOD',
|
|
ServiceId: 'InitiateKyc',
|
|
ReqDateTime: '2025-08-07T14:20:00.000Z',
|
|
RspDateTime: '2025-08-07T14:20:00.123Z',
|
|
ResponseCode: '000',
|
|
ResponseType: 'Success',
|
|
ProcessingTime: 123,
|
|
ResponseDescription: 'KYC initiation successful',
|
|
},
|
|
InitiateKycResponseDetails: {
|
|
InstitutionCode: '1100',
|
|
TransId: '3136fd60-3f89-4d24-a92f-b9c63a53807f',
|
|
RandomNumber: '38',
|
|
Status: 'WAITING',
|
|
ExpiryDateTime: '2025-08-07T14:30:00.000Z',
|
|
},
|
|
};
|