Added

Search payment initiations by Payment agreement ID

You can now retrieve every payment initiation linked to a specific payment agreement in a single search. The POST /v1/paymentInitiation/search endpoint accepts a new optional field, paymentAgreementId, making it easy to find all initiations created against an agreement.

When you supply paymentAgreementId, the search returns only the payment initiations for that agreement, with pagination support for agreements that have many payment initiations. The field cannot be combined with clientTransactionId or a fromDate and toDate range.

👉 To use it, include paymentAgreementId in your paymentInitiation/search request body.
📘 Learn more here: Payment initiation search API reference