Notifications Transfer Funds Notification Content Structure
TransferFundsNotificationContent schema from Adyen API
Type: objectProperties: 7
PaymentsFinancial-ServicesFintech
TransferFundsNotificationContent is a JSON Structure definition published by Adyen, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/notifications-transfer-funds-notification-content-structure.json",
"description": "TransferFundsNotificationContent schema from Adyen API",
"type": "object",
"properties": {
"amount": {
"description": "The amount transferred.",
"$ref": "#/components/schemas/Amount"
},
"destinationAccountCode": {
"description": "The code of the Account to which funds were credited.",
"type": "string"
},
"invalidFields": {
"x-addedInVersion": "5",
"description": "Invalid fields list.",
"items": {
"$ref": "#/components/schemas/ErrorFieldType"
},
"type": "array"
},
"merchantReference": {
"x-addedInVersion": "2",
"description": "The reference provided by the merchant.",
"type": "string"
},
"sourceAccountCode": {
"description": "The code of the Account from which funds were debited.",
"type": "string"
},
"status": {
"description": "The status of the fund transfer.",
"$ref": "#/components/schemas/OperationStatus"
},
"transferCode": {
"description": "The transfer code.",
"type": "string"
}
},
"name": "TransferFundsNotificationContent"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.