Skip to main content

Release of PSS v3

· One min read
Simon Meyer
Product Manager

PSS Version 3.0

Welcome to the release notes of the major version 3 of the Payment Submission Service API!

Here you can find all relevant information about updates, improvements and new features introduced in this version.

Release

  • XE/XP: 06/2022
  • Prod: 11/2022

Changed

  • Support of XML-Schema changed from pain.001.001.03 to pain.001.001.09
  • Support of XML-Schema changed from pain.002.001.03 to pain.002.001.10

Removed

  • Schema paymentISRDetail removed
  • Property paymentISRDetail removed from model paymentInstructionItem

Changes in YAML

    paymentInstructionItem:
title: Payment Instruction Item
type: object
required:
- instructionId
- endToEndId
- instructedAmount
properties:
instructionId:
type: string
maxLength: 35
example: "INSTR-001"
endToEndId:
type: string
maxLength: 35
example: "ENDTOENDID-001"
instructedAmount:
$ref: '#/components/schemas/paymentCurrencyAmount'
ibanDetails:
$ref: '#/components/schemas/paymentIBANDetail'
- isrDetails:
- $ref: '#/components/schemas/paymentISRDetail'
otherDetails:
$ref: '#/components/schemas/paymentOtherDetail'
qrDetails:
$ref: '#/components/schemas/paymentQRDetail'

paymentIBANDetail:
title: Payment IBAN Detail
type: object
required:
...

- paymentISRDetail:
- title: Payment ISR Detail
- type: object
- description: End of ISR/IS process on 30.09.2022 - ISR Payments with date later than 30.09.2022 will not be executed
- deprecated: true
- required:
- - remittanceReference
- properties:
- creditorAccount:
- $ref: '#/components/schemas/paymentOtherAccount'
- creditor:
- $ref: '#/components/schemas/paymentCreditor'
- remittanceReference:
- $ref: '#/components/schemas/paymentIsrRemittanceReference'

paymentOtherDetail: