{ "operationId": "post-getOnboardingUrl", "method": "POST", "path": "/getOnboardingUrl", "summary": "Adyen Get a Link to a Adyen-hosted Onboarding Page", "requestExamples": [], "responseExamples": [ { "status": "400", "contentType": "application/json", "name": "post-getOnboardingUrl400Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "401", "contentType": "application/json", "name": "post-getOnboardingUrl401Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "403", "contentType": "application/json", "name": "post-getOnboardingUrl403Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "422", "contentType": "application/json", "name": "post-getOnboardingUrl422Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "500", "contentType": "application/json", "name": "post-getOnboardingUrl500Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } } ] }