{ "operationId": "post-createTestCardRanges", "method": "POST", "path": "/createTestCardRanges", "summary": "Adyen Creates One or More Test Card Ranges.", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "post-createTestCardRanges200Example", "example": { "rangeCreationResults": [ "example_value" ] } }, { "status": "400", "contentType": "application/json", "name": "post-createTestCardRanges400Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "401", "contentType": "application/json", "name": "post-createTestCardRanges401Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "403", "contentType": "application/json", "name": "post-createTestCardRanges403Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "422", "contentType": "application/json", "name": "post-createTestCardRanges422Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "500", "contentType": "application/json", "name": "post-createTestCardRanges500Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } } ] }