{ "operationId": "post-checkBalance", "method": "POST", "path": "/checkBalance", "summary": "Adyen Checks the Balance.", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "post-checkBalance200Example", "example": { "currentBalance": "example_value", "pspReference": "REF-001", "refusalReason": "REF-001", "resultCode": "Success", "thirdPartyRefusalReason": "REF-001" } }, { "status": "400", "contentType": "application/json", "name": "post-checkBalance400Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "401", "contentType": "application/json", "name": "post-checkBalance401Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "403", "contentType": "application/json", "name": "post-checkBalance403Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "500", "contentType": "application/json", "name": "post-checkBalance500Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } } ] }