Connected Accounts
This is the payload of the ConnectedAccounts-type:
{
"eventID": "d46f1727-e9a7-48f0-b2f9-53fe4cc9a2a5",
"createTime": "2024-03-09 11:53:12.743",
"type": "connectedaccount", // This "type"-property is deprecated, it will be removed later
"objectName": "connectedAccount",
"eventType": "updated",
"payload": {
"connectedAccount": {
"connectedAccountID": "..."
"platformID": "..."
"tenantID": "..."
"externalReferenceID": "..."
"aliasName": "..."
"currency": "NOK"
"countryCode": "..."
"organizationId": "..."
"businessName": "..."
"payoutRecipientEmail": "..."
"businessType": "..."
"payoutsEnabled": true
"bban": "..."
"iban": "..."
"website": "..."
"purposeDescription": "..."
"createdAt": "..."
"updatedAt": "..."
"tosAcceptedAt": "..."
"signatureCompletedAt": "..."
"partialPayAcceptedAt": "..."
"currentBalance": 0
"awaitingNetsOCRAgreement": false
"netsOcrAgreementOptionActivated": "..."
"isArchived": false
"statusInfo": "..."
"requiredAction": "..."
"signatories": [{...}]
}
}
}
See the ConnectedAccountV2ResponseDto-object from the API-reference for the full object and it’s values.