{ "opencollection": "1.0.0", "info": { "name": "MoMo Verification API", "version": "v1" }, "items": [ { "info": { "name": "Validate using QnA", "type": "folder" }, "items": [ { "info": { "name": "Generate Q&A for ID based validation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/verify/:customerId/generateQnA", "headers": [ { "name": "transactionId", "value": "" }, { "name": "X-Authorization", "value": "" } ], "params": [ { "name": "customerId", "value": "", "type": "path", "description": "ID value of the Accountholder i.e. MSISDN - the format must be E.123" }, { "name": "accountHolderIdNumber", "value": "", "type": "query", "description": "Identification Number of the consumer who wants to register for MoMo or do a Pin Reset. e.g. 8512285568081" }, { "name": "requestIdentifier", "value": "", "type": "query", "description": "requestIdentifier will identifies the request is MoMo registration or Zero balance pin reset." } ] }, "docs": "Validates the MoMo account for performing PIN Reset" }, { "info": { "name": "Validate Q&A for ID based validation", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/verify/:customerId/validateQnA", "headers": [ { "name": "transactionId", "value": "" }, { "name": "X-Authorization", "value": "" } ], "params": [ { "name": "customerId", "value": "", "type": "path", "description": "ID value of the Accountholder i.e. MSISDN - the format must be E.123" }, { "name": "accountHolderIdNumber", "value": "", "type": "query", "description": "Identification Number of the consumer who wants to register for MoMo or do a Pin Reset." }, { "name": "requestId", "value": "", "type": "query", "description": "ID which is generated during the get Q&A call, needs to be passed here" } ] }, "docs": "Validates the MoMo account for performing PIN Reset" } ] } ], "bundled": true }