{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Deletions API", "version": "1.0" }, "items": [ { "info": { "name": "Deletions", "type": "folder" }, "items": [ { "info": { "name": "Delete one or more Payment Cards (to be deprecated)", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/payment-card-deletions", "body": { "type": "json", "data": "{}" } }, "docs": "Allows a registered Service Provider to delete one or more Payment Cards from its profile. Any data associated with a requested paymentCardId will also be deleted permanently.\n\nOn the successful response from the server, a Service Provider should remove all the requested paymentCardIds from the system.\n\nOnce a request has been received from a Service Provider, data deletion will happen immediately.\n" }, { "info": { "name": "Mastercard Delete One or More Users.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/issuers/user-deletions", "body": { "type": "json", "data": "{}" } }, "docs": "" }, { "info": { "name": "Delete Document.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/user-profiles/identity-attribute-deletions", "headers": [ { "name": "X-User-Identity", "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c" }, { "name": "X-Encrypted-Payload", "value": "true" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete an identity attribute from a PDS and update the affected assurance levels. Requires GPA authentication. \n**This API is mandatory.**\n" } ] } ], "bundled": true }