Home
Adyen
Adyen Post Legalentities Id Termsofservice Example
Adyen Post Legalentities Id Termsofservice Example
Payments Financial Services Fintech
Adyen Post Legalentities Id Termsofservice 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-termsOfService",
"method": "POST",
"path": "/legalEntities/{id}/termsOfService",
"summary": "Adyen Get Terms of Service Document",
"requestExamples": [],
"responseExamples": [
{
"status": "400",
"contentType": "application/json",
"name": "post-legalEntities-id-termsOfService400Example",
"example": {
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "401",
"contentType": "application/json",
"name": "post-legalEntities-id-termsOfService401Example",
"example": {
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "403",
"contentType": "application/json",
"name": "post-legalEntities-id-termsOfService403Example",
"example": {
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "422",
"contentType": "application/json",
"name": "post-legalEntities-id-termsOfService422Example",
"example": {
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "500",
"contentType": "application/json",
"name": "post-legalEntities-id-termsOfService500Example",
"example": {
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
}
]
}