{ "operationId": "post-donate", "method": "POST", "path": "/donate", "summary": "Adyen Create a Donation", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "post-donate200Example", "example": { "additionalData": {}, "pspReference": "REF-001", "response": "[capture-received]" } }, { "status": "403", "contentType": "application/json", "name": "post-donate403Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "422", "contentType": "application/json", "name": "post-donate422Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } } ] }