TransferStatusDto
localIdstringrequired
Example:
local-12345remoteIdstring
Example:
remote-98765rolestringrequired
Example:
providerremoteAddressstringrequired
Example:
http://example.com/remotePartystringrequired
Example:
party-identifier-001statestringrequired
Possible values: [REQUESTED, STARTED, TERMINATED, COMPLETED, SUSPENDED]
Example:
REQUESTEDagreementIdstringrequired
Example:
agreement-45678formatstring
Example:
application/jsonmodifiedDatestring<date-time>required
Example:
2023-10-01T12:34:56ZTransferStatusDto
{
"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"
}