Home
Adyen
Adyen Post Legalentities Id Onboardinglinks Example
Adyen Post Legalentities Id Onboardinglinks Example
Payments Financial Services Fintech
Adyen Post Legalentities Id Onboardinglinks Example is an example object payload from Adyen, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationId method path summary requestExamples responseExamples
Example Payload
{
"operationId": "post-legalEntities-id-onboardingLinks",
"method": "POST",
"path": "/legalEntities/{id}/onboardingLinks",
"summary": "Adyen Get a Link to an Adyen-hosted Onboarding Page",
"requestExamples": [],
"responseExamples": [
{
"status": "400",
"contentType": "application/json",
"name": "post-legalEntities-id-onboardingLinks400Example",
"example": {
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "401",
"contentType": "application/json",
"name": "post-legalEntities-id-onboardingLinks401Example",
"example": {
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "403",
"contentType": "application/json",
"name": "post-legalEntities-id-onboardingLinks403Example",
"example": {
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "422",
"contentType": "application/json",
"name": "post-legalEntities-id-onboardingLinks422Example",
"example": {
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "500",
"contentType": "application/json",
"name": "post-legalEntities-id-onboardingLinks500Example",
"example": {
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
}
]
}