{"note":"OpenAPI conversion -- returning structured metadata","name":"adyen-com-testcardservice","description":"Adyen Test Cards API","version":"1","base_url":"https://pal-test.adyen.com/pal/services/TestCard/v1","endpoints":1,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Adyen Test Cards API\n@base https://pal-test.adyen.com/pal/services/TestCard/v1\n@version 1\n@auth ApiKey X-API-Key in header | Bearer basic\n@endpoints 1\n@toc createTestCardRanges(1)\n\n@endpoint POST /createTestCardRanges\n@desc Creates one or more test card ranges.\n@required {accountCode: str # The code of the account, for which the test card ranges should be created., accountTypeCode: str # The type of the account, for which the test card ranges should be created.  Permitted values: * Company * MerchantAccount > These values are case-sensitive., testCardRanges: [any] # A list of test card ranges to create.}\n@returns(200) {rangeCreationResults: [any]} # OK - the request has succeeded.\n@errors {400: Bad Request - a problem reading or understanding the request., 401: Unauthorized - authentication required., 403: Forbidden - insufficient permissions to process the request., 422: Unprocessable Entity - a request validation error., 500: Internal Server Error - the server could not process the request.}\n\n@end\n"}