{ "opencollection": "1.0.0", "info": { "name": "Worldline Card Issuing Account - AccountState Card - Pin API", "version": "2.41.1" }, "items": [ { "info": { "name": "Card - Pin", "type": "folder" }, "items": [ { "info": { "name": "Display PIN for a card", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/issuers/:issuerId/cards/:cardReference/display-pin", "headers": [ { "name": "WL-Correlation-ID", "value": "" } ], "params": [ { "name": "filter", "value": "", "type": "query", "description": "Filtered Fields" }, { "name": "issuerId", "value": "", "type": "path", "description": "Issuer ID" }, { "name": "cardReference", "value": "", "type": "path", "description": "cardReference" } ] }, "docs": "This service offers the option to the issuer to display the PIN inside the mobile app for a given card. \nThe card is identified either by the internal or external card reference.\nNote: Worldline will only send the PIN block towards the issuer. \nThe issuer is responsible for displaying the PIN inside the mobile app or Homebanking device." }, { "info": { "name": "Set a PIN for a card", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/issuers/:issuerId/cards/:cardReference/pin", "headers": [ { "name": "WL-Correlation-ID", "value": "" } ], "params": [ { "name": "filter", "value": "", "type": "query", "description": "Filtered Fields" }, { "name": "issuerId", "value": "", "type": "path", "description": "Issuer ID" }, { "name": "cardReference", "value": "", "type": "path", "description": "cardReference" } ] }, "docs": "This Service allows the issuer to set the PIN after card creation, via issuer home banking or mobile app. \nThe card is identified either by the internal or external card reference." }, { "info": { "name": "Display PIN for a card by external reference", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/issuers/:issuerId/cards/external-cards/:issuerCardExternalReference/display-pin", "headers": [ { "name": "WL-Correlation-ID", "value": "" } ], "params": [ { "name": "filter", "value": "", "type": "query", "description": "Filtered Fields" }, { "name": "issuerId", "value": "", "type": "path", "description": "Issuer ID" }, { "name": "issuerCardExternalReference", "value": "", "type": "path", "description": "issuerCardExternalReference" } ] }, "docs": "This service offers the option to the issuer to display the PIN inside the mobile app for a given card. \nThe card is identified either by the internal or external card reference.\nNote: Worldline will only send the PIN block towards the issuer. \nThe issuer is responsible for displaying the PIN inside the mobile app or Homebanking device." }, { "info": { "name": "Display PIN for a card by PAN + PSN and/or expiry date", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/issuers/:issuerId/cards/display-pin", "headers": [ { "name": "WL-Correlation-ID", "value": "" } ], "params": [ { "name": "issuerId", "value": "", "type": "path", "description": "Issuer ID" } ] }, "docs": "Display PIN for a card by PAN + PSN and/or expiry date" }, { "info": { "name": "Set a PIN for a card by PAN + PSN and/or expiry date", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/issuers/:issuerId/cards/pin", "headers": [ { "name": "WL-Correlation-ID", "value": "" } ], "params": [ { "name": "issuerId", "value": "", "type": "path", "description": "Issuer ID" } ] }, "docs": "Set a PIN for a card by PAN + PSN and/or expiry date" }, { "info": { "name": "Set a PIN for a card by external reference", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/issuers/:issuerId/cards/external-cards/:issuerCardExternalReference/pin", "headers": [ { "name": "WL-Correlation-ID", "value": "" } ], "params": [ { "name": "filter", "value": "", "type": "query", "description": "Filtered Fields" }, { "name": "issuerId", "value": "", "type": "path", "description": "Issuer ID" }, { "name": "issuerCardExternalReference", "value": "", "type": "path", "description": "issuerCardExternalReference" } ] }, "docs": "This Service allows the issuer to set the PIN after card creation, via issuer home banking or mobile app. \nThe card is identified either by the internal or external card reference." } ] } ], "bundled": true }