{ "opencollection": "1.0.0", "info": { "name": "Mastercard Card Issuance", "version": "2.0.0" }, "items": [ { "info": { "name": "Cards", "type": "folder" }, "items": [ { "info": { "name": "Mastercard **prepaid Card Issuance** - Issue Prepaid Card to Existing or New Client", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.mi.api.mastercard.com/mi-issuing-sandbox/card-issuance/prepaid-cards", "headers": [ { "name": "X-MC-Bank-Code", "value": "112233" }, { "name": "X-MC-Correlation-ID", "value": "ac97d177-9345-4934-8343-0f91a7a02836" }, { "name": "X-MC-Source", "value": "MAP" }, { "name": "X-MC-Client-Application-User-ID", "value": "S0648-IN" }, { "name": "X-MC-Idempotency-Key", "value": "bc57d177-4593-3449-8343-0d81a7a02947" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API allows users to issue primary, add-on or supplementary physical/virtual card to existing or new client. It is applicable for prepaid products issued on MI platform. The Mastercard issuing system receives, validates, and processes the request. If the request is successful, the card will be generated, and card details like 'card number', 'card Id', 'card pack Id', etc. will be sent in the response.
Note: More than one card information in the response indicates issuance of paired car" }, { "info": { "name": "Mastercard **debit Card Issuance** - Issue Debit Card to Existing or New Client", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.mi.api.mastercard.com/mi-issuing-sandbox/card-issuance/debit-cards", "headers": [ { "name": "X-MC-Bank-Code", "value": "112233" }, { "name": "X-MC-Correlation-ID", "value": "ac97d177-9345-4934-8343-0f91a7a02836" }, { "name": "X-MC-Source", "value": "MAP" }, { "name": "X-MC-Client-Application-User-ID", "value": "S0648-IN" }, { "name": "X-MC-Idempotency-Key", "value": "bc57d177-4593-3449-8343-0d81a7a02947" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API allows users to issue primary, add-on or supplementary debit card to existing/new client with the help of CBS system. The Mastercard issuing system receives, validates, and send the request to CBS for fulfilment. If the request is successful, then card will be generated, and card details like 'card number', 'card Id', 'card pack Id', etc. will be sent in the response.
Note: More than one card information in the response indicates issuance of paired cards." } ] } ], "bundled": true }