Skip to content

Commit

Permalink
feat: [CHK-3626] Added authorizationRequestId to closePayment for App…
Browse files Browse the repository at this point in the history
…lePayAdditionalPaymentInformations v2 for apple pay (#2705)

* added authorizationRequestId

* run precommit

* Update README.md

* Update README.md

---------

Co-authored-by: Simone infante <52280205+infantesimone@users.noreply.github.com>
Co-authored-by: Pietro Tota <115724836+pietro-tota@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 9, 2025
1 parent 07627ec commit 7aedc1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/api/nodopagamenti_api/nodoPerPM/v2/_openapi.json.tpl
Original file line number Diff line number Diff line change
@@ -432,6 +432,10 @@
"email": {
"type": "string",
"description": "User email used for the transaction outcome notification present only in case of successful authorization"
},
"authorizationRequestId": {
"type": "string",
"description": "Information about the authorization request id present only in case of successful authorization"
}
},
"required": [

0 comments on commit 7aedc1a

Please sign in to comment.