|
2249 | 2249 | } |
2250 | 2250 | } |
2251 | 2251 | }, |
| 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 | + }, |
2252 | 2264 | { |
2253 | 2265 | "name": "types", |
2254 | 2266 | "in": "query", |
|
5499 | 5511 | } |
5500 | 5512 | }, |
5501 | 5513 | "404": { |
5502 | | - "description": "The requested Reader resource does not exists.", |
| 5514 | + "description": "The requested Reader resource does not exist.", |
5503 | 5515 | "content": { |
5504 | 5516 | "application/json": { |
5505 | 5517 | "schema": { |
|
5566 | 5578 | "description": "Returns an empty response if the deletion succeeded." |
5567 | 5579 | }, |
5568 | 5580 | "404": { |
5569 | | - "description": "The requested Reader resource does not exists.", |
| 5581 | + "description": "The requested Reader resource does not exist.", |
5570 | 5582 | "content": { |
5571 | 5583 | "application/json": { |
5572 | 5584 | "schema": { |
|
5668 | 5680 | } |
5669 | 5681 | }, |
5670 | 5682 | "404": { |
5671 | | - "description": "The requested Reader resource does not exists.", |
| 5683 | + "description": "The requested Reader resource does not exist.", |
5672 | 5684 | "content": { |
5673 | 5685 | "application/json": { |
5674 | 5686 | "schema": { |
|
5838 | 5850 | "200": { |
5839 | 5851 | "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" |
5840 | 5852 | } |
5841 | | - } |
| 5853 | + }, |
| 5854 | + "callbacks": {} |
5842 | 5855 | } |
5843 | 5856 | } |
5844 | 5857 | } |
|
5900 | 5913 | { |
5901 | 5914 | "name": "Accept", |
5902 | 5915 | "in": "header", |
| 5916 | + "description": "", |
5903 | 5917 | "required": true, |
5904 | 5918 | "schema": { |
5905 | 5919 | "type": "string", |
|
5911 | 5925 | { |
5912 | 5926 | "name": "Content-Type", |
5913 | 5927 | "in": "header", |
| 5928 | + "description": "", |
5914 | 5929 | "required": true, |
5915 | 5930 | "schema": { |
5916 | 5931 | "type": "string", |
|
5922 | 5937 | { |
5923 | 5938 | "name": "Authorization", |
5924 | 5939 | "in": "header", |
| 5940 | + "description": "", |
5925 | 5941 | "required": true, |
5926 | 5942 | "schema": { |
5927 | 5943 | "type": "string", |
|
6003 | 6019 | } |
6004 | 6020 | } |
6005 | 6021 | }, |
| 6022 | + "callbacks": {}, |
6006 | 6023 | "security": [ |
6007 | 6024 | { |
6008 | 6025 | "apiKey": [] |
|
6133 | 6150 | } |
6134 | 6151 | } |
6135 | 6152 | }, |
| 6153 | + "callbacks": {}, |
6136 | 6154 | "security": [ |
6137 | 6155 | { |
6138 | 6156 | "apiKey": [] |
|
6197 | 6215 | "type": "string" |
6198 | 6216 | } |
6199 | 6217 | }, |
| 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 | + }, |
6200 | 6230 | "GeoCoordinatesFilter": { |
6201 | 6231 | "name": "geo_coordinates", |
6202 | 6232 | "in": "query", |
|
8266 | 8296 | "description": "Entry mode of the payment details.", |
8267 | 8297 | "type": "string", |
8268 | 8298 | "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" |
8295 | 8325 | ] |
8296 | 8326 | }, |
8297 | 8327 | "CardType": { |
8298 | 8328 | "description": "Issuing card network of the payment card used for the transaction.", |
8299 | 8329 | "type": "string", |
8300 | 8330 | "enum": [ |
| 8331 | + "ALELO", |
8301 | 8332 | "AMEX", |
| 8333 | + "CONECS", |
8302 | 8334 | "CUP", |
8303 | 8335 | "DINERS", |
8304 | 8336 | "DISCOVER", |
| 8337 | + "EFTPOS", |
8305 | 8338 | "ELO", |
8306 | 8339 | "ELV", |
| 8340 | + "GIROCARD", |
8307 | 8341 | "HIPERCARD", |
| 8342 | + "INTERAC", |
8308 | 8343 | "JCB", |
8309 | 8344 | "MAESTRO", |
8310 | 8345 | "MASTERCARD", |
| 8346 | + "PLUXEE", |
| 8347 | + "SWILE", |
| 8348 | + "TICKET", |
8311 | 8349 | "VISA", |
8312 | 8350 | "VISA_ELECTRON", |
8313 | 8351 | "VISA_VPAY", |
| 8352 | + "VPAY", |
| 8353 | + "VR", |
8314 | 8354 | "UNKNOWN" |
8315 | 8355 | ] |
8316 | 8356 | }, |
|
10045 | 10085 | "properties": { |
10046 | 10086 | "battery_level": { |
10047 | 10087 | "description": "Battery level percentage", |
10048 | | - "type": "float", |
| 10088 | + "type": "number", |
| 10089 | + "format": "float", |
10049 | 10090 | "example": 10.5, |
10050 | 10091 | "maximum": 100, |
10051 | 10092 | "minimum": 0, |
|
11067 | 11108 | "date_of_birth", |
11068 | 11109 | "address" |
11069 | 11110 | ] |
| 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 | + ] |
11070 | 11143 | } |
11071 | 11144 | }, |
11072 | 11145 | "examples": { |
|
11103 | 11176 | }, |
11104 | 11177 | "requestBodies": { |
11105 | 11178 | "BankAccounts": { |
| 11179 | + "description": "", |
11106 | 11180 | "content": { |
11107 | 11181 | "application/json": { |
11108 | 11182 | "schema": { |
|
11113 | 11187 | }, |
11114 | 11188 | "CheckoutCreate": { |
11115 | 11189 | "required": true, |
| 11190 | + "description": "", |
11116 | 11191 | "content": { |
11117 | 11192 | "application/json": { |
11118 | 11193 | "schema": { |
|
11265 | 11340 | }, |
11266 | 11341 | "CustomerUpdate": { |
11267 | 11342 | "required": true, |
| 11343 | + "description": "", |
11268 | 11344 | "content": { |
11269 | 11345 | "application/json": { |
11270 | 11346 | "schema": { |
|
11279 | 11355 | } |
11280 | 11356 | }, |
11281 | 11357 | "DoingBusinessAsLegacy": { |
| 11358 | + "description": "", |
11282 | 11359 | "content": { |
11283 | 11360 | "application/json": { |
11284 | 11361 | "schema": { |
|
11288 | 11365 | } |
11289 | 11366 | }, |
11290 | 11367 | "MerchantProfile": { |
| 11368 | + "description": "", |
11291 | 11369 | "content": { |
11292 | 11370 | "application/json": { |
11293 | 11371 | "schema": { |
|
11297 | 11375 | } |
11298 | 11376 | }, |
11299 | 11377 | "MerchantSettings": { |
| 11378 | + "description": "", |
11300 | 11379 | "content": { |
11301 | 11380 | "application/json": { |
11302 | 11381 | "schema": { |
|
11306 | 11385 | } |
11307 | 11386 | }, |
11308 | 11387 | "PaymentInstrument": { |
| 11388 | + "description": "", |
11309 | 11389 | "content": { |
11310 | 11390 | "application/json": { |
11311 | 11391 | "schema": { |
|
11315 | 11395 | } |
11316 | 11396 | }, |
11317 | 11397 | "PersonalProfile": { |
| 11398 | + "description": "", |
11318 | 11399 | "content": { |
11319 | 11400 | "application/json": { |
11320 | 11401 | "schema": { |
|
11324 | 11405 | } |
11325 | 11406 | }, |
11326 | 11407 | "Refund": { |
| 11408 | + "description": "", |
11327 | 11409 | "content": { |
11328 | 11410 | "application/json": { |
11329 | 11411 | "schema": { |
|
0 commit comments