Skip to content

Latest commit

 

History

History
84 lines (60 loc) · 3.39 KB

Release_notes_11.5.adoc

File metadata and controls

84 lines (60 loc) · 3.39 KB

Release notes v.11.5

Table of Contents

  • Increased test coverage

  • Added debtorName to get payment response

  • Added debtorAccount to payment resource.

  • Added new method to terminate old consents

  • Migrated to .yaml open API ver 1.3.9_2021-05-04v1

  • Upgraded commons-io

  • Upgraded commons-validator

  • Headers TPP-Redirect-Preferred,TPP-Decoupled-Preferred were passed to SPI level

Increased test coverage

Increased test coverage for AbstractLinks child classes

Added debtorName to get payment response

From now on debtorName is present in get payment response for following payment products:

  • bulk-payments - instant-sepa-credit-transfers

  • bulk-payments - target-2-payments

  • single payments - instant-sepa-credit-transfers

  • single payments - target-2-payments

Added debtorAccount to payment resource.

From now on, there is new endpoint in CMS-PSU-API: PUT psu-api/v1/payment/{payment_service}/{payment_product}/{payment_id}. It updates initial payment data.

Added new method to terminate old consents

Added new method to terminate old consents without retrieving new consent from database.

Migrated to .yaml open API ver 1.3.9_2021-05-04v1

  • New models were added:

    • DebitAccounting

    • EntryDetailsElement

    • LinksPaymentInitiationStatus

    • MessageCode201PaymentInitiation

    • MessageCode202InitiationStatus

    • OtherAccountIdentification

    • PaymentInitiationStatusResponse202Json

    • TppMessage201PaymentInitiation

    • TppMessageGeneric

    • TppMessageInitiationStatusResponse202

  • Changes were made in models:

Classname Changes

BulkPaymentInitiationWithStatusResponse

new field List<TppMessageGeneric> tppMessage

CardAccountDetails

new field Boolean debitAccounting

CardAccountsTransactionsResponse200

new field Boolean debitAccounting

ConsentsResponse201

type of field tppMessages changed from List<TppMessage2XX> to List<TppMessageGeneric>

LinksCardAccountReport

new field HrefType card

PaymentInitationRequestResponse201

type of field tppMessages changed from List<TppMessage2XX> to List<TppMessage201PaymentInitiation>

PaymentInitiationCancelResponse202

type of field tppMessages changed from List<TppMessage2XX> to List<TppMessageGeneric>

PaymentInitiationStatusResponse200Json

name and type of field List<TppMessage2XX> tppMessages changed to List<TppMessageGeneric> tppMessage

PaymentInitiationWithStatusResponse

new field List<TppMessageGeneric> tppMessage

PeriodicPaymentInitiationWithStatusResponse

new field List<TppMessageGeneric> tppMessage

ReadCardAccountBalanceResponse200

new field Boolean debitAccounting

ScaStatusResponse

name and type of field List<TppMessage2XX> tppMessages changed to List<TppMessageGeneric> tppMessage

SigningBasketResponse201

type of field tppMessages changed from List<TppMessage2XX> to List<TppMessageGeneric>

Transactions

type of field List<EntryDetails> entryDetails changed to EntryDetails

EntryDetails

now it extends ArrayList <EntryDetailsElement>

Upgraded commons-io

From now on, commons-io version is 2.8.0

Upgraded commons-validator

From now on, commons-validator version is 1.7

Headers TPP-Redirect-Preferred,TPP-Decoupled-Preferred were passed to SPI level

Headers TPP-Redirect-Preferred and TPP-Decoupled-Preferred were passed to SPI level of the application for Payment/Consent flow.