Skip to content

Commit 4400a0d

Browse files
author
appscisumup
committed
chore: synced local 'openapi.json' with remote 'specs/openapi.json'
1 parent d0c1e85 commit 4400a0d

1 file changed

Lines changed: 36 additions & 4 deletions

File tree

openapi.json

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8080,12 +8080,13 @@
80808080
"description": "Status of the transaction event.",
80818081
"type": "string",
80828082
"enum": [
8083-
"PENDING",
8084-
"SCHEDULED",
80858083
"FAILED",
8084+
"PAID_OUT",
8085+
"PENDING",
8086+
"RECONCILED",
80868087
"REFUNDED",
8087-
"SUCCESSFUL",
8088-
"PAID_OUT"
8088+
"SCHEDULED",
8089+
"SUCCESSFUL"
80898090
],
80908091
"title": "Event Status"
80918092
},
@@ -9739,6 +9740,32 @@
97399740
"description": "Reader Checkout",
97409741
"type": "object",
97419742
"properties": {
9743+
"aade": {
9744+
"description": "Optional object containing data for transactions from ERP integrators in Greece that comply with the AADE 1155 protocol.\nWhen such regulatory/business requirements apply, this object must be provided and contains the data needed to validate the transaction with the AADE signature provider.\n",
9745+
"type": "object",
9746+
"properties": {
9747+
"provider_id": {
9748+
"description": "The identifier of the AADE signature provider.",
9749+
"type": "string",
9750+
"example": "123"
9751+
},
9752+
"signature": {
9753+
"description": "The base64 encoded signature of the transaction data.",
9754+
"type": "string",
9755+
"example": "QjcxRDdBNTU1MDcyRTNFRTREMkZEM0Y0NTdBMjkxMTU4MzBFNkNCQTs7MjAyNTExMTIyMTQ3MTM7Nzk2OzEwNDs5MDA7OTAwOzU0ODg5MDM5"
9756+
},
9757+
"signature_data": {
9758+
"description": "The string containing the signed transaction data.",
9759+
"type": "string",
9760+
"example": "B71D7A555072E3EE4D2FD3F457A29115830E6CBA;;20251112214713;796;104;900;900;54889039"
9761+
}
9762+
},
9763+
"required": [
9764+
"provider_id",
9765+
"signature",
9766+
"signature_data"
9767+
]
9768+
},
97429769
"affiliate": {
97439770
"description": "Affiliate metadata for the transaction.\nIt is a field that allow for integrators to track the source of the transaction.\n",
97449771
"type": "object",
@@ -9855,6 +9882,11 @@
98559882
}
98569883
},
98579884
"example": {
9885+
"aade": {
9886+
"provider_id": "123",
9887+
"signature": "QjcxRDdBNTU1MDcyRTNFRTREMkZEM0Y0NTdBMjkxMTU4MzBFNkNCQTs7MjAyNTExMTIyMTQ3MTM7Nzk2OzEwNDs5MDA7OTAwOzU0ODg5MDM5",
9888+
"signature_data": "B71D7A555072E3EE4D2FD3F457A29115830E6CBA;;20251112214713;796;104;900;900;54889039"
9889+
},
98589890
"affiliate": {
98599891
"app_id": "com.example.app",
98609892
"foreign_transaction_id": "123456",

0 commit comments

Comments
 (0)