Adyen Post Transfers 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
operationIdmethodpathsummaryrequestExamplesresponseExamples
Example Payload
{
"operationId": "post-transfers",
"method": "POST",
"path": "/transfers",
"summary": "Adyen Transfer Funds",
"requestExamples": [],
"responseExamples": [
{
"status": "202",
"contentType": "application/json",
"name": "post-transfers202Example",
"example": {
"accountHolder": "example_value",
"amount": 1000,
"balanceAccount": "example_value",
"category": "bank",
"categoryData": "example_value",
"counterparty": "example_value",
"creationDate": "2025-03-15T14:30:00Z",
"description": "A sample description for this resource.",
"direction": "incoming",
"id": "500123",
"paymentInstrument": "example_value",
"reason": "amountLimitExceeded",
"reference": "REF-001",
"referenceForBeneficiary": "REF-001",
"status": "approvalPending"
}
},
{
"status": "401",
"contentType": "application/json",
"name": "post-transfers401Example",
"example": {
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "403",
"contentType": "application/json",
"name": "post-transfers403Example",
"example": {
"detail": "example_value",
"errorCode": "CODE123",
"instance": "example_value",
"invalidFields": [
"example_value"
],
"requestId": "500123",
"response": "example_value",
"status": 500,
"title": "example_value",
"type": "standard"
}
},
{
"status": "422",
"contentType": "application/json",
"name": "post-transfers422Example",
"example": {
"detail": "example_value",
"errorCode": "CODE123",
"instance": "example_value",
"invalidFields": [
"example_value"
],
"requestId": "500123",
"response": "example_value",
"status": 500,
"title": "example_value",
"type": "standard"
}
},
{
"status": "500",
"contentType": "application/json",
"name": "post-transfers500Example",
"example": {
"detail": "example_value",
"errorCode": "CODE123",
"instance": "example_value",
"invalidFields": [
"example_value"
],
"requestId": "500123",
"response": "example_value",
"status": 500,
"title": "example_value",
"type": "standard"
}
}
]
}