Skip to content

Commit 3cff567

Browse files
author
appscisumup
committed
chore: synced local 'openapi.json' with remote 'specs/openapi.json'
1 parent 442dfeb commit 3cff567

File tree

1 file changed

+113
-31
lines changed

1 file changed

+113
-31
lines changed

openapi.json

Lines changed: 113 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2249,6 +2249,18 @@
22492249
}
22502250
}
22512251
},
2252+
{
2253+
"name": "entry_modes[]",
2254+
"in": "query",
2255+
"description": "Filters the returned results by the specified list of entry modes.",
2256+
"required": false,
2257+
"schema": {
2258+
"type": "array",
2259+
"items": {
2260+
"$ref": "#/components/schemas/EntryModeFilter"
2261+
}
2262+
}
2263+
},
22522264
{
22532265
"name": "types",
22542266
"in": "query",
@@ -5499,7 +5511,7 @@
54995511
}
55005512
},
55015513
"404": {
5502-
"description": "The requested Reader resource does not exists.",
5514+
"description": "The requested Reader resource does not exist.",
55035515
"content": {
55045516
"application/json": {
55055517
"schema": {
@@ -5566,7 +5578,7 @@
55665578
"description": "Returns an empty response if the deletion succeeded."
55675579
},
55685580
"404": {
5569-
"description": "The requested Reader resource does not exists.",
5581+
"description": "The requested Reader resource does not exist.",
55705582
"content": {
55715583
"application/json": {
55725584
"schema": {
@@ -5668,7 +5680,7 @@
56685680
}
56695681
},
56705682
"404": {
5671-
"description": "The requested Reader resource does not exists.",
5683+
"description": "The requested Reader resource does not exist.",
56725684
"content": {
56735685
"application/json": {
56745686
"schema": {
@@ -5838,7 +5850,8 @@
58385850
"200": {
58395851
"description": "Your server returns this code if it accepts the callback.\nIf the server returns any other code, the callback will be retried up to 5 times with exponential backoff.\n"
58405852
}
5841-
}
5853+
},
5854+
"callbacks": {}
58425855
}
58435856
}
58445857
}
@@ -5900,6 +5913,7 @@
59005913
{
59015914
"name": "Accept",
59025915
"in": "header",
5916+
"description": "",
59035917
"required": true,
59045918
"schema": {
59055919
"type": "string",
@@ -5911,6 +5925,7 @@
59115925
{
59125926
"name": "Content-Type",
59135927
"in": "header",
5928+
"description": "",
59145929
"required": true,
59155930
"schema": {
59165931
"type": "string",
@@ -5922,6 +5937,7 @@
59225937
{
59235938
"name": "Authorization",
59245939
"in": "header",
5940+
"description": "",
59255941
"required": true,
59265942
"schema": {
59275943
"type": "string",
@@ -6003,6 +6019,7 @@
60036019
}
60046020
}
60056021
},
6022+
"callbacks": {},
60066023
"security": [
60076024
{
60086025
"apiKey": []
@@ -6133,6 +6150,7 @@
61336150
}
61346151
}
61356152
},
6153+
"callbacks": {},
61366154
"security": [
61376155
{
61386156
"apiKey": []
@@ -6197,6 +6215,18 @@
61976215
"type": "string"
61986216
}
61996217
},
6218+
"EntryModesFilter": {
6219+
"name": "entry_modes[]",
6220+
"in": "query",
6221+
"description": "Filters the returned results by the specified list of entry modes.",
6222+
"required": false,
6223+
"schema": {
6224+
"type": "array",
6225+
"items": {
6226+
"$ref": "#/components/schemas/EntryModeFilter"
6227+
}
6228+
}
6229+
},
62006230
"GeoCoordinatesFilter": {
62016231
"name": "geo_coordinates",
62026232
"in": "query",
@@ -8266,51 +8296,61 @@
82668296
"description": "Entry mode of the payment details.",
82678297
"type": "string",
82688298
"enum": [
8269-
"BOLETO",
8270-
"SOFORT",
8271-
"IDEAL",
8272-
"BANCONTACT",
8273-
"EPS",
8274-
"MYBANK",
8275-
"SATISPAY",
8276-
"BLIK",
8277-
"P24",
8278-
"GIROPAY",
8279-
"PIX",
8280-
"QR_CODE_PIX",
8281-
"APPLE_PAY",
8282-
"GOOGLE_PAY",
8283-
"PAYPAL",
8284-
"NONE",
8285-
"CHIP",
8286-
"MANUAL_ENTRY",
8287-
"CUSTOMER_ENTRY",
8288-
"MAGSTRIPE_FALLBACK",
8289-
"MAGSTRIPE",
8290-
"DIRECT_DEBIT",
8291-
"CONTACTLESS",
8292-
"MOTO",
8293-
"CONTACTLESS_MAGSTRIPE",
8294-
"N/A"
8299+
"none",
8300+
"magstripe",
8301+
"chip",
8302+
"manual entry",
8303+
"customer entry",
8304+
"magstripe fallback",
8305+
"contactless",
8306+
"moto",
8307+
"contactless magstripe",
8308+
"boleto",
8309+
"direct debit",
8310+
"sofort",
8311+
"ideal",
8312+
"bancontact",
8313+
"eps",
8314+
"mybank",
8315+
"satispay",
8316+
"blik",
8317+
"p24",
8318+
"giropay",
8319+
"pix",
8320+
"qr code pix",
8321+
"apple pay",
8322+
"google pay",
8323+
"paypal",
8324+
"na"
82958325
]
82968326
},
82978327
"CardType": {
82988328
"description": "Issuing card network of the payment card used for the transaction.",
82998329
"type": "string",
83008330
"enum": [
8331+
"ALELO",
83018332
"AMEX",
8333+
"CONECS",
83028334
"CUP",
83038335
"DINERS",
83048336
"DISCOVER",
8337+
"EFTPOS",
83058338
"ELO",
83068339
"ELV",
8340+
"GIROCARD",
83078341
"HIPERCARD",
8342+
"INTERAC",
83088343
"JCB",
83098344
"MAESTRO",
83108345
"MASTERCARD",
8346+
"PLUXEE",
8347+
"SWILE",
8348+
"TICKET",
83118349
"VISA",
83128350
"VISA_ELECTRON",
83138351
"VISA_VPAY",
8352+
"VPAY",
8353+
"VR",
83148354
"UNKNOWN"
83158355
]
83168356
},
@@ -10045,7 +10085,8 @@
1004510085
"properties": {
1004610086
"battery_level": {
1004710087
"description": "Battery level percentage",
10048-
"type": "float",
10088+
"type": "number",
10089+
"format": "float",
1004910090
"example": 10.5,
1005010091
"maximum": 100,
1005110092
"minimum": 0,
@@ -11067,6 +11108,38 @@
1106711108
"date_of_birth",
1106811109
"address"
1106911110
]
11111+
},
11112+
"EntryModeFilter": {
11113+
"description": "Entry mode value accepted by the `entry_modes[]` filter.",
11114+
"type": "string",
11115+
"enum": [
11116+
"BOLETO",
11117+
"SOFORT",
11118+
"IDEAL",
11119+
"BANCONTACT",
11120+
"EPS",
11121+
"MYBANK",
11122+
"SATISPAY",
11123+
"BLIK",
11124+
"P24",
11125+
"GIROPAY",
11126+
"PIX",
11127+
"QR_CODE_PIX",
11128+
"APPLE_PAY",
11129+
"GOOGLE_PAY",
11130+
"PAYPAL",
11131+
"NONE",
11132+
"CHIP",
11133+
"MANUAL_ENTRY",
11134+
"CUSTOMER_ENTRY",
11135+
"MAGSTRIPE_FALLBACK",
11136+
"MAGSTRIPE",
11137+
"DIRECT_DEBIT",
11138+
"CONTACTLESS",
11139+
"MOTO",
11140+
"CONTACTLESS_MAGSTRIPE",
11141+
"N/A"
11142+
]
1107011143
}
1107111144
},
1107211145
"examples": {
@@ -11103,6 +11176,7 @@
1110311176
},
1110411177
"requestBodies": {
1110511178
"BankAccounts": {
11179+
"description": "",
1110611180
"content": {
1110711181
"application/json": {
1110811182
"schema": {
@@ -11113,6 +11187,7 @@
1111311187
},
1111411188
"CheckoutCreate": {
1111511189
"required": true,
11190+
"description": "",
1111611191
"content": {
1111711192
"application/json": {
1111811193
"schema": {
@@ -11265,6 +11340,7 @@
1126511340
},
1126611341
"CustomerUpdate": {
1126711342
"required": true,
11343+
"description": "",
1126811344
"content": {
1126911345
"application/json": {
1127011346
"schema": {
@@ -11279,6 +11355,7 @@
1127911355
}
1128011356
},
1128111357
"DoingBusinessAsLegacy": {
11358+
"description": "",
1128211359
"content": {
1128311360
"application/json": {
1128411361
"schema": {
@@ -11288,6 +11365,7 @@
1128811365
}
1128911366
},
1129011367
"MerchantProfile": {
11368+
"description": "",
1129111369
"content": {
1129211370
"application/json": {
1129311371
"schema": {
@@ -11297,6 +11375,7 @@
1129711375
}
1129811376
},
1129911377
"MerchantSettings": {
11378+
"description": "",
1130011379
"content": {
1130111380
"application/json": {
1130211381
"schema": {
@@ -11306,6 +11385,7 @@
1130611385
}
1130711386
},
1130811387
"PaymentInstrument": {
11388+
"description": "",
1130911389
"content": {
1131011390
"application/json": {
1131111391
"schema": {
@@ -11315,6 +11395,7 @@
1131511395
}
1131611396
},
1131711397
"PersonalProfile": {
11398+
"description": "",
1131811399
"content": {
1131911400
"application/json": {
1132011401
"schema": {
@@ -11324,6 +11405,7 @@
1132411405
}
1132511406
},
1132611407
"Refund": {
11408+
"description": "",
1132711409
"content": {
1132811410
"application/json": {
1132911411
"schema": {

0 commit comments

Comments
 (0)