{ "operationId": "post-load", "method": "POST", "path": "/load", "summary": "Adyen Loads the Payment Method.", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "post-load200Example", "example": { "authCode": "CODE123", "currentBalance": "example_value", "pspReference": "REF-001", "refusalReason": "REF-001", "resultCode": "Success", "thirdPartyRefusalReason": "REF-001" } }, { "status": "400", "contentType": "application/json", "name": "post-load400Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "401", "contentType": "application/json", "name": "post-load401Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "403", "contentType": "application/json", "name": "post-load403Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "500", "contentType": "application/json", "name": "post-load500Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } } ] }