TransferStatusDto
localIdstringrequired
Example:
local-12345
remoteIdstring
Example:
remote-98765
rolestringrequired
Example:
provider
remoteAddressstringrequired
Example:
http://example.com/
remotePartystringrequired
Example:
party-identifier-001
statestringrequired
Possible values: [REQUESTED
, STARTED
, TERMINATED
, COMPLETED
, SUSPENDED
]
Example:
REQUESTED
agreementIdstringrequired
Example:
agreement-45678
formatstring
Example:
application/json
modifiedDatedate-timerequired
Example:
2023-10-01T12:34:56Z
TransferStatusDto
{
"localId": "local-12345",
"remoteId": "remote-98765",
"role": "provider",
"remoteAddress": "http://example.com/",
"remoteParty": "party-identifier-001",
"state": "REQUESTED",
"agreementId": "agreement-45678",
"format": "application/json",
"modifiedDate": "2023-10-01T12:34:56Z"
}