{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Deregistrations API", "version": "1.0" }, "items": [ { "info": { "name": "Deregistrations", "type": "folder" }, "items": [ { "info": { "name": "Removes one or more PANs from an existing PAN List.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/consumers/pans/deregistrations", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint allows customers to remove one or more PANs from an existing PAN List.\n- This endpoint requires partial request and response payload encryption to encrypt the array of PANs (pans object) as part of sensitiveData field. Please refer to request and response specification for more details. The encryption needs to be performed using JWE payload encryption. Please refer to the [Securing Sensitive Data Using Payload Encryption](https://developer.mastercard.com/platform/documentation/secu" } ] } ], "bundled": true }