{ "operationId": "post-getCostEstimate", "method": "POST", "path": "/getCostEstimate", "summary": "Adyen Get a Fees Cost Estimate", "requestExamples": [], "responseExamples": [ { "status": "401", "contentType": "application/json", "name": "post-getCostEstimate401Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "403", "contentType": "application/json", "name": "post-getCostEstimate403Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "422", "contentType": "application/json", "name": "post-getCostEstimate422Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "500", "contentType": "application/json", "name": "post-getCostEstimate500Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } } ] }