{ "opencollection": "1.0.0", "info": { "name": "Worldline Card Issuing Account - AccountState Account - Cvv2 Try Counter API", "version": "2.41.1" }, "items": [ { "info": { "name": "Account - Cvv2 Try Counter", "type": "folder" }, "items": [ { "info": { "name": "Reset CVV2 Try Counter for Account by External Account Reference", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/issuers/:issuerId/accounts/external-accounts/:issuerAccountExternalReference/reset-cvv2-try-counter", "headers": [ { "name": "WL-Correlation-ID", "value": "" } ], "params": [ { "name": "issuerAccountExternalReference", "value": "", "type": "path", "description": "issuerAccountExternalReference" }, { "name": "issuerId", "value": "", "type": "path", "description": "issuerId" } ] }, "docs": "This API resets the CVV2 try counter for the specified account. The input parameters are issuerId and issuerAccountExternalReference. The account reference for which the action is performed is internally retrieved with the issuerAccountExternalReference. This API does not return a response body; only HTTP status code and status message indicate the result." }, { "info": { "name": "Reset CVV2 Try Counter for an Account", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/issuers/:issuerId/accounts/:accountReference/reset-cvv2-try-counter", "headers": [ { "name": "WL-Correlation-ID", "value": "" } ], "params": [ { "name": "accountReference", "value": "", "type": "path", "description": "accountReference" }, { "name": "issuerId", "value": "", "type": "path", "description": "issuerId" } ] }, "docs": "This API resets the CVV2 try counter for the specified account. The input parameters are issuerId and accountReference (account for which the operation is performed). This API does not return a response body; only HTTP status code and status message indicate the result." } ] } ], "bundled": true }