@flowio/api-mock-generator 6.17.72 → 6.17.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api.json +450 -3
- package/package.json +2 -2
- package/src/api.json +450 -3
package/dist/api.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"key": "api"
|
|
11
11
|
},
|
|
12
12
|
"namespace": "io.flow.v0",
|
|
13
|
-
"version": "0.18.
|
|
13
|
+
"version": "0.18.33",
|
|
14
14
|
"info": {
|
|
15
15
|
"license": {
|
|
16
16
|
"name": "MIT",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"application": {
|
|
77
77
|
"key": "ben-test-internal"
|
|
78
78
|
},
|
|
79
|
-
"version": "0.21.
|
|
79
|
+
"version": "0.21.80",
|
|
80
80
|
"enums": [],
|
|
81
81
|
"interfaces": ["generate_load"],
|
|
82
82
|
"unions": ["generate_load"],
|
|
@@ -2029,6 +2029,10 @@
|
|
|
2029
2029
|
"name": "organization_finance",
|
|
2030
2030
|
"attributes": [],
|
|
2031
2031
|
"description": "Can access billing and reconcilliation functions and retreive relevant data."
|
|
2032
|
+
}, {
|
|
2033
|
+
"name": "organization_classification",
|
|
2034
|
+
"attributes": [],
|
|
2035
|
+
"description": "Can access catalog item information."
|
|
2032
2036
|
}, {
|
|
2033
2037
|
"name": "flow_operations",
|
|
2034
2038
|
"attributes": [],
|
|
@@ -2659,6 +2663,17 @@
|
|
|
2659
2663
|
"attributes": []
|
|
2660
2664
|
}],
|
|
2661
2665
|
"attributes": []
|
|
2666
|
+
}, {
|
|
2667
|
+
"name": "merchant_disabled_reason",
|
|
2668
|
+
"plural": "merchant_disabled_reasons",
|
|
2669
|
+
"values": [{
|
|
2670
|
+
"name": "merchant_deactivated",
|
|
2671
|
+
"attributes": []
|
|
2672
|
+
}, {
|
|
2673
|
+
"name": "merchant_rejected",
|
|
2674
|
+
"attributes": []
|
|
2675
|
+
}],
|
|
2676
|
+
"attributes": []
|
|
2662
2677
|
}, {
|
|
2663
2678
|
"name": "merchant_gift_card_error_code",
|
|
2664
2679
|
"plural": "merchant_gift_card_error_codes",
|
|
@@ -2756,6 +2771,9 @@
|
|
|
2756
2771
|
}, {
|
|
2757
2772
|
"name": "exception_merchant",
|
|
2758
2773
|
"attributes": []
|
|
2774
|
+
}, {
|
|
2775
|
+
"name": "application_missing",
|
|
2776
|
+
"attributes": []
|
|
2759
2777
|
}],
|
|
2760
2778
|
"attributes": []
|
|
2761
2779
|
}, {
|
|
@@ -3376,10 +3394,18 @@
|
|
|
3376
3394
|
"name": "provided",
|
|
3377
3395
|
"attributes": [],
|
|
3378
3396
|
"description": "Package dimensions provided by caller to API"
|
|
3397
|
+
}, {
|
|
3398
|
+
"name": "item_dimensions_estimated",
|
|
3399
|
+
"attributes": [],
|
|
3400
|
+
"description": "Item dimensions were used to calculate package dimensions"
|
|
3379
3401
|
}, {
|
|
3380
3402
|
"name": "dimensions_estimated",
|
|
3381
3403
|
"attributes": [],
|
|
3382
|
-
"description": "
|
|
3404
|
+
"description": "Organization dimension estimates were used to assume package dimensions"
|
|
3405
|
+
}, {
|
|
3406
|
+
"name": "default_item_dimensions_estimated",
|
|
3407
|
+
"attributes": [],
|
|
3408
|
+
"description": "Dimension estimates set using global default of 1x5x5 inch, .5 lbs"
|
|
3383
3409
|
}],
|
|
3384
3410
|
"attributes": []
|
|
3385
3411
|
}, {
|
|
@@ -5228,6 +5254,18 @@
|
|
|
5228
5254
|
}, {
|
|
5229
5255
|
"name": "address_correction",
|
|
5230
5256
|
"attributes": []
|
|
5257
|
+
}, {
|
|
5258
|
+
"name": "security",
|
|
5259
|
+
"attributes": []
|
|
5260
|
+
}, {
|
|
5261
|
+
"name": "eei_filing",
|
|
5262
|
+
"attributes": []
|
|
5263
|
+
}, {
|
|
5264
|
+
"name": "fixed_ddp",
|
|
5265
|
+
"attributes": []
|
|
5266
|
+
}, {
|
|
5267
|
+
"name": "fixed_currency_conversion",
|
|
5268
|
+
"attributes": []
|
|
5231
5269
|
}],
|
|
5232
5270
|
"attributes": []
|
|
5233
5271
|
}, {
|
|
@@ -5744,6 +5782,13 @@
|
|
|
5744
5782
|
"attributes": [],
|
|
5745
5783
|
"annotations": [],
|
|
5746
5784
|
"description": "The amount/currency of the authorization in base currency. Added in Summer 2018 and always present since then."
|
|
5785
|
+
}, {
|
|
5786
|
+
"name": "requested",
|
|
5787
|
+
"type": "money",
|
|
5788
|
+
"required": false,
|
|
5789
|
+
"attributes": [],
|
|
5790
|
+
"annotations": [],
|
|
5791
|
+
"description": "The amount / currency that is sent to the PSP"
|
|
5747
5792
|
}, {
|
|
5748
5793
|
"name": "authorized_at",
|
|
5749
5794
|
"type": "date-time-iso8601",
|
|
@@ -8515,6 +8560,10 @@
|
|
|
8515
8560
|
"type": "merchant_deactivated",
|
|
8516
8561
|
"attributes": [],
|
|
8517
8562
|
"discriminator_value": "merchant_deactivated"
|
|
8563
|
+
}, {
|
|
8564
|
+
"type": "merchant_disabled",
|
|
8565
|
+
"attributes": [],
|
|
8566
|
+
"discriminator_value": "merchant_disabled"
|
|
8518
8567
|
}],
|
|
8519
8568
|
"attributes": [],
|
|
8520
8569
|
"interfaces": [],
|
|
@@ -9122,6 +9171,22 @@
|
|
|
9122
9171
|
"type": "duties_taxes_paid_surcharge_ratecard_fee",
|
|
9123
9172
|
"attributes": [],
|
|
9124
9173
|
"discriminator_value": "duties_taxes_paid_surcharge_ratecard_fee"
|
|
9174
|
+
}, {
|
|
9175
|
+
"type": "security_ratecard_fee",
|
|
9176
|
+
"attributes": [],
|
|
9177
|
+
"discriminator_value": "security_ratecard_fee"
|
|
9178
|
+
}, {
|
|
9179
|
+
"type": "eei_filing_ratecard_fee",
|
|
9180
|
+
"attributes": [],
|
|
9181
|
+
"discriminator_value": "eei_filing_ratecard_fee"
|
|
9182
|
+
}, {
|
|
9183
|
+
"type": "fixed_ddp_ratecard_fee",
|
|
9184
|
+
"attributes": [],
|
|
9185
|
+
"discriminator_value": "fixed_ddp_ratecard_fee"
|
|
9186
|
+
}, {
|
|
9187
|
+
"type": "fixed_currency_conversion_ratecard_fee",
|
|
9188
|
+
"attributes": [],
|
|
9189
|
+
"discriminator_value": "fixed_currency_conversion_ratecard_fee"
|
|
9125
9190
|
}],
|
|
9126
9191
|
"attributes": [],
|
|
9127
9192
|
"interfaces": [],
|
|
@@ -9258,6 +9323,34 @@
|
|
|
9258
9323
|
"type": "oversize_piece_surcharge_service_fee",
|
|
9259
9324
|
"attributes": [],
|
|
9260
9325
|
"discriminator_value": "oversize_piece_surcharge_service_fee"
|
|
9326
|
+
}, {
|
|
9327
|
+
"type": "remote_area_by_weight_service_fee",
|
|
9328
|
+
"attributes": [],
|
|
9329
|
+
"discriminator_value": "remote_area_by_weight_service_fee"
|
|
9330
|
+
}, {
|
|
9331
|
+
"type": "additional_handling_service_fee",
|
|
9332
|
+
"attributes": [],
|
|
9333
|
+
"discriminator_value": "additional_handling_service_fee"
|
|
9334
|
+
}, {
|
|
9335
|
+
"type": "large_package_service_fee",
|
|
9336
|
+
"attributes": [],
|
|
9337
|
+
"discriminator_value": "large_package_service_fee"
|
|
9338
|
+
}, {
|
|
9339
|
+
"type": "security_service_fee",
|
|
9340
|
+
"attributes": [],
|
|
9341
|
+
"discriminator_value": "security_service_fee"
|
|
9342
|
+
}, {
|
|
9343
|
+
"type": "fixed_ddp_service_fee",
|
|
9344
|
+
"attributes": [],
|
|
9345
|
+
"discriminator_value": "fixed_ddp_service_fee"
|
|
9346
|
+
}, {
|
|
9347
|
+
"type": "fixed_currency_conversion_service_fee",
|
|
9348
|
+
"attributes": [],
|
|
9349
|
+
"discriminator_value": "fixed_currency_conversion_service_fee"
|
|
9350
|
+
}, {
|
|
9351
|
+
"type": "eei_filing_service_fee",
|
|
9352
|
+
"attributes": [],
|
|
9353
|
+
"discriminator_value": "eei_filing_service_fee"
|
|
9261
9354
|
}],
|
|
9262
9355
|
"attributes": [],
|
|
9263
9356
|
"interfaces": [],
|
|
@@ -10342,6 +10435,54 @@
|
|
|
10342
10435
|
}],
|
|
10343
10436
|
"attributes": [],
|
|
10344
10437
|
"interfaces": []
|
|
10438
|
+
}, {
|
|
10439
|
+
"name": "additional_handling_service_fee",
|
|
10440
|
+
"plural": "additional_handling_service_fees",
|
|
10441
|
+
"fields": [{
|
|
10442
|
+
"name": "length_girth_threshold",
|
|
10443
|
+
"type": "decimal",
|
|
10444
|
+
"required": false,
|
|
10445
|
+
"attributes": [],
|
|
10446
|
+
"annotations": []
|
|
10447
|
+
}, {
|
|
10448
|
+
"name": "length_threshold",
|
|
10449
|
+
"type": "decimal",
|
|
10450
|
+
"required": false,
|
|
10451
|
+
"attributes": [],
|
|
10452
|
+
"annotations": []
|
|
10453
|
+
}, {
|
|
10454
|
+
"name": "width_threshold",
|
|
10455
|
+
"type": "decimal",
|
|
10456
|
+
"required": false,
|
|
10457
|
+
"attributes": [],
|
|
10458
|
+
"annotations": []
|
|
10459
|
+
}, {
|
|
10460
|
+
"name": "dimensional_unit",
|
|
10461
|
+
"type": "unit_of_measurement",
|
|
10462
|
+
"required": false,
|
|
10463
|
+
"attributes": [],
|
|
10464
|
+
"annotations": []
|
|
10465
|
+
}, {
|
|
10466
|
+
"name": "weight_threshold",
|
|
10467
|
+
"type": "decimal",
|
|
10468
|
+
"required": false,
|
|
10469
|
+
"attributes": [],
|
|
10470
|
+
"annotations": []
|
|
10471
|
+
}, {
|
|
10472
|
+
"name": "weight_unit",
|
|
10473
|
+
"type": "unit_of_measurement",
|
|
10474
|
+
"required": false,
|
|
10475
|
+
"attributes": [],
|
|
10476
|
+
"annotations": []
|
|
10477
|
+
}, {
|
|
10478
|
+
"name": "amount",
|
|
10479
|
+
"type": "money",
|
|
10480
|
+
"required": true,
|
|
10481
|
+
"attributes": [],
|
|
10482
|
+
"annotations": []
|
|
10483
|
+
}],
|
|
10484
|
+
"attributes": [],
|
|
10485
|
+
"interfaces": []
|
|
10345
10486
|
}, {
|
|
10346
10487
|
"name": "additional_services_requested",
|
|
10347
10488
|
"plural": "additional_services_requesteds",
|
|
@@ -21812,6 +21953,36 @@
|
|
|
21812
21953
|
}],
|
|
21813
21954
|
"attributes": [],
|
|
21814
21955
|
"interfaces": []
|
|
21956
|
+
}, {
|
|
21957
|
+
"name": "eei_filing_ratecard_fee",
|
|
21958
|
+
"plural": "eei_filing_ratecard_fees",
|
|
21959
|
+
"fields": [{
|
|
21960
|
+
"name": "amount",
|
|
21961
|
+
"type": "money",
|
|
21962
|
+
"required": true,
|
|
21963
|
+
"attributes": [],
|
|
21964
|
+
"annotations": []
|
|
21965
|
+
}],
|
|
21966
|
+
"attributes": [],
|
|
21967
|
+
"interfaces": []
|
|
21968
|
+
}, {
|
|
21969
|
+
"name": "eei_filing_service_fee",
|
|
21970
|
+
"plural": "eei_filing_service_fees",
|
|
21971
|
+
"fields": [{
|
|
21972
|
+
"name": "amount",
|
|
21973
|
+
"type": "money",
|
|
21974
|
+
"required": true,
|
|
21975
|
+
"attributes": [],
|
|
21976
|
+
"annotations": []
|
|
21977
|
+
}, {
|
|
21978
|
+
"name": "value_threshold",
|
|
21979
|
+
"type": "money",
|
|
21980
|
+
"required": true,
|
|
21981
|
+
"attributes": [],
|
|
21982
|
+
"annotations": []
|
|
21983
|
+
}],
|
|
21984
|
+
"attributes": [],
|
|
21985
|
+
"interfaces": []
|
|
21815
21986
|
}, {
|
|
21816
21987
|
"name": "email_abandoned_order_promotion",
|
|
21817
21988
|
"plural": "email_abandoned_order_promotions",
|
|
@@ -23987,6 +24158,76 @@
|
|
|
23987
24158
|
"attributes": [],
|
|
23988
24159
|
"interfaces": [],
|
|
23989
24160
|
"description": "Indicates a field is required if it is presented in the user interface"
|
|
24161
|
+
}, {
|
|
24162
|
+
"name": "fixed_currency_conversion_ratecard_fee",
|
|
24163
|
+
"plural": "fixed_currency_conversion_ratecard_fees",
|
|
24164
|
+
"fields": [{
|
|
24165
|
+
"name": "amount",
|
|
24166
|
+
"type": "money",
|
|
24167
|
+
"required": true,
|
|
24168
|
+
"attributes": [],
|
|
24169
|
+
"annotations": []
|
|
24170
|
+
}],
|
|
24171
|
+
"attributes": [],
|
|
24172
|
+
"interfaces": []
|
|
24173
|
+
}, {
|
|
24174
|
+
"name": "fixed_currency_conversion_service_fee",
|
|
24175
|
+
"plural": "fixed_currency_conversion_service_fees",
|
|
24176
|
+
"fields": [{
|
|
24177
|
+
"name": "conditions",
|
|
24178
|
+
"type": "[fixed_fee_condition]",
|
|
24179
|
+
"required": true,
|
|
24180
|
+
"attributes": [],
|
|
24181
|
+
"annotations": [],
|
|
24182
|
+
"description": "List of conditions, the first condition which matches is applied"
|
|
24183
|
+
}],
|
|
24184
|
+
"attributes": [],
|
|
24185
|
+
"interfaces": []
|
|
24186
|
+
}, {
|
|
24187
|
+
"name": "fixed_ddp_ratecard_fee",
|
|
24188
|
+
"plural": "fixed_ddp_ratecard_fees",
|
|
24189
|
+
"fields": [{
|
|
24190
|
+
"name": "amount",
|
|
24191
|
+
"type": "money",
|
|
24192
|
+
"required": true,
|
|
24193
|
+
"attributes": [],
|
|
24194
|
+
"annotations": []
|
|
24195
|
+
}],
|
|
24196
|
+
"attributes": [],
|
|
24197
|
+
"interfaces": []
|
|
24198
|
+
}, {
|
|
24199
|
+
"name": "fixed_ddp_service_fee",
|
|
24200
|
+
"plural": "fixed_ddp_service_fees",
|
|
24201
|
+
"fields": [{
|
|
24202
|
+
"name": "conditions",
|
|
24203
|
+
"type": "[fixed_fee_condition]",
|
|
24204
|
+
"required": true,
|
|
24205
|
+
"attributes": [],
|
|
24206
|
+
"annotations": [],
|
|
24207
|
+
"description": "List of conditions, the first condition which matches is applied"
|
|
24208
|
+
}],
|
|
24209
|
+
"attributes": [],
|
|
24210
|
+
"interfaces": []
|
|
24211
|
+
}, {
|
|
24212
|
+
"name": "fixed_fee_condition",
|
|
24213
|
+
"plural": "fixed_fee_conditions",
|
|
24214
|
+
"fields": [{
|
|
24215
|
+
"name": "countries",
|
|
24216
|
+
"type": "[string]",
|
|
24217
|
+
"required": true,
|
|
24218
|
+
"attributes": [],
|
|
24219
|
+
"annotations": [],
|
|
24220
|
+
"description": "List of ISO 3166-3 country codes to which this condition applies e.g. ['CAN', 'MEX']"
|
|
24221
|
+
}, {
|
|
24222
|
+
"name": "amount",
|
|
24223
|
+
"type": "money",
|
|
24224
|
+
"required": true,
|
|
24225
|
+
"attributes": [],
|
|
24226
|
+
"annotations": [],
|
|
24227
|
+
"description": "Money amount to be applied if this condition applies"
|
|
24228
|
+
}],
|
|
24229
|
+
"attributes": [],
|
|
24230
|
+
"interfaces": []
|
|
23990
24231
|
}, {
|
|
23991
24232
|
"name": "flat_rate",
|
|
23992
24233
|
"plural": "flat_rates",
|
|
@@ -29409,6 +29650,42 @@
|
|
|
29409
29650
|
"attributes": [],
|
|
29410
29651
|
"interfaces": [],
|
|
29411
29652
|
"description": "ISO 639 2-character language code. See https://api.flow.io/reference/languages"
|
|
29653
|
+
}, {
|
|
29654
|
+
"name": "large_package_service_fee",
|
|
29655
|
+
"plural": "large_package_service_fees",
|
|
29656
|
+
"fields": [{
|
|
29657
|
+
"name": "length_girth_threshold",
|
|
29658
|
+
"type": "decimal",
|
|
29659
|
+
"required": false,
|
|
29660
|
+
"attributes": [],
|
|
29661
|
+
"annotations": []
|
|
29662
|
+
}, {
|
|
29663
|
+
"name": "dimensional_unit",
|
|
29664
|
+
"type": "unit_of_measurement",
|
|
29665
|
+
"required": false,
|
|
29666
|
+
"attributes": [],
|
|
29667
|
+
"annotations": []
|
|
29668
|
+
}, {
|
|
29669
|
+
"name": "weight_threshold",
|
|
29670
|
+
"type": "decimal",
|
|
29671
|
+
"required": false,
|
|
29672
|
+
"attributes": [],
|
|
29673
|
+
"annotations": []
|
|
29674
|
+
}, {
|
|
29675
|
+
"name": "weight_unit",
|
|
29676
|
+
"type": "unit_of_measurement",
|
|
29677
|
+
"required": false,
|
|
29678
|
+
"attributes": [],
|
|
29679
|
+
"annotations": []
|
|
29680
|
+
}, {
|
|
29681
|
+
"name": "amount",
|
|
29682
|
+
"type": "money",
|
|
29683
|
+
"required": true,
|
|
29684
|
+
"attributes": [],
|
|
29685
|
+
"annotations": []
|
|
29686
|
+
}],
|
|
29687
|
+
"attributes": [],
|
|
29688
|
+
"interfaces": []
|
|
29412
29689
|
}, {
|
|
29413
29690
|
"name": "line",
|
|
29414
29691
|
"plural": "lines",
|
|
@@ -31007,6 +31284,19 @@
|
|
|
31007
31284
|
"attributes": [],
|
|
31008
31285
|
"interfaces": [],
|
|
31009
31286
|
"description": "The merchant is deactivated by partner"
|
|
31287
|
+
}, {
|
|
31288
|
+
"name": "merchant_disabled",
|
|
31289
|
+
"plural": "merchant_disableds",
|
|
31290
|
+
"fields": [{
|
|
31291
|
+
"name": "reason",
|
|
31292
|
+
"type": "merchant_disabled_reason",
|
|
31293
|
+
"required": true,
|
|
31294
|
+
"attributes": [],
|
|
31295
|
+
"annotations": []
|
|
31296
|
+
}],
|
|
31297
|
+
"attributes": [],
|
|
31298
|
+
"interfaces": [],
|
|
31299
|
+
"description": "The merchant is disabled. Their API token is no longer working."
|
|
31010
31300
|
}, {
|
|
31011
31301
|
"name": "merchant_gift_card_balance",
|
|
31012
31302
|
"plural": "merchant_gift_card_balances",
|
|
@@ -45025,6 +45315,24 @@
|
|
|
45025
45315
|
}],
|
|
45026
45316
|
"attributes": [],
|
|
45027
45317
|
"interfaces": []
|
|
45318
|
+
}, {
|
|
45319
|
+
"name": "remote_area_by_weight_service_fee",
|
|
45320
|
+
"plural": "remote_area_by_weight_service_fees",
|
|
45321
|
+
"fields": [{
|
|
45322
|
+
"name": "amount",
|
|
45323
|
+
"type": "money",
|
|
45324
|
+
"required": true,
|
|
45325
|
+
"attributes": [],
|
|
45326
|
+
"annotations": []
|
|
45327
|
+
}, {
|
|
45328
|
+
"name": "weight_unit",
|
|
45329
|
+
"type": "unit_of_measurement",
|
|
45330
|
+
"required": true,
|
|
45331
|
+
"attributes": [],
|
|
45332
|
+
"annotations": []
|
|
45333
|
+
}],
|
|
45334
|
+
"attributes": [],
|
|
45335
|
+
"interfaces": []
|
|
45028
45336
|
}, {
|
|
45029
45337
|
"name": "remote_area_ratecard_fee",
|
|
45030
45338
|
"plural": "remote_area_ratecard_fees",
|
|
@@ -46531,6 +46839,37 @@
|
|
|
46531
46839
|
}],
|
|
46532
46840
|
"attributes": [],
|
|
46533
46841
|
"interfaces": []
|
|
46842
|
+
}, {
|
|
46843
|
+
"name": "security_ratecard_fee",
|
|
46844
|
+
"plural": "security_ratecard_fees",
|
|
46845
|
+
"fields": [{
|
|
46846
|
+
"name": "amount",
|
|
46847
|
+
"type": "money",
|
|
46848
|
+
"required": true,
|
|
46849
|
+
"attributes": [],
|
|
46850
|
+
"annotations": []
|
|
46851
|
+
}],
|
|
46852
|
+
"attributes": [],
|
|
46853
|
+
"interfaces": []
|
|
46854
|
+
}, {
|
|
46855
|
+
"name": "security_service_fee",
|
|
46856
|
+
"plural": "security_service_fees",
|
|
46857
|
+
"fields": [{
|
|
46858
|
+
"name": "amount",
|
|
46859
|
+
"type": "money",
|
|
46860
|
+
"required": true,
|
|
46861
|
+
"attributes": [],
|
|
46862
|
+
"annotations": []
|
|
46863
|
+
}, {
|
|
46864
|
+
"name": "countries",
|
|
46865
|
+
"type": "[string]",
|
|
46866
|
+
"required": true,
|
|
46867
|
+
"attributes": [],
|
|
46868
|
+
"annotations": [],
|
|
46869
|
+
"description": "The ISO 3166-3 country code"
|
|
46870
|
+
}],
|
|
46871
|
+
"attributes": [],
|
|
46872
|
+
"interfaces": []
|
|
46534
46873
|
}, {
|
|
46535
46874
|
"name": "select_issuer_option_action_details",
|
|
46536
46875
|
"plural": "select_issuer_option_action_detailses",
|
|
@@ -90228,6 +90567,7 @@
|
|
|
90228
90567
|
"attributes": []
|
|
90229
90568
|
}],
|
|
90230
90569
|
"attributes": [],
|
|
90570
|
+
"description": "Update your business details.\n Common errors:\n- **EIN [{ein}] must be 9 digits**: The EIN provided should contains only 9 digits, no other character is accepted\n- **{field} cannot be blank**: the field has to at least contains some text\n*There might be other messages check them for details*",
|
|
90231
90571
|
"body": {
|
|
90232
90572
|
"type": "know_your_business_form",
|
|
90233
90573
|
"attributes": []
|
|
@@ -93421,6 +93761,113 @@
|
|
|
93421
93761
|
"type": "payment_request",
|
|
93422
93762
|
"plural": "payment_requests",
|
|
93423
93763
|
"operations": [{
|
|
93764
|
+
"method": "GET",
|
|
93765
|
+
"path": "/:organization/payment/requests",
|
|
93766
|
+
"parameters": [{
|
|
93767
|
+
"name": "organization",
|
|
93768
|
+
"type": "string",
|
|
93769
|
+
"location": "Path",
|
|
93770
|
+
"required": true,
|
|
93771
|
+
"description": "Refers to your organization's account identifier"
|
|
93772
|
+
}, {
|
|
93773
|
+
"name": "id",
|
|
93774
|
+
"type": "[string]",
|
|
93775
|
+
"location": "Query",
|
|
93776
|
+
"required": false,
|
|
93777
|
+
"description": "Filter by one or more IDs of this resource",
|
|
93778
|
+
"maximum": 100
|
|
93779
|
+
}, {
|
|
93780
|
+
"name": "since",
|
|
93781
|
+
"type": "date-time-iso8601",
|
|
93782
|
+
"location": "Query",
|
|
93783
|
+
"required": false,
|
|
93784
|
+
"description": "Retrieve payment requests created after this date and time"
|
|
93785
|
+
}, {
|
|
93786
|
+
"name": "until",
|
|
93787
|
+
"type": "date-time-iso8601",
|
|
93788
|
+
"location": "Query",
|
|
93789
|
+
"required": false,
|
|
93790
|
+
"description": "Retrieve payment requests created before this date and time"
|
|
93791
|
+
}, {
|
|
93792
|
+
"name": "updated_since",
|
|
93793
|
+
"type": "date-time-iso8601",
|
|
93794
|
+
"location": "Query",
|
|
93795
|
+
"required": false,
|
|
93796
|
+
"description": "Retrieve payment requests updated after this date and time"
|
|
93797
|
+
}, {
|
|
93798
|
+
"name": "updated_until",
|
|
93799
|
+
"type": "date-time-iso8601",
|
|
93800
|
+
"location": "Query",
|
|
93801
|
+
"required": false,
|
|
93802
|
+
"description": "Retrieve payment requests updated before this date and time"
|
|
93803
|
+
}, {
|
|
93804
|
+
"name": "limit",
|
|
93805
|
+
"type": "long",
|
|
93806
|
+
"location": "Query",
|
|
93807
|
+
"required": true,
|
|
93808
|
+
"description": "The maximum number of results to return",
|
|
93809
|
+
"default": "25",
|
|
93810
|
+
"minimum": 1,
|
|
93811
|
+
"maximum": 100
|
|
93812
|
+
}, {
|
|
93813
|
+
"name": "offset",
|
|
93814
|
+
"type": "long",
|
|
93815
|
+
"location": "Query",
|
|
93816
|
+
"required": true,
|
|
93817
|
+
"description": "The number of results to skip before returning results",
|
|
93818
|
+
"default": "0",
|
|
93819
|
+
"minimum": 0
|
|
93820
|
+
}, {
|
|
93821
|
+
"name": "sort",
|
|
93822
|
+
"type": "string",
|
|
93823
|
+
"location": "Query",
|
|
93824
|
+
"required": true,
|
|
93825
|
+
"default": "-created_at"
|
|
93826
|
+
}],
|
|
93827
|
+
"responses": [{
|
|
93828
|
+
"code": {
|
|
93829
|
+
"integer": {
|
|
93830
|
+
"value": 200
|
|
93831
|
+
}
|
|
93832
|
+
},
|
|
93833
|
+
"type": "[payment_request]",
|
|
93834
|
+
"description": "Successful response",
|
|
93835
|
+
"attributes": []
|
|
93836
|
+
}, {
|
|
93837
|
+
"code": {
|
|
93838
|
+
"integer": {
|
|
93839
|
+
"value": 401
|
|
93840
|
+
}
|
|
93841
|
+
},
|
|
93842
|
+
"type": "unit",
|
|
93843
|
+
"description": "Authorization failed",
|
|
93844
|
+
"attributes": []
|
|
93845
|
+
}, {
|
|
93846
|
+
"code": {
|
|
93847
|
+
"integer": {
|
|
93848
|
+
"value": 422
|
|
93849
|
+
}
|
|
93850
|
+
},
|
|
93851
|
+
"type": "generic_error",
|
|
93852
|
+
"description": "One or more errors were found with the data sent in the request. The body of the response contains specific details on what data failed validation.",
|
|
93853
|
+
"attributes": []
|
|
93854
|
+
}],
|
|
93855
|
+
"attributes": [{
|
|
93856
|
+
"name": "sort",
|
|
93857
|
+
"value": {
|
|
93858
|
+
"values": [{
|
|
93859
|
+
"value": "created_at"
|
|
93860
|
+
}, {
|
|
93861
|
+
"value": "updated_at"
|
|
93862
|
+
}]
|
|
93863
|
+
}
|
|
93864
|
+
}, {
|
|
93865
|
+
"name": "linter",
|
|
93866
|
+
"value": {
|
|
93867
|
+
"ignore": ["versions"]
|
|
93868
|
+
}
|
|
93869
|
+
}]
|
|
93870
|
+
}, {
|
|
93424
93871
|
"method": "POST",
|
|
93425
93872
|
"path": "/:organization/payment/requests",
|
|
93426
93873
|
"parameters": [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-mock-generator",
|
|
3
|
-
"version": "6.17.
|
|
3
|
+
"version": "6.17.74",
|
|
4
4
|
"description": "A mock data generator based on our API specifications for JavaScript",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"flowcommerce",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"apibuilder-js": "0.0.13",
|
|
29
29
|
"apibuilder-mock-generator": "0.0.13"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "11a5e37328905a965c20736d076f67c39a22ee86"
|
|
32
32
|
}
|
package/src/api.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"key" : "api"
|
|
11
11
|
},
|
|
12
12
|
"namespace" : "io.flow.v0",
|
|
13
|
-
"version" : "0.18.
|
|
13
|
+
"version" : "0.18.33",
|
|
14
14
|
"info" : {
|
|
15
15
|
"license" : {
|
|
16
16
|
"name" : "MIT",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"application" : {
|
|
77
77
|
"key" : "ben-test-internal"
|
|
78
78
|
},
|
|
79
|
-
"version" : "0.21.
|
|
79
|
+
"version" : "0.21.80",
|
|
80
80
|
"enums" : [ ],
|
|
81
81
|
"interfaces" : [ "generate_load" ],
|
|
82
82
|
"unions" : [ "generate_load" ],
|
|
@@ -2029,6 +2029,10 @@
|
|
|
2029
2029
|
"name" : "organization_finance",
|
|
2030
2030
|
"attributes" : [ ],
|
|
2031
2031
|
"description" : "Can access billing and reconcilliation functions and retreive relevant data."
|
|
2032
|
+
}, {
|
|
2033
|
+
"name" : "organization_classification",
|
|
2034
|
+
"attributes" : [ ],
|
|
2035
|
+
"description" : "Can access catalog item information."
|
|
2032
2036
|
}, {
|
|
2033
2037
|
"name" : "flow_operations",
|
|
2034
2038
|
"attributes" : [ ],
|
|
@@ -2659,6 +2663,17 @@
|
|
|
2659
2663
|
"attributes" : [ ]
|
|
2660
2664
|
} ],
|
|
2661
2665
|
"attributes" : [ ]
|
|
2666
|
+
}, {
|
|
2667
|
+
"name" : "merchant_disabled_reason",
|
|
2668
|
+
"plural" : "merchant_disabled_reasons",
|
|
2669
|
+
"values" : [ {
|
|
2670
|
+
"name" : "merchant_deactivated",
|
|
2671
|
+
"attributes" : [ ]
|
|
2672
|
+
}, {
|
|
2673
|
+
"name" : "merchant_rejected",
|
|
2674
|
+
"attributes" : [ ]
|
|
2675
|
+
} ],
|
|
2676
|
+
"attributes" : [ ]
|
|
2662
2677
|
}, {
|
|
2663
2678
|
"name" : "merchant_gift_card_error_code",
|
|
2664
2679
|
"plural" : "merchant_gift_card_error_codes",
|
|
@@ -2756,6 +2771,9 @@
|
|
|
2756
2771
|
}, {
|
|
2757
2772
|
"name" : "exception_merchant",
|
|
2758
2773
|
"attributes" : [ ]
|
|
2774
|
+
}, {
|
|
2775
|
+
"name" : "application_missing",
|
|
2776
|
+
"attributes" : [ ]
|
|
2759
2777
|
} ],
|
|
2760
2778
|
"attributes" : [ ]
|
|
2761
2779
|
}, {
|
|
@@ -3376,10 +3394,18 @@
|
|
|
3376
3394
|
"name" : "provided",
|
|
3377
3395
|
"attributes" : [ ],
|
|
3378
3396
|
"description" : "Package dimensions provided by caller to API"
|
|
3397
|
+
}, {
|
|
3398
|
+
"name" : "item_dimensions_estimated",
|
|
3399
|
+
"attributes" : [ ],
|
|
3400
|
+
"description" : "Item dimensions were used to calculate package dimensions"
|
|
3379
3401
|
}, {
|
|
3380
3402
|
"name" : "dimensions_estimated",
|
|
3381
3403
|
"attributes" : [ ],
|
|
3382
|
-
"description" : "
|
|
3404
|
+
"description" : "Organization dimension estimates were used to assume package dimensions"
|
|
3405
|
+
}, {
|
|
3406
|
+
"name" : "default_item_dimensions_estimated",
|
|
3407
|
+
"attributes" : [ ],
|
|
3408
|
+
"description" : "Dimension estimates set using global default of 1x5x5 inch, .5 lbs"
|
|
3383
3409
|
} ],
|
|
3384
3410
|
"attributes" : [ ]
|
|
3385
3411
|
}, {
|
|
@@ -5228,6 +5254,18 @@
|
|
|
5228
5254
|
}, {
|
|
5229
5255
|
"name" : "address_correction",
|
|
5230
5256
|
"attributes" : [ ]
|
|
5257
|
+
}, {
|
|
5258
|
+
"name" : "security",
|
|
5259
|
+
"attributes" : [ ]
|
|
5260
|
+
}, {
|
|
5261
|
+
"name" : "eei_filing",
|
|
5262
|
+
"attributes" : [ ]
|
|
5263
|
+
}, {
|
|
5264
|
+
"name" : "fixed_ddp",
|
|
5265
|
+
"attributes" : [ ]
|
|
5266
|
+
}, {
|
|
5267
|
+
"name" : "fixed_currency_conversion",
|
|
5268
|
+
"attributes" : [ ]
|
|
5231
5269
|
} ],
|
|
5232
5270
|
"attributes" : [ ]
|
|
5233
5271
|
}, {
|
|
@@ -5744,6 +5782,13 @@
|
|
|
5744
5782
|
"attributes" : [ ],
|
|
5745
5783
|
"annotations" : [ ],
|
|
5746
5784
|
"description" : "The amount/currency of the authorization in base currency. Added in Summer 2018 and always present since then."
|
|
5785
|
+
}, {
|
|
5786
|
+
"name" : "requested",
|
|
5787
|
+
"type" : "money",
|
|
5788
|
+
"required" : false,
|
|
5789
|
+
"attributes" : [ ],
|
|
5790
|
+
"annotations" : [ ],
|
|
5791
|
+
"description" : "The amount / currency that is sent to the PSP"
|
|
5747
5792
|
}, {
|
|
5748
5793
|
"name" : "authorized_at",
|
|
5749
5794
|
"type" : "date-time-iso8601",
|
|
@@ -8515,6 +8560,10 @@
|
|
|
8515
8560
|
"type" : "merchant_deactivated",
|
|
8516
8561
|
"attributes" : [ ],
|
|
8517
8562
|
"discriminator_value" : "merchant_deactivated"
|
|
8563
|
+
}, {
|
|
8564
|
+
"type" : "merchant_disabled",
|
|
8565
|
+
"attributes" : [ ],
|
|
8566
|
+
"discriminator_value" : "merchant_disabled"
|
|
8518
8567
|
} ],
|
|
8519
8568
|
"attributes" : [ ],
|
|
8520
8569
|
"interfaces" : [ ],
|
|
@@ -9122,6 +9171,22 @@
|
|
|
9122
9171
|
"type" : "duties_taxes_paid_surcharge_ratecard_fee",
|
|
9123
9172
|
"attributes" : [ ],
|
|
9124
9173
|
"discriminator_value" : "duties_taxes_paid_surcharge_ratecard_fee"
|
|
9174
|
+
}, {
|
|
9175
|
+
"type" : "security_ratecard_fee",
|
|
9176
|
+
"attributes" : [ ],
|
|
9177
|
+
"discriminator_value" : "security_ratecard_fee"
|
|
9178
|
+
}, {
|
|
9179
|
+
"type" : "eei_filing_ratecard_fee",
|
|
9180
|
+
"attributes" : [ ],
|
|
9181
|
+
"discriminator_value" : "eei_filing_ratecard_fee"
|
|
9182
|
+
}, {
|
|
9183
|
+
"type" : "fixed_ddp_ratecard_fee",
|
|
9184
|
+
"attributes" : [ ],
|
|
9185
|
+
"discriminator_value" : "fixed_ddp_ratecard_fee"
|
|
9186
|
+
}, {
|
|
9187
|
+
"type" : "fixed_currency_conversion_ratecard_fee",
|
|
9188
|
+
"attributes" : [ ],
|
|
9189
|
+
"discriminator_value" : "fixed_currency_conversion_ratecard_fee"
|
|
9125
9190
|
} ],
|
|
9126
9191
|
"attributes" : [ ],
|
|
9127
9192
|
"interfaces" : [ ],
|
|
@@ -9258,6 +9323,34 @@
|
|
|
9258
9323
|
"type" : "oversize_piece_surcharge_service_fee",
|
|
9259
9324
|
"attributes" : [ ],
|
|
9260
9325
|
"discriminator_value" : "oversize_piece_surcharge_service_fee"
|
|
9326
|
+
}, {
|
|
9327
|
+
"type" : "remote_area_by_weight_service_fee",
|
|
9328
|
+
"attributes" : [ ],
|
|
9329
|
+
"discriminator_value" : "remote_area_by_weight_service_fee"
|
|
9330
|
+
}, {
|
|
9331
|
+
"type" : "additional_handling_service_fee",
|
|
9332
|
+
"attributes" : [ ],
|
|
9333
|
+
"discriminator_value" : "additional_handling_service_fee"
|
|
9334
|
+
}, {
|
|
9335
|
+
"type" : "large_package_service_fee",
|
|
9336
|
+
"attributes" : [ ],
|
|
9337
|
+
"discriminator_value" : "large_package_service_fee"
|
|
9338
|
+
}, {
|
|
9339
|
+
"type" : "security_service_fee",
|
|
9340
|
+
"attributes" : [ ],
|
|
9341
|
+
"discriminator_value" : "security_service_fee"
|
|
9342
|
+
}, {
|
|
9343
|
+
"type" : "fixed_ddp_service_fee",
|
|
9344
|
+
"attributes" : [ ],
|
|
9345
|
+
"discriminator_value" : "fixed_ddp_service_fee"
|
|
9346
|
+
}, {
|
|
9347
|
+
"type" : "fixed_currency_conversion_service_fee",
|
|
9348
|
+
"attributes" : [ ],
|
|
9349
|
+
"discriminator_value" : "fixed_currency_conversion_service_fee"
|
|
9350
|
+
}, {
|
|
9351
|
+
"type" : "eei_filing_service_fee",
|
|
9352
|
+
"attributes" : [ ],
|
|
9353
|
+
"discriminator_value" : "eei_filing_service_fee"
|
|
9261
9354
|
} ],
|
|
9262
9355
|
"attributes" : [ ],
|
|
9263
9356
|
"interfaces" : [ ],
|
|
@@ -10342,6 +10435,54 @@
|
|
|
10342
10435
|
} ],
|
|
10343
10436
|
"attributes" : [ ],
|
|
10344
10437
|
"interfaces" : [ ]
|
|
10438
|
+
}, {
|
|
10439
|
+
"name" : "additional_handling_service_fee",
|
|
10440
|
+
"plural" : "additional_handling_service_fees",
|
|
10441
|
+
"fields" : [ {
|
|
10442
|
+
"name" : "length_girth_threshold",
|
|
10443
|
+
"type" : "decimal",
|
|
10444
|
+
"required" : false,
|
|
10445
|
+
"attributes" : [ ],
|
|
10446
|
+
"annotations" : [ ]
|
|
10447
|
+
}, {
|
|
10448
|
+
"name" : "length_threshold",
|
|
10449
|
+
"type" : "decimal",
|
|
10450
|
+
"required" : false,
|
|
10451
|
+
"attributes" : [ ],
|
|
10452
|
+
"annotations" : [ ]
|
|
10453
|
+
}, {
|
|
10454
|
+
"name" : "width_threshold",
|
|
10455
|
+
"type" : "decimal",
|
|
10456
|
+
"required" : false,
|
|
10457
|
+
"attributes" : [ ],
|
|
10458
|
+
"annotations" : [ ]
|
|
10459
|
+
}, {
|
|
10460
|
+
"name" : "dimensional_unit",
|
|
10461
|
+
"type" : "unit_of_measurement",
|
|
10462
|
+
"required" : false,
|
|
10463
|
+
"attributes" : [ ],
|
|
10464
|
+
"annotations" : [ ]
|
|
10465
|
+
}, {
|
|
10466
|
+
"name" : "weight_threshold",
|
|
10467
|
+
"type" : "decimal",
|
|
10468
|
+
"required" : false,
|
|
10469
|
+
"attributes" : [ ],
|
|
10470
|
+
"annotations" : [ ]
|
|
10471
|
+
}, {
|
|
10472
|
+
"name" : "weight_unit",
|
|
10473
|
+
"type" : "unit_of_measurement",
|
|
10474
|
+
"required" : false,
|
|
10475
|
+
"attributes" : [ ],
|
|
10476
|
+
"annotations" : [ ]
|
|
10477
|
+
}, {
|
|
10478
|
+
"name" : "amount",
|
|
10479
|
+
"type" : "money",
|
|
10480
|
+
"required" : true,
|
|
10481
|
+
"attributes" : [ ],
|
|
10482
|
+
"annotations" : [ ]
|
|
10483
|
+
} ],
|
|
10484
|
+
"attributes" : [ ],
|
|
10485
|
+
"interfaces" : [ ]
|
|
10345
10486
|
}, {
|
|
10346
10487
|
"name" : "additional_services_requested",
|
|
10347
10488
|
"plural" : "additional_services_requesteds",
|
|
@@ -21812,6 +21953,36 @@
|
|
|
21812
21953
|
} ],
|
|
21813
21954
|
"attributes" : [ ],
|
|
21814
21955
|
"interfaces" : [ ]
|
|
21956
|
+
}, {
|
|
21957
|
+
"name" : "eei_filing_ratecard_fee",
|
|
21958
|
+
"plural" : "eei_filing_ratecard_fees",
|
|
21959
|
+
"fields" : [ {
|
|
21960
|
+
"name" : "amount",
|
|
21961
|
+
"type" : "money",
|
|
21962
|
+
"required" : true,
|
|
21963
|
+
"attributes" : [ ],
|
|
21964
|
+
"annotations" : [ ]
|
|
21965
|
+
} ],
|
|
21966
|
+
"attributes" : [ ],
|
|
21967
|
+
"interfaces" : [ ]
|
|
21968
|
+
}, {
|
|
21969
|
+
"name" : "eei_filing_service_fee",
|
|
21970
|
+
"plural" : "eei_filing_service_fees",
|
|
21971
|
+
"fields" : [ {
|
|
21972
|
+
"name" : "amount",
|
|
21973
|
+
"type" : "money",
|
|
21974
|
+
"required" : true,
|
|
21975
|
+
"attributes" : [ ],
|
|
21976
|
+
"annotations" : [ ]
|
|
21977
|
+
}, {
|
|
21978
|
+
"name" : "value_threshold",
|
|
21979
|
+
"type" : "money",
|
|
21980
|
+
"required" : true,
|
|
21981
|
+
"attributes" : [ ],
|
|
21982
|
+
"annotations" : [ ]
|
|
21983
|
+
} ],
|
|
21984
|
+
"attributes" : [ ],
|
|
21985
|
+
"interfaces" : [ ]
|
|
21815
21986
|
}, {
|
|
21816
21987
|
"name" : "email_abandoned_order_promotion",
|
|
21817
21988
|
"plural" : "email_abandoned_order_promotions",
|
|
@@ -23987,6 +24158,76 @@
|
|
|
23987
24158
|
"attributes" : [ ],
|
|
23988
24159
|
"interfaces" : [ ],
|
|
23989
24160
|
"description" : "Indicates a field is required if it is presented in the user interface"
|
|
24161
|
+
}, {
|
|
24162
|
+
"name" : "fixed_currency_conversion_ratecard_fee",
|
|
24163
|
+
"plural" : "fixed_currency_conversion_ratecard_fees",
|
|
24164
|
+
"fields" : [ {
|
|
24165
|
+
"name" : "amount",
|
|
24166
|
+
"type" : "money",
|
|
24167
|
+
"required" : true,
|
|
24168
|
+
"attributes" : [ ],
|
|
24169
|
+
"annotations" : [ ]
|
|
24170
|
+
} ],
|
|
24171
|
+
"attributes" : [ ],
|
|
24172
|
+
"interfaces" : [ ]
|
|
24173
|
+
}, {
|
|
24174
|
+
"name" : "fixed_currency_conversion_service_fee",
|
|
24175
|
+
"plural" : "fixed_currency_conversion_service_fees",
|
|
24176
|
+
"fields" : [ {
|
|
24177
|
+
"name" : "conditions",
|
|
24178
|
+
"type" : "[fixed_fee_condition]",
|
|
24179
|
+
"required" : true,
|
|
24180
|
+
"attributes" : [ ],
|
|
24181
|
+
"annotations" : [ ],
|
|
24182
|
+
"description" : "List of conditions, the first condition which matches is applied"
|
|
24183
|
+
} ],
|
|
24184
|
+
"attributes" : [ ],
|
|
24185
|
+
"interfaces" : [ ]
|
|
24186
|
+
}, {
|
|
24187
|
+
"name" : "fixed_ddp_ratecard_fee",
|
|
24188
|
+
"plural" : "fixed_ddp_ratecard_fees",
|
|
24189
|
+
"fields" : [ {
|
|
24190
|
+
"name" : "amount",
|
|
24191
|
+
"type" : "money",
|
|
24192
|
+
"required" : true,
|
|
24193
|
+
"attributes" : [ ],
|
|
24194
|
+
"annotations" : [ ]
|
|
24195
|
+
} ],
|
|
24196
|
+
"attributes" : [ ],
|
|
24197
|
+
"interfaces" : [ ]
|
|
24198
|
+
}, {
|
|
24199
|
+
"name" : "fixed_ddp_service_fee",
|
|
24200
|
+
"plural" : "fixed_ddp_service_fees",
|
|
24201
|
+
"fields" : [ {
|
|
24202
|
+
"name" : "conditions",
|
|
24203
|
+
"type" : "[fixed_fee_condition]",
|
|
24204
|
+
"required" : true,
|
|
24205
|
+
"attributes" : [ ],
|
|
24206
|
+
"annotations" : [ ],
|
|
24207
|
+
"description" : "List of conditions, the first condition which matches is applied"
|
|
24208
|
+
} ],
|
|
24209
|
+
"attributes" : [ ],
|
|
24210
|
+
"interfaces" : [ ]
|
|
24211
|
+
}, {
|
|
24212
|
+
"name" : "fixed_fee_condition",
|
|
24213
|
+
"plural" : "fixed_fee_conditions",
|
|
24214
|
+
"fields" : [ {
|
|
24215
|
+
"name" : "countries",
|
|
24216
|
+
"type" : "[string]",
|
|
24217
|
+
"required" : true,
|
|
24218
|
+
"attributes" : [ ],
|
|
24219
|
+
"annotations" : [ ],
|
|
24220
|
+
"description" : "List of ISO 3166-3 country codes to which this condition applies e.g. ['CAN', 'MEX']"
|
|
24221
|
+
}, {
|
|
24222
|
+
"name" : "amount",
|
|
24223
|
+
"type" : "money",
|
|
24224
|
+
"required" : true,
|
|
24225
|
+
"attributes" : [ ],
|
|
24226
|
+
"annotations" : [ ],
|
|
24227
|
+
"description" : "Money amount to be applied if this condition applies"
|
|
24228
|
+
} ],
|
|
24229
|
+
"attributes" : [ ],
|
|
24230
|
+
"interfaces" : [ ]
|
|
23990
24231
|
}, {
|
|
23991
24232
|
"name" : "flat_rate",
|
|
23992
24233
|
"plural" : "flat_rates",
|
|
@@ -29409,6 +29650,42 @@
|
|
|
29409
29650
|
"attributes" : [ ],
|
|
29410
29651
|
"interfaces" : [ ],
|
|
29411
29652
|
"description" : "ISO 639 2-character language code. See https://api.flow.io/reference/languages"
|
|
29653
|
+
}, {
|
|
29654
|
+
"name" : "large_package_service_fee",
|
|
29655
|
+
"plural" : "large_package_service_fees",
|
|
29656
|
+
"fields" : [ {
|
|
29657
|
+
"name" : "length_girth_threshold",
|
|
29658
|
+
"type" : "decimal",
|
|
29659
|
+
"required" : false,
|
|
29660
|
+
"attributes" : [ ],
|
|
29661
|
+
"annotations" : [ ]
|
|
29662
|
+
}, {
|
|
29663
|
+
"name" : "dimensional_unit",
|
|
29664
|
+
"type" : "unit_of_measurement",
|
|
29665
|
+
"required" : false,
|
|
29666
|
+
"attributes" : [ ],
|
|
29667
|
+
"annotations" : [ ]
|
|
29668
|
+
}, {
|
|
29669
|
+
"name" : "weight_threshold",
|
|
29670
|
+
"type" : "decimal",
|
|
29671
|
+
"required" : false,
|
|
29672
|
+
"attributes" : [ ],
|
|
29673
|
+
"annotations" : [ ]
|
|
29674
|
+
}, {
|
|
29675
|
+
"name" : "weight_unit",
|
|
29676
|
+
"type" : "unit_of_measurement",
|
|
29677
|
+
"required" : false,
|
|
29678
|
+
"attributes" : [ ],
|
|
29679
|
+
"annotations" : [ ]
|
|
29680
|
+
}, {
|
|
29681
|
+
"name" : "amount",
|
|
29682
|
+
"type" : "money",
|
|
29683
|
+
"required" : true,
|
|
29684
|
+
"attributes" : [ ],
|
|
29685
|
+
"annotations" : [ ]
|
|
29686
|
+
} ],
|
|
29687
|
+
"attributes" : [ ],
|
|
29688
|
+
"interfaces" : [ ]
|
|
29412
29689
|
}, {
|
|
29413
29690
|
"name" : "line",
|
|
29414
29691
|
"plural" : "lines",
|
|
@@ -31007,6 +31284,19 @@
|
|
|
31007
31284
|
"attributes" : [ ],
|
|
31008
31285
|
"interfaces" : [ ],
|
|
31009
31286
|
"description" : "The merchant is deactivated by partner"
|
|
31287
|
+
}, {
|
|
31288
|
+
"name" : "merchant_disabled",
|
|
31289
|
+
"plural" : "merchant_disableds",
|
|
31290
|
+
"fields" : [ {
|
|
31291
|
+
"name" : "reason",
|
|
31292
|
+
"type" : "merchant_disabled_reason",
|
|
31293
|
+
"required" : true,
|
|
31294
|
+
"attributes" : [ ],
|
|
31295
|
+
"annotations" : [ ]
|
|
31296
|
+
} ],
|
|
31297
|
+
"attributes" : [ ],
|
|
31298
|
+
"interfaces" : [ ],
|
|
31299
|
+
"description" : "The merchant is disabled. Their API token is no longer working."
|
|
31010
31300
|
}, {
|
|
31011
31301
|
"name" : "merchant_gift_card_balance",
|
|
31012
31302
|
"plural" : "merchant_gift_card_balances",
|
|
@@ -45025,6 +45315,24 @@
|
|
|
45025
45315
|
} ],
|
|
45026
45316
|
"attributes" : [ ],
|
|
45027
45317
|
"interfaces" : [ ]
|
|
45318
|
+
}, {
|
|
45319
|
+
"name" : "remote_area_by_weight_service_fee",
|
|
45320
|
+
"plural" : "remote_area_by_weight_service_fees",
|
|
45321
|
+
"fields" : [ {
|
|
45322
|
+
"name" : "amount",
|
|
45323
|
+
"type" : "money",
|
|
45324
|
+
"required" : true,
|
|
45325
|
+
"attributes" : [ ],
|
|
45326
|
+
"annotations" : [ ]
|
|
45327
|
+
}, {
|
|
45328
|
+
"name" : "weight_unit",
|
|
45329
|
+
"type" : "unit_of_measurement",
|
|
45330
|
+
"required" : true,
|
|
45331
|
+
"attributes" : [ ],
|
|
45332
|
+
"annotations" : [ ]
|
|
45333
|
+
} ],
|
|
45334
|
+
"attributes" : [ ],
|
|
45335
|
+
"interfaces" : [ ]
|
|
45028
45336
|
}, {
|
|
45029
45337
|
"name" : "remote_area_ratecard_fee",
|
|
45030
45338
|
"plural" : "remote_area_ratecard_fees",
|
|
@@ -46531,6 +46839,37 @@
|
|
|
46531
46839
|
} ],
|
|
46532
46840
|
"attributes" : [ ],
|
|
46533
46841
|
"interfaces" : [ ]
|
|
46842
|
+
}, {
|
|
46843
|
+
"name" : "security_ratecard_fee",
|
|
46844
|
+
"plural" : "security_ratecard_fees",
|
|
46845
|
+
"fields" : [ {
|
|
46846
|
+
"name" : "amount",
|
|
46847
|
+
"type" : "money",
|
|
46848
|
+
"required" : true,
|
|
46849
|
+
"attributes" : [ ],
|
|
46850
|
+
"annotations" : [ ]
|
|
46851
|
+
} ],
|
|
46852
|
+
"attributes" : [ ],
|
|
46853
|
+
"interfaces" : [ ]
|
|
46854
|
+
}, {
|
|
46855
|
+
"name" : "security_service_fee",
|
|
46856
|
+
"plural" : "security_service_fees",
|
|
46857
|
+
"fields" : [ {
|
|
46858
|
+
"name" : "amount",
|
|
46859
|
+
"type" : "money",
|
|
46860
|
+
"required" : true,
|
|
46861
|
+
"attributes" : [ ],
|
|
46862
|
+
"annotations" : [ ]
|
|
46863
|
+
}, {
|
|
46864
|
+
"name" : "countries",
|
|
46865
|
+
"type" : "[string]",
|
|
46866
|
+
"required" : true,
|
|
46867
|
+
"attributes" : [ ],
|
|
46868
|
+
"annotations" : [ ],
|
|
46869
|
+
"description" : "The ISO 3166-3 country code"
|
|
46870
|
+
} ],
|
|
46871
|
+
"attributes" : [ ],
|
|
46872
|
+
"interfaces" : [ ]
|
|
46534
46873
|
}, {
|
|
46535
46874
|
"name" : "select_issuer_option_action_details",
|
|
46536
46875
|
"plural" : "select_issuer_option_action_detailses",
|
|
@@ -90228,6 +90567,7 @@
|
|
|
90228
90567
|
"attributes" : [ ]
|
|
90229
90568
|
} ],
|
|
90230
90569
|
"attributes" : [ ],
|
|
90570
|
+
"description" : "Update your business details.\n Common errors:\n- **EIN [{ein}] must be 9 digits**: The EIN provided should contains only 9 digits, no other character is accepted\n- **{field} cannot be blank**: the field has to at least contains some text\n*There might be other messages check them for details*",
|
|
90231
90571
|
"body" : {
|
|
90232
90572
|
"type" : "know_your_business_form",
|
|
90233
90573
|
"attributes" : [ ]
|
|
@@ -93421,6 +93761,113 @@
|
|
|
93421
93761
|
"type" : "payment_request",
|
|
93422
93762
|
"plural" : "payment_requests",
|
|
93423
93763
|
"operations" : [ {
|
|
93764
|
+
"method" : "GET",
|
|
93765
|
+
"path" : "/:organization/payment/requests",
|
|
93766
|
+
"parameters" : [ {
|
|
93767
|
+
"name" : "organization",
|
|
93768
|
+
"type" : "string",
|
|
93769
|
+
"location" : "Path",
|
|
93770
|
+
"required" : true,
|
|
93771
|
+
"description" : "Refers to your organization's account identifier"
|
|
93772
|
+
}, {
|
|
93773
|
+
"name" : "id",
|
|
93774
|
+
"type" : "[string]",
|
|
93775
|
+
"location" : "Query",
|
|
93776
|
+
"required" : false,
|
|
93777
|
+
"description" : "Filter by one or more IDs of this resource",
|
|
93778
|
+
"maximum" : 100
|
|
93779
|
+
}, {
|
|
93780
|
+
"name" : "since",
|
|
93781
|
+
"type" : "date-time-iso8601",
|
|
93782
|
+
"location" : "Query",
|
|
93783
|
+
"required" : false,
|
|
93784
|
+
"description" : "Retrieve payment requests created after this date and time"
|
|
93785
|
+
}, {
|
|
93786
|
+
"name" : "until",
|
|
93787
|
+
"type" : "date-time-iso8601",
|
|
93788
|
+
"location" : "Query",
|
|
93789
|
+
"required" : false,
|
|
93790
|
+
"description" : "Retrieve payment requests created before this date and time"
|
|
93791
|
+
}, {
|
|
93792
|
+
"name" : "updated_since",
|
|
93793
|
+
"type" : "date-time-iso8601",
|
|
93794
|
+
"location" : "Query",
|
|
93795
|
+
"required" : false,
|
|
93796
|
+
"description" : "Retrieve payment requests updated after this date and time"
|
|
93797
|
+
}, {
|
|
93798
|
+
"name" : "updated_until",
|
|
93799
|
+
"type" : "date-time-iso8601",
|
|
93800
|
+
"location" : "Query",
|
|
93801
|
+
"required" : false,
|
|
93802
|
+
"description" : "Retrieve payment requests updated before this date and time"
|
|
93803
|
+
}, {
|
|
93804
|
+
"name" : "limit",
|
|
93805
|
+
"type" : "long",
|
|
93806
|
+
"location" : "Query",
|
|
93807
|
+
"required" : true,
|
|
93808
|
+
"description" : "The maximum number of results to return",
|
|
93809
|
+
"default" : "25",
|
|
93810
|
+
"minimum" : 1,
|
|
93811
|
+
"maximum" : 100
|
|
93812
|
+
}, {
|
|
93813
|
+
"name" : "offset",
|
|
93814
|
+
"type" : "long",
|
|
93815
|
+
"location" : "Query",
|
|
93816
|
+
"required" : true,
|
|
93817
|
+
"description" : "The number of results to skip before returning results",
|
|
93818
|
+
"default" : "0",
|
|
93819
|
+
"minimum" : 0
|
|
93820
|
+
}, {
|
|
93821
|
+
"name" : "sort",
|
|
93822
|
+
"type" : "string",
|
|
93823
|
+
"location" : "Query",
|
|
93824
|
+
"required" : true,
|
|
93825
|
+
"default" : "-created_at"
|
|
93826
|
+
} ],
|
|
93827
|
+
"responses" : [ {
|
|
93828
|
+
"code" : {
|
|
93829
|
+
"integer" : {
|
|
93830
|
+
"value" : 200
|
|
93831
|
+
}
|
|
93832
|
+
},
|
|
93833
|
+
"type" : "[payment_request]",
|
|
93834
|
+
"description" : "Successful response",
|
|
93835
|
+
"attributes" : [ ]
|
|
93836
|
+
}, {
|
|
93837
|
+
"code" : {
|
|
93838
|
+
"integer" : {
|
|
93839
|
+
"value" : 401
|
|
93840
|
+
}
|
|
93841
|
+
},
|
|
93842
|
+
"type" : "unit",
|
|
93843
|
+
"description" : "Authorization failed",
|
|
93844
|
+
"attributes" : [ ]
|
|
93845
|
+
}, {
|
|
93846
|
+
"code" : {
|
|
93847
|
+
"integer" : {
|
|
93848
|
+
"value" : 422
|
|
93849
|
+
}
|
|
93850
|
+
},
|
|
93851
|
+
"type" : "generic_error",
|
|
93852
|
+
"description" : "One or more errors were found with the data sent in the request. The body of the response contains specific details on what data failed validation.",
|
|
93853
|
+
"attributes" : [ ]
|
|
93854
|
+
} ],
|
|
93855
|
+
"attributes" : [ {
|
|
93856
|
+
"name" : "sort",
|
|
93857
|
+
"value" : {
|
|
93858
|
+
"values" : [ {
|
|
93859
|
+
"value" : "created_at"
|
|
93860
|
+
}, {
|
|
93861
|
+
"value" : "updated_at"
|
|
93862
|
+
} ]
|
|
93863
|
+
}
|
|
93864
|
+
}, {
|
|
93865
|
+
"name" : "linter",
|
|
93866
|
+
"value" : {
|
|
93867
|
+
"ignore" : [ "versions" ]
|
|
93868
|
+
}
|
|
93869
|
+
} ]
|
|
93870
|
+
}, {
|
|
93424
93871
|
"method" : "POST",
|
|
93425
93872
|
"path" : "/:organization/payment/requests",
|
|
93426
93873
|
"parameters" : [ {
|