{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Benefit-Allocations-Card-Management API", "version": "1.0" }, "items": [ { "info": { "name": "Benefit-Allocations-Card-Management", "type": "folder" }, "items": [ { "info": { "name": "Mastercard Replace Card Number for a Cardholder", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/cards", "body": { "type": "json", "data": "{}" } }, "docs": "Replaces the card number associated with the user. The benefits on the old card number are expired, and the same set of benefits are applied to new card number." }, { "info": { "name": "Mastercard Freeze/unfreeze a Card for Benefits", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/cards", "body": { "type": "json", "data": "{}" } }, "docs": "Freezes a card for benefits, or unfreezes the card for benefits. isFrozen set to true freezes the card, and isFrozen set to false unfreezes the card." } ] } ], "bundled": true }