Skip to content

Commit da11195

Browse files
author
appscisumup
committed
chore: synced local 'openapi.json' with remote 'specs/openapi.json'
1 parent 018fe08 commit da11195

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

openapi.json

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7180,14 +7180,7 @@
71807180
"example": "2020-02-29T10:56:56.876Z"
71817181
},
71827182
"status": {
7183-
"description": "Current status of the transaction.",
7184-
"type": "string",
7185-
"enum": [
7186-
"SUCCESSFUL",
7187-
"CANCELLED",
7188-
"FAILED",
7189-
"PENDING"
7190-
]
7183+
"$ref": "#/components/schemas/TransactionStatus"
71917184
},
71927185
"payment_type": {
71937186
"$ref": "#/components/schemas/PaymentType"
@@ -7650,6 +7643,18 @@
76507643
],
76517644
"title": "Currency"
76527645
},
7646+
"TransactionStatus": {
7647+
"description": "Current status of the transaction.\n\n- `PENDING`: The transaction has been created but its final outcome is not known yet.\n- `SUCCESSFUL`: The transaction completed successfully.\n- `CANCELLED`: The transaction was cancelled or otherwise reversed before completion.\n- `FAILED`: The transaction attempt did not complete successfully.\n- `REFUNDED`: The transaction was refunded in full or in part.",
7648+
"type": "string",
7649+
"enum": [
7650+
"SUCCESSFUL",
7651+
"CANCELLED",
7652+
"FAILED",
7653+
"PENDING",
7654+
"REFUNDED"
7655+
],
7656+
"title": "Transaction Status"
7657+
},
76537658
"EventType": {
76547659
"description": "Type of the transaction event.",
76557660
"type": "string",

0 commit comments

Comments
 (0)