List child transaction links
OAuth scope: organization.read
Retrieves child transaction links for the transaction identified by the id path parameter.
Use this endpoint to drill down into linked transactions. For example, list DDC repayment installment transactions from a deferred debit card repayment transaction on the main account.
You can filter results by link type and paginate the response using the query parameters below.
Authorizations
Bearer authorization header: Bearer <token>, where <token> is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Headers
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Path Parameters
UUID of the parent transaction.
"7b7a5ed6-3903-4782-889d-b4f64bd7bef9"
Query Parameters
Filter links by type. When omitted, all link types are returned.
Possible values:
ddc_repayment: a deferred debit card repayment installment linked to a repayment transactionrelated_fee: a fee transaction related to the parent transactionmerged_fee: a merged fee transaction related to the parent transaction
ddc_repayment, related_fee, merged_fee Returned page (cf. Pagination).
Number of links per page (cf. Pagination).