{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Email API", "version": "1.0" }, "items": [ { "info": { "name": "Email", "type": "folder" }, "items": [ { "info": { "name": "Add & Validate an Email Address Request an OTP Code.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/email-otps", "headers": [ { "name": "X-User-Identity", "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c" }, { "name": "X-Encrypted-Payload", "value": "true" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Take in and code in the request body. It checks if the provided\ncode matches the one-time password generated for the OTP request and\nreturns the result. Does not require a minimum authentication standard.\n**This API is mandatory.**\n" }, { "info": { "name": "Add & Validate an Email Address Verify an OTP Code.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/email-otp-verifications", "headers": [ { "name": "X-User-Identity", "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c" }, { "name": "X-Encrypted-Payload", "value": "true" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Take in `otpId` and code in the request body. It checks if the provided\ncode matches the one-time password generated for the OTP request and\nreturns the result. Does not require a minimum authentication standard.\n**This API is mandatory.**\n" } ] } ], "bundled": true }