Retrieve retirement request details

View retirement details using the retirement batch identifier

SecurityJWT
Request
path Parameters
ledgerIdentifier
required
string <uuid>

Ledger identifier, can be found using /api/ledger endpoint

Example: 4b7375e9-79b0-4b8b-a89e-a21607f0239f
Request Body schema: application/json
required

Populated RetirementBatchRetrieveByIdentifierRequest

onBehalfOfSrcAcctId
string

If permitted, allows the caller to retrieve retirement batches on behalf of another account holder, identifying that account holder by their system-assigned srcAcctId.

retirementBatchIdentifiers
Array of strings unique

Identifiers associated with the retirement batch initiated by the system

Responses
200

success

404

Not Found

post/api/ledger/{ledgerIdentifier}/retirementBatch/byIdentifier
Request samples
application/json
{
  • "onBehalfOfSrcAcctId": "string",
  • "retirementBatchIdentifiers": "3574500f-6df3-400e-abc9-e6aeb64f03c7"
}
Response samples
application/json
{
  • "retirementBatches": [
    ]
}