{ "opencollection": "1.0.0", "info": { "name": "Worldline Card Issuing Account - AccountState Card - CVV API", "version": "2.41.1" }, "items": [ { "info": { "name": "Card - CVV", "type": "folder" }, "items": [ { "info": { "name": "Get the CVV", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/issuers/:issuerId/cards/:cardReference/display-cvv", "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 CVV2 inside the mobile app.\nAs the CVV2 is not stored it must be re-created using the received card data from the request.\nNote: Worldline will send the encrypted CVV2 towards the issuer. \nThe issuer is responsible for displaying the CVV2 inside the mobile app or Homebanking service" }, { "info": { "name": "Validate the CVV", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/issuers/:issuerId/cards/:cardReference/validate-cvv", "headers": [ { "name": "WL-Correlation-ID", "value": "" } ], "params": [ { "name": "issuerId", "value": "", "type": "path", "description": "Issuer ID" }, { "name": "cardReference", "value": "", "type": "path", "description": "cardReference" } ] }, "docs": "Validate the CVV" }, { "info": { "name": "Get the CVV by external reference", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/issuers/:issuerId/cards/external-cards/:issuerCardExternalReference/display-cvv", "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 CVV2 inside the mobile app.\nAs the CVV2 is not stored it must be re-created using the received card data from the request.\nNote: Worldline will send the encrypted CVV2 towards the issuer. \nThe issuer is responsible for displaying the CVV2 inside the mobile app or Homebanking service" }, { "info": { "name": "Validate the CVV by external reference", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/issuers/:issuerId/cards/external-cards/:issuerCardExternalReference/validate-cvv", "headers": [ { "name": "WL-Correlation-ID", "value": "" } ], "params": [ { "name": "issuerId", "value": "", "type": "path", "description": "Issuer ID" }, { "name": "issuerCardExternalReference", "value": "", "type": "path", "description": "issuerCardExternalReference" } ] }, "docs": "Validate the CVV by external reference" } ] } ], "bundled": true }