- Changed OpenID4VP response mode from
direct_post
todirect_post.jwt
as it is required following the current HAIP specs. - Introduced optional
psp
claim holding a PSP Identifier as URI. - Introduced PSP metadata. Using the identifier given in the PSP claim, a TPP can retrieve the required technical information it needs to process a payment. Therefor these information (
payment_uri
,payment_status_uri
ormsct_uri
e.g.) don't need to be included in the A2Pay anymore and can be updated withour reissuing the A2Pay. - Removed
payment_uri
,currency
andmsct_uri
from A2Pay. - Removed the
payment_status_uri
from thedirect_post
anda2pay-direct
responses. - Remarks on status polling behaviour.
- Added section on using MSCT URLs / QR Codes
- initial release