-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Diff between 1.3.8 20201118v1 and 1.3.9 2021-05-04v1 #49
base: upgrade-1.3.9-base-1.3.8
Are you sure you want to change the base?
Conversation
@@ -4773,7 +4798,6 @@ components: | |||
This card account report contains transactions resulting from the query parameters. | |||
type: object | |||
required: | |||
- booked |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: booked is not mandatory any more.
Adoption approach: Follow the change
|
||
|
||
scaStatusResponse: | ||
description: Body of the JSON response with SCA Status. | ||
required: | ||
- scaStatus |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: scaStatus is now mandatory
Adoption approach: Follow the change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already in there
@@ -6636,6 +6745,28 @@ components: | |||
The chosen XML schema of the status request is following the XML schema definitions of the original pain.001 schema. | |||
type: string | |||
|
|||
paymentInitiationStatusResponse-202_json: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: new json response definition
Adoption approach: Follow the change
trustedBeneficiaryFlag: | ||
$ref: "#/components/schemas/trustedBeneficiaryFlag" | ||
_links: | ||
$ref: "#/components/schemas/_linksAll" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: _links is new.
Adoption approach: Follow the change
type: object | ||
properties: | ||
scaStatus: | ||
$ref: "#/components/schemas/scaStatus" | ||
psuMessage: | ||
$ref: "#/components/schemas/psuMessageText" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: psuMessage is new. We already have it
Adoption approach: Nothing to change
type: array | ||
items: | ||
$ref: "#/components/schemas/tppMessageGeneric" | ||
description: Messages to the TPP on operational issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: tppMessage is new.
Adoption approach: Follow the change
@@ -7834,11 +8007,11 @@ components: | |||
type: object | |||
additionalProperties: | |||
$ref: "#/components/schemas/hrefType" | |||
required: | |||
- cardAccount |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: cardAccount is now required. We already have it
Adoption approach: Nothing to change
properties: | ||
cardAccount: | ||
$ref: "#/components/schemas/hrefType" | ||
card: | ||
$ref: "#/components/schemas/hrefType" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: card is new. We already have it
Adoption approach: Nothing to change
@@ -5148,6 +5183,12 @@ components: | |||
maxLength: 140 | |||
example: "John Doe" | |||
|
|||
debitAccounting: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: debitAccounting is new
Adoption approach: Follow the change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already in there
@@ -4689,6 +4712,8 @@ components: | |||
Product Name of the Bank for this account, proprietary definition. | |||
type: string | |||
maxLength: 35 | |||
debitAccounting: | |||
$ref: "#/components/schemas/debitAccounting" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: debitAccounting is new
Adoption approach: Follow the change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already in there
@@ -7157,6 +7314,8 @@ components: | |||
properties: | |||
cardAccount: | |||
$ref: "#/components/schemas/accountReference" | |||
debitAccounting: | |||
$ref: "#/components/schemas/debitAccounting" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: debitAccounting is new
Adoption approach: Follow the change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already in there
@@ -7185,6 +7344,8 @@ components: | |||
properties: | |||
cardAccount: | |||
$ref: "#/components/schemas/accountReference" | |||
debitAccounting: | |||
$ref: "#/components/schemas/debitAccounting" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: debitAccounting is new
Adoption approach: Follow the change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already in there
@@ -13023,6 +13329,7 @@ components: | |||
"resourceId": "3d9a81b3-a47d-4130-8765-a9c0ff861b99", | |||
"maskedPan": "525412******3241", | |||
"currency": "EUR", | |||
"debitAccounting": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: debitAccounting is new
Adoption approach: Follow the change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already in there
@@ -13530,6 +13837,7 @@ components: | |||
{ | |||
"cardAccount": {"maskedPan": "525412******3241"}, | |||
"balances":[ | |||
"debitAccounting": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: debitAccounting is new
Adoption approach: Follow the change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already in there
@@ -5298,6 +5339,67 @@ components: | |||
example: ["Ref Number Merchant", "Some Other Text"] | |||
|
|||
|
|||
EntryDetailsElement: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: EntryDetailsElement is new, we have to check if the data types match what we need.
Adoption approach: Follow the change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From my point of view, the element EntryDetailsElement
is not new. In the previous version I could find it on line 5335.
The impact would probably be rather small anyway, since it is optional and currently most likely not used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already in there
purposeCode: | ||
$ref: "#/components/schemas/purposeCode" | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: entryDetailsis new
Adoption approach: Follow the change
@@ -4865,6 +4898,8 @@ components: | |||
$ref: "#/components/schemas/remittanceInformationStructuredMax140" | |||
remittanceInformationStructuredArray: | |||
$ref: "#/components/schemas/remittanceInformationStructuredArray" | |||
entryDetails: | |||
$ref: "#/components/schemas/entryDetails" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: entryDetailsis new
Adoption approach: Follow the change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already in there
example: | ||
{ | ||
"scaRedirect": {"href": "https://www.testbank.com/asdfasdfasdf"}, | ||
"self": {"href": "/psd2/v1/payments/sepa-credit-transfers/1234-wertiq-983"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: _linksPaymentInitiationStatus is new
Adoption approach: Follow the change
@@ -6623,6 +6725,13 @@ components: | |||
$ref: "#/components/schemas/fundsAvailable" | |||
psuMessage: | |||
$ref: "#/components/schemas/psuMessageText" | |||
_links: | |||
$ref: "#/components/schemas/_linksPaymentInitiationStatus" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: _linksPaymentInitiationStatus is new
Adoption approach: Follow the change
description: Message codes for HTTP codes 202 to a Payment Initiation Status Request. | ||
type: string | ||
enum: | ||
- "FUNDS_NOT_AVAILABLE" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: MessageCode202InitiationStatus is new.
Adoption approach: Follow the change
type: string | ||
enum: | ||
- "WARNING" | ||
- "BENEFICIARY_WHITELISTING_REQUIRED" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: MessageCode201PaymentInitiation is new.
Adoption approach: Follow the change
path: | ||
type: string | ||
text: | ||
$ref: "#/components/schemas/tppMessageText" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: tppMessageGeneric is new.
Adoption approach: Follow the change
path: | ||
type: string | ||
text: | ||
$ref: "#/components/schemas/tppMessageText" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: tppMessageInitiationStatusResponse-202 is new.
Adoption approach: Follow the change
type: array | ||
items: | ||
$ref: "#/components/schemas/tppMessageGeneric" | ||
description: Messages to the TPP on operational issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: tppMessage is new.
Adoption approach: Follow the change
type: array | ||
items: | ||
$ref: "#/components/schemas/tppMessageGeneric" | ||
description: Messages to the TPP on operational issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: tppMessage is new.
Adoption approach: Follow the change
type: array | ||
items: | ||
$ref: "#/components/schemas/tppMessageGeneric" | ||
description: Messages to the TPP on operational issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: tppMessage is new.
Adoption approach: Follow the change
type: array | ||
items: | ||
$ref: "#/components/schemas/tppMessageGeneric" | ||
description: Messages to the TPP on operational issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: tppMessage is new.
Adoption approach: Follow the change
@@ -6679,7 +6810,7 @@ components: | |||
tppMessages: | |||
type: array | |||
items: | |||
$ref: "#/components/schemas/tppMessage2XX" | |||
$ref: "#/components/schemas/tppMessage201PaymentInitiation" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: tppMessage201PaymentInitiation is new.
Adoption approach: Follow the change
text: | ||
$ref: "#/components/schemas/tppMessageText" | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: tppMessage201PaymentInitiation is new.
Adoption approach: Follow the change
}, | ||
{"resourceId": "3dc3d5b3-7023-4848-9853-f5400a64e80f", | ||
{"resourceId": "3dc3d5b3-7023-4848-9853-f5400a64e80e", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: example changed
Adoption approach: Follow the change
}, | ||
{"resourceId": "3dc3d5b3-7023-4848-9853-f5400a64e81g", | ||
{"resourceId": "3dc3d5b3-7023-4848-9853-f5400a64e81d", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: example changed
Adoption approach: Follow the change
"balances": {"href": "/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e81g/balances"}, | ||
"transactions": {"href": "/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e81g/transactions"} } | ||
"balances": {"href": "/psd2/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e81d/balances"}, | ||
"transactions": {"href": "/psd2/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e81d/transactions"} } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: example changed
Adoption approach: Follow the change
@@ -13004,7 +13310,7 @@ components: | |||
], | |||
"_links": { | |||
"transactions": { | |||
"href": "/v1/card-accounts/3d9a81b3-a47d-4130-8765-a9c0ff861b99/transactions" | |||
"href": "/psd2/v1/card-accounts/3d9a81b3-a47d-4130-8765-a9c0ff861b99/transactions" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: example url changed
Adoption approach: Follow the change
@@ -13039,7 +13346,7 @@ components: | |||
], | |||
"_links": { | |||
"transactions": { | |||
"href": "/v1/card-accounts/3d9a81b3-a47d-4130-8765-a9c0ff861b99/transactions" | |||
"href": "/psd2/v1/card-accounts/3d9a81b3-a47d-4130-8765-a9c0ff861b99/transactions" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: example url changed
Adoption approach: Follow the change
"startAuthorisation": {"href": "/v1/signing-baskets/1234-basket-567/authorisations"} | ||
"self": {"href": "/psd2/v1/signing-baskets/1234-basket-567"}, | ||
"status": {"href": "/psd2/v1/signing-baskets/1234-basket-567/status"}, | ||
"startAuthorisation": {"href": "/psd2/v1/signing-baskets/1234-basket-567/authorisations"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: example url changed
Adoption approach: Follow the change
@@ -13191,7 +13498,7 @@ components: | |||
"validUntil": "2017-11-01", | |||
"frequencyPerDay": 4, | |||
"consentStatus": "valid", | |||
"_links": {"account": {"href": "/v1/accounts"}} | |||
"_links": {"account": {"href": "/psd2/v1/accounts"}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: example url changed
Adoption approach: Follow the change
"status": {"href": "/v1/consents/1234-wertiq-983/status"}, | ||
"scaStatus": {"href": "v1/consents/1234-wertiq-983/authorisations/123auth567"} | ||
"status": {"href": "/psd2/v1/consents/1234-wertiq-983/status"}, | ||
"scaStatus": {"href": "/psd2/v1/consents/1234-wertiq-983/authorisations/123auth567"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: example url changed
Adoption approach: Follow the change
@@ -13218,7 +13525,7 @@ components: | |||
"consentId": "1234-wertiq-983", | |||
"_links": | |||
{ | |||
"startAuthorisation": {"href": "v1/consents/1234-wertiq-983/authorisations"} | |||
"startAuthorisation": {"href": "/psd2/v1/consents/1234-wertiq-983/authorisations"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: example url changed
Adoption approach: Follow the change
"self": {"href": "/v1/consents/1234-wertiq-983"}, | ||
"scaStatus": {"href": "v1/consents/1234-wertiq-983/authorisations/123auth567"}, | ||
"self": {"href": "/psd2/v1/consents/1234-wertiq-983"}, | ||
"scaStatus": {"href": "/psd2/v1/consents/1234-wertiq-983/authorisations/123auth567"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: example url changed
Adoption approach: Follow the change
@@ -13246,7 +13553,7 @@ components: | |||
"consentId": "1234-wertiq-983", | |||
"_links": | |||
{ | |||
"startAuthorisationWithPsuIdentification": {"href": "/v1/consents/1234-wertiq-983/authorisations"} | |||
"startAuthorisationWithPsuIdentification": {"href": "/psd2/v1/consents/1234-wertiq-983/authorisations"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: example url changed
Adoption approach: Follow the change
@@ -13259,7 +13566,7 @@ components: | |||
"consentId": "1234-wertiq-983", | |||
"_links": | |||
{ | |||
"startAuthorisationWithPsuAuthentication": {"href": "/v1/consents/1234-wertiq-983/authorisations"} | |||
"startAuthorisationWithPsuAuthentication": {"href": "/psd2/v1/consents/1234-wertiq-983/authorisations"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: example url changed
Adoption approach: Follow the change
"scaStatus": {"href": "/v1/payments/1234-wertiq-983/authorisations/123auth456"} | ||
"self": {"href": "/psd2/v1/payments/sepa-credit-transfers/1234-wertiq-983"}, | ||
"status": {"href": "/psd2/v1/payments/1234-wertiq-983/status"}, | ||
"scaStatus": {"href": "/psd2/v1/payments/1234-wertiq-983/authorisations/123auth456"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: example url changed
Adoption approach: Follow the change
"startAuthorisation": {"href": "/v1/payments1234-wertiq-983/authorisations"} | ||
"self": {"href": "/psd2/v1/payments/1234-wertiq-983"}, | ||
"status": {"href": "/psd2/v1/payments/1234-wertiq-983/status"}, | ||
"startAuthorisation": {"href": "/psd2/v1/payments1234-wertiq-983/authorisations"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: example url changed
Adoption approach: Follow the change
"scaStatus": {"href": "/v1/payments/1234-wertiq-983/authorisations/123auth456"} | ||
"self": {"href": "/psd2/v1/payments/1234-wertiq-983"}, | ||
"status": {"href": "/psd2/v1/payments/1234-wertiq-983/status"}, | ||
"scaStatus": {"href": "/psd2/v1/payments/1234-wertiq-983/authorisations/123auth456"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: example url changed
Adoption approach: Follow the change
@@ -13328,7 +13635,7 @@ components: | |||
"_links": | |||
{ | |||
"startAuthorisationWithPsuIdentification": {"href":"/v1/payments/1234-wertiq-983/authorisations"}, | |||
"self": {"href": "/v1/payments/1234-wertiq-983"} | |||
"self": {"href": "/psd2/v1/payments/1234-wertiq-983"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: example url changed
Adoption approach: Follow the change
"startAuthenticationWithPsuAuthentication": {"href": "/v1/payments/1234-wertiq-983/authorisations"}, | ||
"self": {"href": "/v1/payments/1234-wertiq-983"} | ||
"startAuthenticationWithPsuAuthentication": {"href": "/psd2/v1/payments/1234-wertiq-983/authorisations"}, | ||
"self": {"href": "/psd2/v1/payments/1234-wertiq-983"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: example url changed
Adoption approach: Follow the change
"startAuthorisation": {"href": "/v1/payments/123456scheduled789/cancellation-authorisations"} | ||
"self": {"href": "/psd2/v1/payments/123456scheduled789"}, | ||
"status": {"href": "/psd2/v1/payments/123456scheduled789/status"}, | ||
"startAuthorisation": {"href": "/psd2/v1/payments/123456scheduled789/cancellation-authorisations"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: example url changed
Adoption approach: Follow the change
@@ -13394,7 +13701,7 @@ components: | |||
{ | |||
"scaStatus": "psuAuthenticated", | |||
_links: { | |||
"authoriseTransaction": {"href": "/v1/payments/1234-wertiq-983/authorisations/123auth456"} | |||
"authoriseTransaction": {"href": "/psd2/v1/payments/1234-wertiq-983/authorisations/123auth456"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: example url changed
Adoption approach: Follow the change
@@ -13411,7 +13718,7 @@ components: | |||
"otpMaxLength": "6", | |||
"otpFormat": "integer"}, | |||
"_links": { | |||
"authoriseTransaction": {"href": "/v1/payments/1234-wertiq-983/authorisations/123auth456"} | |||
"authoriseTransaction": {"href": "/psd2/v1/payments/1234-wertiq-983/authorisations/123auth456"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: example url changed
Adoption approach: Follow the change
@@ -13576,7 +13884,7 @@ components: | |||
"valueDate": "2017-10-26", | |||
"remittanceInformationUnstructured": "Example 3" | |||
}], | |||
"_links": {"account": {"href": "/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f"}} | |||
"_links": {"account": {"href": "/psd2/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f"}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: example url changed
Adoption approach: Follow the change
@@ -13630,7 +13938,7 @@ components: | |||
"valueDate": "2017-10-26", | |||
"remittanceInformationUnstructured": "Example 4" | |||
}], | |||
"_links": {"account": {"href": "/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f"}} | |||
"_links": {"account": {"href": "/psd2/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f"}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Change: example url changed
Adoption approach: Follow the change
Automatic diff with Intellj see below. The only really interessting change is the new EntryDetailsElement which has some new data types. @blehers can you take a look on them to and ensure they match what we need or if we need to change something. OpenAPI Specifications DiffModified ModelsObject definition : [cardAccountReport]
Object definition : [scaStatusResponse]
Object definition : [_linksCardAccountReport]
Created Models(added) Object definition : [debitAccounting](added) Object definition : [EntryDetailsElement](added) Object definition : [entryDetails](added) Object definition : [paymentInitiationStatusResponse-202_json](added) Object definition : [_linksPaymentInitiationStatus](added) Object definition : [MessageCode202InitiationStatus](added) Object definition : [MessageCode201PaymentInitiation](added) Object definition : [tppMessageGeneric](added) Object definition : [tppMessageInitiationStatusResponse-202](added) Object definition : [tppMessage201PaymentInitiation](added) Parameter :
|
# your system environments and security policies. | ||
##################################################### | ||
- {} | ||
- BearerAuthOAuth: [] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already added
Comparison between 1.3.8. and 1.3.9
Inline comment where there are relevant changes