{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Debit API", "version": "1.0" }, "items": [ { "info": { "name": "Debit", "type": "folder" }, "items": [ { "info": { "name": "Mastercard **debit Card Issuance** - Issue Debit Card to Existing or New Client", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/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 }