mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-08-26 06:09:41 +00:00
feat: kyc process
This commit is contained in:
21
src/common/modules/neoleap/__mocks__/initiate-kyc.mock.ts
Normal file
21
src/common/modules/neoleap/__mocks__/initiate-kyc.mock.ts
Normal file
@ -0,0 +1,21 @@
|
||||
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',
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user