Get Related Transactionsget https://example.com/programs/{programCode}/accounts/{accountIdentifier}/transactions/relatedTransactionsRetrieves transactions related to a specific transaction identifier for the specified account.Path ParamsprogramCodestringrequiredThe program code associated with the account.accountIdentifierstringrequiredUnique Identifier for the account involved in this transaction.Query ParamstransactionIdentifierstringThe unique identifier of the transaction for which related transactions are being retrieved.HeadersX-GD-RequestIdstringrequiredA unique identifier for tracking the request, provided in the X-GD-RequestId header.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponses 200OK 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 2 months ago