@flowio/api-mock-generator 6.17.40 → 6.17.42
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 +2114 -641
- package/package.json +2 -2
- package/src/api.json +2114 -641
package/src/api.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"key" : "api"
|
|
11
11
|
},
|
|
12
12
|
"namespace" : "io.flow.v0",
|
|
13
|
-
"version" : "0.17.
|
|
13
|
+
"version" : "0.17.14",
|
|
14
14
|
"info" : {
|
|
15
15
|
"license" : {
|
|
16
16
|
"name" : "MIT",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"application" : {
|
|
32
32
|
"key" : "apple-pay"
|
|
33
33
|
},
|
|
34
|
-
"version" : "0.3.
|
|
34
|
+
"version" : "0.3.4",
|
|
35
35
|
"enums" : [ "apple_pay_contact_field", "apple_pay_line_item_type", "apple_pay_merchant_capability", "apple_pay_shipping_type", "apple_pay_supported_networks" ],
|
|
36
36
|
"interfaces" : [ ],
|
|
37
37
|
"unions" : [ ],
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"application" : {
|
|
47
47
|
"key" : "google-pay"
|
|
48
48
|
},
|
|
49
|
-
"version" : "0.3.
|
|
49
|
+
"version" : "0.3.4",
|
|
50
50
|
"enums" : [ "auth_method", "billing_address_format", "card_gateway", "card_network", "payment_method_type", "tokenization_type", "total_price_status" ],
|
|
51
51
|
"interfaces" : [ ],
|
|
52
52
|
"unions" : [ "payment_method_token" ],
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"application" : {
|
|
62
62
|
"key" : "shopify-external"
|
|
63
63
|
},
|
|
64
|
-
"version" : "0.3.
|
|
64
|
+
"version" : "0.3.4",
|
|
65
65
|
"enums" : [ "cancel_reason", "discount_status", "discount_type", "discrepancy_reason", "event", "financial_status_type", "format", "fulfillment_service", "fulfillment_status_type", "inventory_behaviour", "inventory_management", "inventory_policy", "kind_type", "localized_price", "order_status_type", "price_rule_allocation_method", "price_rule_customer_selection", "price_rule_target_selection", "price_rule_target_type", "price_rule_value_type", "published_scope", "restock_type", "shopify_customer_state", "shopify_discount_pagination_direction", "shopify_gift_card_status", "shopify_processing_method_type", "shopify_transaction_error_code", "shopify_transaction_status", "topic", "value_type", "weight_unit" ],
|
|
66
66
|
"interfaces" : [ ],
|
|
67
67
|
"unions" : [ ],
|
|
@@ -174,14 +174,6 @@
|
|
|
174
174
|
} ],
|
|
175
175
|
"attributes" : [ ],
|
|
176
176
|
"description" : "The aggregate function to be applied"
|
|
177
|
-
}, {
|
|
178
|
-
"name" : "attachment_type",
|
|
179
|
-
"plural" : "attachment_types",
|
|
180
|
-
"values" : [ {
|
|
181
|
-
"name" : "csv",
|
|
182
|
-
"attributes" : [ ]
|
|
183
|
-
} ],
|
|
184
|
-
"attributes" : [ ]
|
|
185
177
|
}, {
|
|
186
178
|
"name" : "attribute_data_type",
|
|
187
179
|
"plural" : "attribute_data_types",
|
|
@@ -1203,6 +1195,9 @@
|
|
|
1203
1195
|
"name" : "event_type",
|
|
1204
1196
|
"plural" : "event_types",
|
|
1205
1197
|
"values" : [ {
|
|
1198
|
+
"name" : "test_upserted",
|
|
1199
|
+
"attributes" : [ ]
|
|
1200
|
+
}, {
|
|
1206
1201
|
"name" : "transaction_upserted",
|
|
1207
1202
|
"attributes" : [ ]
|
|
1208
1203
|
}, {
|
|
@@ -3455,6 +3450,80 @@
|
|
|
3455
3450
|
} ],
|
|
3456
3451
|
"attributes" : [ ],
|
|
3457
3452
|
"description" : "The payment method type defines at a high level different user experiences that are required to accept payment of this type. By enabling a payment method type, you are specifying that you have completed the integration and all payment methods of this type become available for offer to your users."
|
|
3453
|
+
}, {
|
|
3454
|
+
"name" : "payment_request_review_check_status",
|
|
3455
|
+
"plural" : "payment_request_review_check_statuses",
|
|
3456
|
+
"values" : [ {
|
|
3457
|
+
"name" : "passed",
|
|
3458
|
+
"attributes" : [ ],
|
|
3459
|
+
"description" : "The check has passed."
|
|
3460
|
+
}, {
|
|
3461
|
+
"name" : "failed",
|
|
3462
|
+
"attributes" : [ ],
|
|
3463
|
+
"description" : "The check has failed."
|
|
3464
|
+
} ],
|
|
3465
|
+
"attributes" : [ ],
|
|
3466
|
+
"description" : "The status of a payment check."
|
|
3467
|
+
}, {
|
|
3468
|
+
"name" : "payment_request_review_check_type",
|
|
3469
|
+
"plural" : "payment_request_review_check_types",
|
|
3470
|
+
"values" : [ {
|
|
3471
|
+
"name" : "restricted_party_screening",
|
|
3472
|
+
"attributes" : [ ],
|
|
3473
|
+
"description" : "The customer is on the restricted party list."
|
|
3474
|
+
}, {
|
|
3475
|
+
"name" : "fraud_suspicious_behavior",
|
|
3476
|
+
"attributes" : [ ],
|
|
3477
|
+
"description" : "Suspicious behavior such as irregular behavioral data signals."
|
|
3478
|
+
}, {
|
|
3479
|
+
"name" : "fraud_suspicious_past_activity",
|
|
3480
|
+
"attributes" : [ ],
|
|
3481
|
+
"description" : "The customer is associated with past suspicious behavior on the partner network. For example, association with a past chargeback at your store or another merchant in our partner network, suspicious use of payment methods, shipping addresses, etc."
|
|
3482
|
+
}, {
|
|
3483
|
+
"name" : "fraud_risky_velocity",
|
|
3484
|
+
"attributes" : [ ],
|
|
3485
|
+
"description" : "The purchase frequency or amount are unusually high given previous reputation, and is a high risk of fraud."
|
|
3486
|
+
}, {
|
|
3487
|
+
"name" : "fraud_previous_chargebacks",
|
|
3488
|
+
"attributes" : [ ],
|
|
3489
|
+
"description" : "Previous transactions on the account have received fraud chargebacks."
|
|
3490
|
+
}, {
|
|
3491
|
+
"name" : "order_restricted_goods",
|
|
3492
|
+
"attributes" : [ ],
|
|
3493
|
+
"description" : "The order contains restricted goods."
|
|
3494
|
+
}, {
|
|
3495
|
+
"name" : "order_unsupported_destination",
|
|
3496
|
+
"attributes" : [ ],
|
|
3497
|
+
"description" : "The destination is not supported."
|
|
3498
|
+
}, {
|
|
3499
|
+
"name" : "order_missing_information",
|
|
3500
|
+
"attributes" : [ ],
|
|
3501
|
+
"description" : "The order is missing information."
|
|
3502
|
+
}, {
|
|
3503
|
+
"name" : "order_domestic",
|
|
3504
|
+
"attributes" : [ ],
|
|
3505
|
+
"description" : "The order is a domestic order."
|
|
3506
|
+
} ],
|
|
3507
|
+
"attributes" : [ ],
|
|
3508
|
+
"description" : "The type of check that was performed."
|
|
3509
|
+
}, {
|
|
3510
|
+
"name" : "payment_request_review_status",
|
|
3511
|
+
"plural" : "payment_request_review_statuses",
|
|
3512
|
+
"values" : [ {
|
|
3513
|
+
"name" : "pending",
|
|
3514
|
+
"attributes" : [ ],
|
|
3515
|
+
"description" : "The payment request is pending review."
|
|
3516
|
+
}, {
|
|
3517
|
+
"name" : "approved",
|
|
3518
|
+
"attributes" : [ ],
|
|
3519
|
+
"description" : "The payment request has been approved."
|
|
3520
|
+
}, {
|
|
3521
|
+
"name" : "rejected",
|
|
3522
|
+
"attributes" : [ ],
|
|
3523
|
+
"description" : "The payment request has been rejected."
|
|
3524
|
+
} ],
|
|
3525
|
+
"attributes" : [ ],
|
|
3526
|
+
"description" : "The status of the payment request review."
|
|
3458
3527
|
}, {
|
|
3459
3528
|
"name" : "payment_source_confirmation_action_type",
|
|
3460
3529
|
"plural" : "payment_source_confirmation_action_types",
|
|
@@ -3552,25 +3621,25 @@
|
|
|
3552
3621
|
"attributes" : [ ],
|
|
3553
3622
|
"description" : "The payment method type."
|
|
3554
3623
|
}, {
|
|
3555
|
-
"name" : "
|
|
3556
|
-
"plural" : "
|
|
3624
|
+
"name" : "payout_attachment_type",
|
|
3625
|
+
"plural" : "payout_attachment_types",
|
|
3557
3626
|
"values" : [ {
|
|
3558
|
-
"name" : "
|
|
3559
|
-
"attributes" : [ ]
|
|
3560
|
-
}, {
|
|
3561
|
-
"name" : "sent",
|
|
3627
|
+
"name" : "transactions",
|
|
3562
3628
|
"attributes" : [ ]
|
|
3563
|
-
},
|
|
3564
|
-
|
|
3629
|
+
} ],
|
|
3630
|
+
"attributes" : [ ]
|
|
3631
|
+
}, {
|
|
3632
|
+
"name" : "payout_status_failure_code",
|
|
3633
|
+
"plural" : "payout_status_failure_codes",
|
|
3634
|
+
"values" : [ {
|
|
3635
|
+
"name" : "invalid_account_number",
|
|
3565
3636
|
"attributes" : [ ]
|
|
3566
3637
|
}, {
|
|
3567
|
-
"name" : "
|
|
3568
|
-
"attributes" : [ ]
|
|
3569
|
-
}, {
|
|
3570
|
-
"name" : "succeeded",
|
|
3638
|
+
"name" : "could_not_process",
|
|
3571
3639
|
"attributes" : [ ]
|
|
3572
3640
|
} ],
|
|
3573
|
-
"attributes" : [ ]
|
|
3641
|
+
"attributes" : [ ],
|
|
3642
|
+
"description" : "Modeled from stripe: https://stripe.com/docs/api/payouts/failures"
|
|
3574
3643
|
}, {
|
|
3575
3644
|
"name" : "permitted_http_method",
|
|
3576
3645
|
"plural" : "permitted_http_methods",
|
|
@@ -4281,6 +4350,14 @@
|
|
|
4281
4350
|
"attributes" : [ ]
|
|
4282
4351
|
} ],
|
|
4283
4352
|
"attributes" : [ ]
|
|
4353
|
+
}, {
|
|
4354
|
+
"name" : "statement_attachment_type",
|
|
4355
|
+
"plural" : "statement_attachment_types",
|
|
4356
|
+
"values" : [ {
|
|
4357
|
+
"name" : "csv",
|
|
4358
|
+
"attributes" : [ ]
|
|
4359
|
+
} ],
|
|
4360
|
+
"attributes" : [ ]
|
|
4284
4361
|
}, {
|
|
4285
4362
|
"name" : "strategy",
|
|
4286
4363
|
"plural" : "strategies",
|
|
@@ -5219,6 +5296,12 @@
|
|
|
5219
5296
|
"attributes" : [ ],
|
|
5220
5297
|
"annotations" : [ ],
|
|
5221
5298
|
"description" : "Globally unique identifier"
|
|
5299
|
+
}, {
|
|
5300
|
+
"name" : "key",
|
|
5301
|
+
"type" : "string",
|
|
5302
|
+
"required" : true,
|
|
5303
|
+
"attributes" : [ ],
|
|
5304
|
+
"annotations" : [ ]
|
|
5222
5305
|
}, {
|
|
5223
5306
|
"name" : "last4",
|
|
5224
5307
|
"type" : "string",
|
|
@@ -5435,6 +5518,144 @@
|
|
|
5435
5518
|
"description" : "Client's unique identifier for this object"
|
|
5436
5519
|
} ],
|
|
5437
5520
|
"attributes" : [ ]
|
|
5521
|
+
}, {
|
|
5522
|
+
"name" : "generic_statement",
|
|
5523
|
+
"plural" : "generic_statements",
|
|
5524
|
+
"fields" : [ {
|
|
5525
|
+
"name" : "id",
|
|
5526
|
+
"type" : "string",
|
|
5527
|
+
"required" : true,
|
|
5528
|
+
"attributes" : [ ],
|
|
5529
|
+
"annotations" : [ ],
|
|
5530
|
+
"description" : "Globally unique identifier"
|
|
5531
|
+
}, {
|
|
5532
|
+
"name" : "account",
|
|
5533
|
+
"type" : "account_reference",
|
|
5534
|
+
"required" : true,
|
|
5535
|
+
"attributes" : [ ],
|
|
5536
|
+
"annotations" : [ ]
|
|
5537
|
+
}, {
|
|
5538
|
+
"name" : "ending_balance",
|
|
5539
|
+
"type" : "decimal",
|
|
5540
|
+
"required" : true,
|
|
5541
|
+
"attributes" : [ ],
|
|
5542
|
+
"annotations" : [ ]
|
|
5543
|
+
}, {
|
|
5544
|
+
"name" : "settlement",
|
|
5545
|
+
"type" : "settlement",
|
|
5546
|
+
"required" : true,
|
|
5547
|
+
"attributes" : [ ],
|
|
5548
|
+
"annotations" : [ ]
|
|
5549
|
+
}, {
|
|
5550
|
+
"name" : "attachments",
|
|
5551
|
+
"type" : "[attachment]",
|
|
5552
|
+
"required" : true,
|
|
5553
|
+
"attributes" : [ ],
|
|
5554
|
+
"annotations" : [ ]
|
|
5555
|
+
}, {
|
|
5556
|
+
"name" : "created_at",
|
|
5557
|
+
"type" : "date-time-iso8601",
|
|
5558
|
+
"required" : true,
|
|
5559
|
+
"attributes" : [ ],
|
|
5560
|
+
"annotations" : [ ]
|
|
5561
|
+
} ],
|
|
5562
|
+
"attributes" : [ ]
|
|
5563
|
+
}, {
|
|
5564
|
+
"name" : "generic_transaction",
|
|
5565
|
+
"plural" : "generic_transactions",
|
|
5566
|
+
"fields" : [ {
|
|
5567
|
+
"name" : "id",
|
|
5568
|
+
"type" : "string",
|
|
5569
|
+
"required" : true,
|
|
5570
|
+
"attributes" : [ ],
|
|
5571
|
+
"annotations" : [ ],
|
|
5572
|
+
"description" : "Globally unique identifier"
|
|
5573
|
+
}, {
|
|
5574
|
+
"name" : "order",
|
|
5575
|
+
"type" : "billing_channel_order_summary",
|
|
5576
|
+
"required" : false,
|
|
5577
|
+
"attributes" : [ ],
|
|
5578
|
+
"annotations" : [ ]
|
|
5579
|
+
}, {
|
|
5580
|
+
"name" : "payment_request",
|
|
5581
|
+
"type" : "billing_channel_payment_request_reference",
|
|
5582
|
+
"required" : false,
|
|
5583
|
+
"attributes" : [ ],
|
|
5584
|
+
"annotations" : [ ]
|
|
5585
|
+
}, {
|
|
5586
|
+
"name" : "currency",
|
|
5587
|
+
"type" : "string",
|
|
5588
|
+
"required" : true,
|
|
5589
|
+
"attributes" : [ ],
|
|
5590
|
+
"annotations" : [ ]
|
|
5591
|
+
}, {
|
|
5592
|
+
"name" : "source",
|
|
5593
|
+
"type" : "transaction_source",
|
|
5594
|
+
"required" : true,
|
|
5595
|
+
"attributes" : [ ],
|
|
5596
|
+
"annotations" : [ ]
|
|
5597
|
+
}, {
|
|
5598
|
+
"name" : "parent",
|
|
5599
|
+
"type" : "parent_transaction_summary",
|
|
5600
|
+
"required" : false,
|
|
5601
|
+
"attributes" : [ ],
|
|
5602
|
+
"annotations" : [ ]
|
|
5603
|
+
}, {
|
|
5604
|
+
"name" : "gross",
|
|
5605
|
+
"type" : "decimal",
|
|
5606
|
+
"required" : true,
|
|
5607
|
+
"attributes" : [ ],
|
|
5608
|
+
"annotations" : [ ]
|
|
5609
|
+
}, {
|
|
5610
|
+
"name" : "fees",
|
|
5611
|
+
"type" : "[fee_deduction]",
|
|
5612
|
+
"required" : true,
|
|
5613
|
+
"attributes" : [ ],
|
|
5614
|
+
"annotations" : [ ],
|
|
5615
|
+
"default" : "[]"
|
|
5616
|
+
}, {
|
|
5617
|
+
"name" : "withholdings",
|
|
5618
|
+
"type" : "[withholding_deduction]",
|
|
5619
|
+
"required" : true,
|
|
5620
|
+
"attributes" : [ ],
|
|
5621
|
+
"annotations" : [ ],
|
|
5622
|
+
"default" : "[]"
|
|
5623
|
+
}, {
|
|
5624
|
+
"name" : "discounts",
|
|
5625
|
+
"type" : "[billing_discount]",
|
|
5626
|
+
"required" : true,
|
|
5627
|
+
"attributes" : [ ],
|
|
5628
|
+
"annotations" : [ ],
|
|
5629
|
+
"default" : "[]"
|
|
5630
|
+
}, {
|
|
5631
|
+
"name" : "net",
|
|
5632
|
+
"type" : "decimal",
|
|
5633
|
+
"required" : true,
|
|
5634
|
+
"attributes" : [ ],
|
|
5635
|
+
"annotations" : [ ],
|
|
5636
|
+
"description" : "net = gross -fees - withholdings"
|
|
5637
|
+
}, {
|
|
5638
|
+
"name" : "identifiers",
|
|
5639
|
+
"type" : "map[string]",
|
|
5640
|
+
"required" : true,
|
|
5641
|
+
"attributes" : [ ],
|
|
5642
|
+
"annotations" : [ ],
|
|
5643
|
+
"description" : "We serialize any transaction level identifiers as key/value pairs here",
|
|
5644
|
+
"default" : "{}"
|
|
5645
|
+
}, {
|
|
5646
|
+
"name" : "created_at",
|
|
5647
|
+
"type" : "date-time-iso8601",
|
|
5648
|
+
"required" : true,
|
|
5649
|
+
"attributes" : [ ],
|
|
5650
|
+
"annotations" : [ ]
|
|
5651
|
+
}, {
|
|
5652
|
+
"name" : "updated_at",
|
|
5653
|
+
"type" : "date-time-iso8601",
|
|
5654
|
+
"required" : true,
|
|
5655
|
+
"attributes" : [ ],
|
|
5656
|
+
"annotations" : [ ]
|
|
5657
|
+
} ],
|
|
5658
|
+
"attributes" : [ ]
|
|
5438
5659
|
}, {
|
|
5439
5660
|
"name" : "id_reference",
|
|
5440
5661
|
"plural" : "id_references",
|
|
@@ -5574,6 +5795,78 @@
|
|
|
5574
5795
|
"annotations" : [ ]
|
|
5575
5796
|
} ],
|
|
5576
5797
|
"attributes" : [ ]
|
|
5798
|
+
}, {
|
|
5799
|
+
"name" : "payout",
|
|
5800
|
+
"plural" : "payouts",
|
|
5801
|
+
"fields" : [ {
|
|
5802
|
+
"name" : "id",
|
|
5803
|
+
"type" : "string",
|
|
5804
|
+
"required" : true,
|
|
5805
|
+
"attributes" : [ ],
|
|
5806
|
+
"annotations" : [ ],
|
|
5807
|
+
"description" : "Globally unique identifier"
|
|
5808
|
+
}, {
|
|
5809
|
+
"name" : "account",
|
|
5810
|
+
"type" : "account_reference",
|
|
5811
|
+
"required" : true,
|
|
5812
|
+
"attributes" : [ ],
|
|
5813
|
+
"annotations" : [ ]
|
|
5814
|
+
}, {
|
|
5815
|
+
"name" : "status",
|
|
5816
|
+
"type" : "payout_status",
|
|
5817
|
+
"required" : true,
|
|
5818
|
+
"attributes" : [ ],
|
|
5819
|
+
"annotations" : [ ]
|
|
5820
|
+
}, {
|
|
5821
|
+
"name" : "bank_account",
|
|
5822
|
+
"type" : "bank_account_summary",
|
|
5823
|
+
"required" : false,
|
|
5824
|
+
"attributes" : [ ],
|
|
5825
|
+
"annotations" : [ ],
|
|
5826
|
+
"description" : "The bank account to which we sent this payout if known"
|
|
5827
|
+
}, {
|
|
5828
|
+
"name" : "amount",
|
|
5829
|
+
"type" : "decimal",
|
|
5830
|
+
"required" : true,
|
|
5831
|
+
"attributes" : [ ],
|
|
5832
|
+
"annotations" : [ ]
|
|
5833
|
+
}, {
|
|
5834
|
+
"name" : "attachments",
|
|
5835
|
+
"type" : "[payout_attachment]",
|
|
5836
|
+
"required" : true,
|
|
5837
|
+
"attributes" : [ ],
|
|
5838
|
+
"annotations" : [ ]
|
|
5839
|
+
}, {
|
|
5840
|
+
"name" : "created_at",
|
|
5841
|
+
"type" : "date-time-iso8601",
|
|
5842
|
+
"required" : true,
|
|
5843
|
+
"attributes" : [ ],
|
|
5844
|
+
"annotations" : [ ]
|
|
5845
|
+
}, {
|
|
5846
|
+
"name" : "updated_at",
|
|
5847
|
+
"type" : "date-time-iso8601",
|
|
5848
|
+
"required" : true,
|
|
5849
|
+
"attributes" : [ ],
|
|
5850
|
+
"annotations" : [ ]
|
|
5851
|
+
} ],
|
|
5852
|
+
"attributes" : [ ]
|
|
5853
|
+
}, {
|
|
5854
|
+
"name" : "payout_interface",
|
|
5855
|
+
"plural" : "payout_interfaces",
|
|
5856
|
+
"fields" : [ {
|
|
5857
|
+
"name" : "status",
|
|
5858
|
+
"type" : "payout_status",
|
|
5859
|
+
"required" : true,
|
|
5860
|
+
"attributes" : [ ],
|
|
5861
|
+
"annotations" : [ ]
|
|
5862
|
+
}, {
|
|
5863
|
+
"name" : "amount",
|
|
5864
|
+
"type" : "decimal",
|
|
5865
|
+
"required" : true,
|
|
5866
|
+
"attributes" : [ ],
|
|
5867
|
+
"annotations" : [ ]
|
|
5868
|
+
} ],
|
|
5869
|
+
"attributes" : [ ]
|
|
5577
5870
|
}, {
|
|
5578
5871
|
"name" : "ratecard_estimate",
|
|
5579
5872
|
"plural" : "ratecard_estimates",
|
|
@@ -5608,48 +5901,6 @@
|
|
|
5608
5901
|
"description" : "Items included in the package, if available."
|
|
5609
5902
|
} ],
|
|
5610
5903
|
"attributes" : [ ]
|
|
5611
|
-
}, {
|
|
5612
|
-
"name" : "statement_interface",
|
|
5613
|
-
"plural" : "statement_interfaces",
|
|
5614
|
-
"fields" : [ {
|
|
5615
|
-
"name" : "id",
|
|
5616
|
-
"type" : "string",
|
|
5617
|
-
"required" : true,
|
|
5618
|
-
"attributes" : [ ],
|
|
5619
|
-
"annotations" : [ ],
|
|
5620
|
-
"description" : "Globally unique identifier"
|
|
5621
|
-
}, {
|
|
5622
|
-
"name" : "account",
|
|
5623
|
-
"type" : "account_reference",
|
|
5624
|
-
"required" : true,
|
|
5625
|
-
"attributes" : [ ],
|
|
5626
|
-
"annotations" : [ ]
|
|
5627
|
-
}, {
|
|
5628
|
-
"name" : "ending_balance",
|
|
5629
|
-
"type" : "decimal",
|
|
5630
|
-
"required" : true,
|
|
5631
|
-
"attributes" : [ ],
|
|
5632
|
-
"annotations" : [ ]
|
|
5633
|
-
}, {
|
|
5634
|
-
"name" : "settlement",
|
|
5635
|
-
"type" : "settlement",
|
|
5636
|
-
"required" : true,
|
|
5637
|
-
"attributes" : [ ],
|
|
5638
|
-
"annotations" : [ ]
|
|
5639
|
-
}, {
|
|
5640
|
-
"name" : "attachments",
|
|
5641
|
-
"type" : "[attachment]",
|
|
5642
|
-
"required" : true,
|
|
5643
|
-
"attributes" : [ ],
|
|
5644
|
-
"annotations" : [ ]
|
|
5645
|
-
}, {
|
|
5646
|
-
"name" : "created_at",
|
|
5647
|
-
"type" : "date-time-iso8601",
|
|
5648
|
-
"required" : true,
|
|
5649
|
-
"attributes" : [ ],
|
|
5650
|
-
"annotations" : [ ]
|
|
5651
|
-
} ],
|
|
5652
|
-
"attributes" : [ ]
|
|
5653
5904
|
}, {
|
|
5654
5905
|
"name" : "sync_pending_record_interface",
|
|
5655
5906
|
"plural" : "sync_pending_record_interfaces",
|
|
@@ -5762,108 +6013,6 @@
|
|
|
5762
6013
|
"annotations" : [ ]
|
|
5763
6014
|
} ],
|
|
5764
6015
|
"attributes" : [ ]
|
|
5765
|
-
}, {
|
|
5766
|
-
"name" : "transaction_interface",
|
|
5767
|
-
"plural" : "transaction_interfaces",
|
|
5768
|
-
"fields" : [ {
|
|
5769
|
-
"name" : "id",
|
|
5770
|
-
"type" : "string",
|
|
5771
|
-
"required" : true,
|
|
5772
|
-
"attributes" : [ ],
|
|
5773
|
-
"annotations" : [ ],
|
|
5774
|
-
"description" : "Globally unique identifier"
|
|
5775
|
-
}, {
|
|
5776
|
-
"name" : "order",
|
|
5777
|
-
"type" : "billing_channel_order_summary",
|
|
5778
|
-
"required" : false,
|
|
5779
|
-
"attributes" : [ ],
|
|
5780
|
-
"annotations" : [ ]
|
|
5781
|
-
}, {
|
|
5782
|
-
"name" : "statement",
|
|
5783
|
-
"type" : "billing_channel_statement_reference",
|
|
5784
|
-
"required" : false,
|
|
5785
|
-
"attributes" : [ ],
|
|
5786
|
-
"annotations" : [ ]
|
|
5787
|
-
}, {
|
|
5788
|
-
"name" : "payment_request",
|
|
5789
|
-
"type" : "billing_channel_payment_request_reference",
|
|
5790
|
-
"required" : false,
|
|
5791
|
-
"attributes" : [ ],
|
|
5792
|
-
"annotations" : [ ]
|
|
5793
|
-
}, {
|
|
5794
|
-
"name" : "currency",
|
|
5795
|
-
"type" : "string",
|
|
5796
|
-
"required" : true,
|
|
5797
|
-
"attributes" : [ ],
|
|
5798
|
-
"annotations" : [ ]
|
|
5799
|
-
}, {
|
|
5800
|
-
"name" : "source",
|
|
5801
|
-
"type" : "transaction_source",
|
|
5802
|
-
"required" : true,
|
|
5803
|
-
"attributes" : [ ],
|
|
5804
|
-
"annotations" : [ ]
|
|
5805
|
-
}, {
|
|
5806
|
-
"name" : "gross",
|
|
5807
|
-
"type" : "decimal",
|
|
5808
|
-
"required" : true,
|
|
5809
|
-
"attributes" : [ ],
|
|
5810
|
-
"annotations" : [ ]
|
|
5811
|
-
}, {
|
|
5812
|
-
"name" : "fees",
|
|
5813
|
-
"type" : "[fee_deduction]",
|
|
5814
|
-
"required" : true,
|
|
5815
|
-
"attributes" : [ ],
|
|
5816
|
-
"annotations" : [ ],
|
|
5817
|
-
"default" : "[]"
|
|
5818
|
-
}, {
|
|
5819
|
-
"name" : "withholdings",
|
|
5820
|
-
"type" : "[withholding_deduction]",
|
|
5821
|
-
"required" : true,
|
|
5822
|
-
"attributes" : [ ],
|
|
5823
|
-
"annotations" : [ ],
|
|
5824
|
-
"default" : "[]"
|
|
5825
|
-
}, {
|
|
5826
|
-
"name" : "discounts",
|
|
5827
|
-
"type" : "[billing_discount]",
|
|
5828
|
-
"required" : true,
|
|
5829
|
-
"attributes" : [ ],
|
|
5830
|
-
"annotations" : [ ],
|
|
5831
|
-
"default" : "[]"
|
|
5832
|
-
}, {
|
|
5833
|
-
"name" : "net",
|
|
5834
|
-
"type" : "decimal",
|
|
5835
|
-
"required" : true,
|
|
5836
|
-
"attributes" : [ ],
|
|
5837
|
-
"annotations" : [ ],
|
|
5838
|
-
"description" : "net = gross -fees - withholdings"
|
|
5839
|
-
}, {
|
|
5840
|
-
"name" : "identifiers",
|
|
5841
|
-
"type" : "map[string]",
|
|
5842
|
-
"required" : true,
|
|
5843
|
-
"attributes" : [ ],
|
|
5844
|
-
"annotations" : [ ],
|
|
5845
|
-
"description" : "We serialize any transaction level identifiers as key/value pairs here",
|
|
5846
|
-
"default" : "{}"
|
|
5847
|
-
}, {
|
|
5848
|
-
"name" : "created_at",
|
|
5849
|
-
"type" : "date-time-iso8601",
|
|
5850
|
-
"required" : true,
|
|
5851
|
-
"attributes" : [ ],
|
|
5852
|
-
"annotations" : [ ]
|
|
5853
|
-
} ],
|
|
5854
|
-
"attributes" : [ ]
|
|
5855
|
-
}, {
|
|
5856
|
-
"name" : "transaction_source_interface",
|
|
5857
|
-
"plural" : "transaction_source_interfaces",
|
|
5858
|
-
"fields" : [ {
|
|
5859
|
-
"name" : "id",
|
|
5860
|
-
"type" : "string",
|
|
5861
|
-
"required" : true,
|
|
5862
|
-
"attributes" : [ ],
|
|
5863
|
-
"annotations" : [ ],
|
|
5864
|
-
"description" : "Globally unique identifier"
|
|
5865
|
-
} ],
|
|
5866
|
-
"attributes" : [ ]
|
|
5867
6016
|
} ],
|
|
5868
6017
|
"unions" : [ {
|
|
5869
6018
|
"name" : "abandoned_order_promotion_details",
|
|
@@ -6105,6 +6254,10 @@
|
|
|
6105
6254
|
"type" : "threeds_challenge_action_details",
|
|
6106
6255
|
"attributes" : [ ],
|
|
6107
6256
|
"discriminator_value" : "threeds_challenge_action_details"
|
|
6257
|
+
}, {
|
|
6258
|
+
"type" : "applepay_sdk_authorization_result_action_details",
|
|
6259
|
+
"attributes" : [ ],
|
|
6260
|
+
"discriminator_value" : "applepay_sdk_authorization_result_action_details"
|
|
6108
6261
|
}, {
|
|
6109
6262
|
"type" : "klarna_sdk_authorization_result_action_details",
|
|
6110
6263
|
"attributes" : [ ],
|
|
@@ -6367,6 +6520,10 @@
|
|
|
6367
6520
|
"name" : "event",
|
|
6368
6521
|
"plural" : "events",
|
|
6369
6522
|
"types" : [ {
|
|
6523
|
+
"type" : "test_upserted",
|
|
6524
|
+
"attributes" : [ ],
|
|
6525
|
+
"discriminator_value" : "test_upserted"
|
|
6526
|
+
}, {
|
|
6370
6527
|
"type" : "transaction_upserted",
|
|
6371
6528
|
"attributes" : [ ],
|
|
6372
6529
|
"discriminator_value" : "transaction_upserted"
|
|
@@ -8003,6 +8160,28 @@
|
|
|
8003
8160
|
"attributes" : [ ],
|
|
8004
8161
|
"interfaces" : [ ],
|
|
8005
8162
|
"discriminator" : "discriminator"
|
|
8163
|
+
}, {
|
|
8164
|
+
"name" : "payout_status",
|
|
8165
|
+
"plural" : "payout_statuses",
|
|
8166
|
+
"types" : [ {
|
|
8167
|
+
"type" : "payout_status_scheduled",
|
|
8168
|
+
"attributes" : [ ],
|
|
8169
|
+
"default" : false,
|
|
8170
|
+
"discriminator_value" : "scheduled"
|
|
8171
|
+
}, {
|
|
8172
|
+
"type" : "payout_status_sent",
|
|
8173
|
+
"attributes" : [ ],
|
|
8174
|
+
"default" : false,
|
|
8175
|
+
"discriminator_value" : "sent"
|
|
8176
|
+
}, {
|
|
8177
|
+
"type" : "payout_status_failed",
|
|
8178
|
+
"attributes" : [ ],
|
|
8179
|
+
"default" : false,
|
|
8180
|
+
"discriminator_value" : "failed"
|
|
8181
|
+
} ],
|
|
8182
|
+
"attributes" : [ ],
|
|
8183
|
+
"interfaces" : [ ],
|
|
8184
|
+
"discriminator" : "code"
|
|
8006
8185
|
}, {
|
|
8007
8186
|
"name" : "price_source",
|
|
8008
8187
|
"plural" : "price_sources",
|
|
@@ -8310,12 +8489,12 @@
|
|
|
8310
8489
|
"name" : "settlement",
|
|
8311
8490
|
"plural" : "settlements",
|
|
8312
8491
|
"types" : [ {
|
|
8313
|
-
"type" : "
|
|
8492
|
+
"type" : "settlement_no_payout",
|
|
8314
8493
|
"attributes" : [ ],
|
|
8315
8494
|
"default" : false,
|
|
8316
8495
|
"discriminator_value" : "no_payout"
|
|
8317
8496
|
}, {
|
|
8318
|
-
"type" : "
|
|
8497
|
+
"type" : "settlement_payout",
|
|
8319
8498
|
"attributes" : [ ],
|
|
8320
8499
|
"default" : false,
|
|
8321
8500
|
"discriminator_value" : "payout"
|
|
@@ -10393,6 +10572,25 @@
|
|
|
10393
10572
|
} ],
|
|
10394
10573
|
"attributes" : [ ],
|
|
10395
10574
|
"interfaces" : [ ]
|
|
10575
|
+
}, {
|
|
10576
|
+
"name" : "applepay_sdk_authorization_result_action_details",
|
|
10577
|
+
"plural" : "applepay_sdk_authorization_result_action_detailses",
|
|
10578
|
+
"fields" : [ {
|
|
10579
|
+
"name" : "merchant_identifier",
|
|
10580
|
+
"type" : "string",
|
|
10581
|
+
"required" : true,
|
|
10582
|
+
"attributes" : [ ],
|
|
10583
|
+
"annotations" : [ ]
|
|
10584
|
+
}, {
|
|
10585
|
+
"name" : "payment_data_request",
|
|
10586
|
+
"type" : "object",
|
|
10587
|
+
"required" : true,
|
|
10588
|
+
"attributes" : [ ],
|
|
10589
|
+
"annotations" : [ ]
|
|
10590
|
+
} ],
|
|
10591
|
+
"attributes" : [ ],
|
|
10592
|
+
"interfaces" : [ ],
|
|
10593
|
+
"description" : "Provides details for Apple Pay authorizations."
|
|
10396
10594
|
}, {
|
|
10397
10595
|
"name" : "at_cost",
|
|
10398
10596
|
"plural" : "at_costs",
|
|
@@ -10411,7 +10609,7 @@
|
|
|
10411
10609
|
"plural" : "attachments",
|
|
10412
10610
|
"fields" : [ {
|
|
10413
10611
|
"name" : "type",
|
|
10414
|
-
"type" : "
|
|
10612
|
+
"type" : "statement_attachment_type",
|
|
10415
10613
|
"required" : true,
|
|
10416
10614
|
"attributes" : [ ],
|
|
10417
10615
|
"annotations" : [ ]
|
|
@@ -11846,13 +12044,6 @@
|
|
|
11846
12044
|
"name" : "bank_account_form",
|
|
11847
12045
|
"plural" : "bank_account_forms",
|
|
11848
12046
|
"fields" : [ {
|
|
11849
|
-
"name" : "last4",
|
|
11850
|
-
"type" : "string",
|
|
11851
|
-
"required" : true,
|
|
11852
|
-
"attributes" : [ ],
|
|
11853
|
-
"annotations" : [ ],
|
|
11854
|
-
"description" : "The last four digits of the bank account number"
|
|
11855
|
-
}, {
|
|
11856
12047
|
"name" : "info",
|
|
11857
12048
|
"type" : "bank_account_info",
|
|
11858
12049
|
"required" : true,
|
|
@@ -11892,6 +12083,18 @@
|
|
|
11892
12083
|
} ],
|
|
11893
12084
|
"attributes" : [ ],
|
|
11894
12085
|
"interfaces" : [ ]
|
|
12086
|
+
}, {
|
|
12087
|
+
"name" : "bank_account_summary",
|
|
12088
|
+
"plural" : "bank_account_summaries",
|
|
12089
|
+
"fields" : [ {
|
|
12090
|
+
"name" : "last4",
|
|
12091
|
+
"type" : "string",
|
|
12092
|
+
"required" : true,
|
|
12093
|
+
"attributes" : [ ],
|
|
12094
|
+
"annotations" : [ ]
|
|
12095
|
+
} ],
|
|
12096
|
+
"attributes" : [ ],
|
|
12097
|
+
"interfaces" : [ ]
|
|
11895
12098
|
}, {
|
|
11896
12099
|
"name" : "behavior_audit",
|
|
11897
12100
|
"plural" : "behavior_audits",
|
|
@@ -14432,6 +14635,31 @@
|
|
|
14432
14635
|
} ],
|
|
14433
14636
|
"attributes" : [ ],
|
|
14434
14637
|
"interfaces" : [ ]
|
|
14638
|
+
}, {
|
|
14639
|
+
"name" : "channel_bank_account",
|
|
14640
|
+
"plural" : "channel_bank_accounts",
|
|
14641
|
+
"fields" : [ {
|
|
14642
|
+
"name" : "id",
|
|
14643
|
+
"type" : "string",
|
|
14644
|
+
"required" : true,
|
|
14645
|
+
"attributes" : [ ],
|
|
14646
|
+
"annotations" : [ ],
|
|
14647
|
+
"description" : "Globally unique identifier"
|
|
14648
|
+
}, {
|
|
14649
|
+
"name" : "key",
|
|
14650
|
+
"type" : "string",
|
|
14651
|
+
"required" : true,
|
|
14652
|
+
"attributes" : [ ],
|
|
14653
|
+
"annotations" : [ ]
|
|
14654
|
+
}, {
|
|
14655
|
+
"name" : "last4",
|
|
14656
|
+
"type" : "string",
|
|
14657
|
+
"required" : true,
|
|
14658
|
+
"attributes" : [ ],
|
|
14659
|
+
"annotations" : [ ]
|
|
14660
|
+
} ],
|
|
14661
|
+
"attributes" : [ ],
|
|
14662
|
+
"interfaces" : [ "bank_account" ]
|
|
14435
14663
|
}, {
|
|
14436
14664
|
"name" : "channel_currency",
|
|
14437
14665
|
"plural" : "channel_currencies",
|
|
@@ -14515,6 +14743,25 @@
|
|
|
14515
14743
|
} ],
|
|
14516
14744
|
"attributes" : [ ],
|
|
14517
14745
|
"interfaces" : [ ]
|
|
14746
|
+
}, {
|
|
14747
|
+
"name" : "channel_default_bank_account",
|
|
14748
|
+
"plural" : "channel_default_bank_accounts",
|
|
14749
|
+
"fields" : [ {
|
|
14750
|
+
"name" : "id",
|
|
14751
|
+
"type" : "string",
|
|
14752
|
+
"required" : true,
|
|
14753
|
+
"attributes" : [ ],
|
|
14754
|
+
"annotations" : [ ],
|
|
14755
|
+
"description" : "Globally unique identifier"
|
|
14756
|
+
}, {
|
|
14757
|
+
"name" : "bank_account",
|
|
14758
|
+
"type" : "bank_account_reference",
|
|
14759
|
+
"required" : true,
|
|
14760
|
+
"attributes" : [ ],
|
|
14761
|
+
"annotations" : [ ]
|
|
14762
|
+
} ],
|
|
14763
|
+
"attributes" : [ ],
|
|
14764
|
+
"interfaces" : [ "default_bank_account" ]
|
|
14518
14765
|
}, {
|
|
14519
14766
|
"name" : "channel_deleted",
|
|
14520
14767
|
"plural" : "channel_deleteds",
|
|
@@ -14747,6 +14994,62 @@
|
|
|
14747
14994
|
} ],
|
|
14748
14995
|
"attributes" : [ ],
|
|
14749
14996
|
"interfaces" : [ ]
|
|
14997
|
+
}, {
|
|
14998
|
+
"name" : "channel_payout",
|
|
14999
|
+
"plural" : "channel_payouts",
|
|
15000
|
+
"fields" : [ {
|
|
15001
|
+
"name" : "id",
|
|
15002
|
+
"type" : "string",
|
|
15003
|
+
"required" : true,
|
|
15004
|
+
"attributes" : [ ],
|
|
15005
|
+
"annotations" : [ ],
|
|
15006
|
+
"description" : "Globally unique identifier"
|
|
15007
|
+
}, {
|
|
15008
|
+
"name" : "account",
|
|
15009
|
+
"type" : "account_reference",
|
|
15010
|
+
"required" : true,
|
|
15011
|
+
"attributes" : [ ],
|
|
15012
|
+
"annotations" : [ ]
|
|
15013
|
+
}, {
|
|
15014
|
+
"name" : "status",
|
|
15015
|
+
"type" : "payout_status",
|
|
15016
|
+
"required" : true,
|
|
15017
|
+
"attributes" : [ ],
|
|
15018
|
+
"annotations" : [ ]
|
|
15019
|
+
}, {
|
|
15020
|
+
"name" : "bank_account",
|
|
15021
|
+
"type" : "bank_account_summary",
|
|
15022
|
+
"required" : false,
|
|
15023
|
+
"attributes" : [ ],
|
|
15024
|
+
"annotations" : [ ],
|
|
15025
|
+
"description" : "The bank account to which we sent this payout if known"
|
|
15026
|
+
}, {
|
|
15027
|
+
"name" : "amount",
|
|
15028
|
+
"type" : "decimal",
|
|
15029
|
+
"required" : true,
|
|
15030
|
+
"attributes" : [ ],
|
|
15031
|
+
"annotations" : [ ]
|
|
15032
|
+
}, {
|
|
15033
|
+
"name" : "attachments",
|
|
15034
|
+
"type" : "[payout_attachment]",
|
|
15035
|
+
"required" : true,
|
|
15036
|
+
"attributes" : [ ],
|
|
15037
|
+
"annotations" : [ ]
|
|
15038
|
+
}, {
|
|
15039
|
+
"name" : "created_at",
|
|
15040
|
+
"type" : "date-time-iso8601",
|
|
15041
|
+
"required" : true,
|
|
15042
|
+
"attributes" : [ ],
|
|
15043
|
+
"annotations" : [ ]
|
|
15044
|
+
}, {
|
|
15045
|
+
"name" : "updated_at",
|
|
15046
|
+
"type" : "date-time-iso8601",
|
|
15047
|
+
"required" : true,
|
|
15048
|
+
"attributes" : [ ],
|
|
15049
|
+
"annotations" : [ ]
|
|
15050
|
+
} ],
|
|
15051
|
+
"attributes" : [ ],
|
|
15052
|
+
"interfaces" : [ "payout_interface", "payout" ]
|
|
14750
15053
|
}, {
|
|
14751
15054
|
"name" : "channel_rate",
|
|
14752
15055
|
"plural" : "channel_rates",
|
|
@@ -14814,7 +15117,7 @@
|
|
|
14814
15117
|
"annotations" : [ ]
|
|
14815
15118
|
} ],
|
|
14816
15119
|
"attributes" : [ ],
|
|
14817
|
-
"interfaces" : [ "
|
|
15120
|
+
"interfaces" : [ "generic_statement" ]
|
|
14818
15121
|
}, {
|
|
14819
15122
|
"name" : "channel_statement_deleted",
|
|
14820
15123
|
"plural" : "channel_statement_deleteds",
|
|
@@ -14977,6 +15280,12 @@
|
|
|
14977
15280
|
"name" : "channel_transaction",
|
|
14978
15281
|
"plural" : "channel_transactions",
|
|
14979
15282
|
"fields" : [ {
|
|
15283
|
+
"name" : "statement",
|
|
15284
|
+
"type" : "billing_channel_statement_reference",
|
|
15285
|
+
"required" : false,
|
|
15286
|
+
"attributes" : [ ],
|
|
15287
|
+
"annotations" : [ ]
|
|
15288
|
+
}, {
|
|
14980
15289
|
"name" : "id",
|
|
14981
15290
|
"type" : "string",
|
|
14982
15291
|
"required" : true,
|
|
@@ -14989,12 +15298,6 @@
|
|
|
14989
15298
|
"required" : false,
|
|
14990
15299
|
"attributes" : [ ],
|
|
14991
15300
|
"annotations" : [ ]
|
|
14992
|
-
}, {
|
|
14993
|
-
"name" : "statement",
|
|
14994
|
-
"type" : "billing_channel_statement_reference",
|
|
14995
|
-
"required" : false,
|
|
14996
|
-
"attributes" : [ ],
|
|
14997
|
-
"annotations" : [ ]
|
|
14998
15301
|
}, {
|
|
14999
15302
|
"name" : "payment_request",
|
|
15000
15303
|
"type" : "billing_channel_payment_request_reference",
|
|
@@ -15013,6 +15316,12 @@
|
|
|
15013
15316
|
"required" : true,
|
|
15014
15317
|
"attributes" : [ ],
|
|
15015
15318
|
"annotations" : [ ]
|
|
15319
|
+
}, {
|
|
15320
|
+
"name" : "parent",
|
|
15321
|
+
"type" : "parent_transaction_summary",
|
|
15322
|
+
"required" : false,
|
|
15323
|
+
"attributes" : [ ],
|
|
15324
|
+
"annotations" : [ ]
|
|
15016
15325
|
}, {
|
|
15017
15326
|
"name" : "gross",
|
|
15018
15327
|
"type" : "decimal",
|
|
@@ -15061,9 +15370,15 @@
|
|
|
15061
15370
|
"required" : true,
|
|
15062
15371
|
"attributes" : [ ],
|
|
15063
15372
|
"annotations" : [ ]
|
|
15373
|
+
}, {
|
|
15374
|
+
"name" : "updated_at",
|
|
15375
|
+
"type" : "date-time-iso8601",
|
|
15376
|
+
"required" : true,
|
|
15377
|
+
"attributes" : [ ],
|
|
15378
|
+
"annotations" : [ ]
|
|
15064
15379
|
} ],
|
|
15065
15380
|
"attributes" : [ ],
|
|
15066
|
-
"interfaces" : [ "
|
|
15381
|
+
"interfaces" : [ "generic_transaction" ]
|
|
15067
15382
|
}, {
|
|
15068
15383
|
"name" : "channel_transaction_deleted",
|
|
15069
15384
|
"plural" : "channel_transaction_deleteds",
|
|
@@ -29356,19 +29671,6 @@
|
|
|
29356
29671
|
} ],
|
|
29357
29672
|
"attributes" : [ ],
|
|
29358
29673
|
"interfaces" : [ ]
|
|
29359
|
-
}, {
|
|
29360
|
-
"name" : "no_payout",
|
|
29361
|
-
"plural" : "no_payouts",
|
|
29362
|
-
"fields" : [ {
|
|
29363
|
-
"name" : "placeholder",
|
|
29364
|
-
"type" : "string",
|
|
29365
|
-
"required" : false,
|
|
29366
|
-
"attributes" : [ ],
|
|
29367
|
-
"annotations" : [ ]
|
|
29368
|
-
} ],
|
|
29369
|
-
"attributes" : [ ],
|
|
29370
|
-
"interfaces" : [ ],
|
|
29371
|
-
"description" : "This model indicates that a statement is generated with no funds due to the merchant"
|
|
29372
29674
|
}, {
|
|
29373
29675
|
"name" : "notification_deleted_v2",
|
|
29374
29676
|
"plural" : "notification_deleted_v2s",
|
|
@@ -33460,6 +33762,12 @@
|
|
|
33460
33762
|
"attributes" : [ ],
|
|
33461
33763
|
"annotations" : [ ],
|
|
33462
33764
|
"description" : "Globally unique identifier"
|
|
33765
|
+
}, {
|
|
33766
|
+
"name" : "key",
|
|
33767
|
+
"type" : "string",
|
|
33768
|
+
"required" : true,
|
|
33769
|
+
"attributes" : [ ],
|
|
33770
|
+
"annotations" : [ ]
|
|
33463
33771
|
}, {
|
|
33464
33772
|
"name" : "last4",
|
|
33465
33773
|
"type" : "string",
|
|
@@ -33852,6 +34160,62 @@
|
|
|
33852
34160
|
} ],
|
|
33853
34161
|
"attributes" : [ ],
|
|
33854
34162
|
"interfaces" : [ ]
|
|
34163
|
+
}, {
|
|
34164
|
+
"name" : "organization_payout",
|
|
34165
|
+
"plural" : "organization_payouts",
|
|
34166
|
+
"fields" : [ {
|
|
34167
|
+
"name" : "id",
|
|
34168
|
+
"type" : "string",
|
|
34169
|
+
"required" : true,
|
|
34170
|
+
"attributes" : [ ],
|
|
34171
|
+
"annotations" : [ ],
|
|
34172
|
+
"description" : "Globally unique identifier"
|
|
34173
|
+
}, {
|
|
34174
|
+
"name" : "account",
|
|
34175
|
+
"type" : "account_reference",
|
|
34176
|
+
"required" : true,
|
|
34177
|
+
"attributes" : [ ],
|
|
34178
|
+
"annotations" : [ ]
|
|
34179
|
+
}, {
|
|
34180
|
+
"name" : "status",
|
|
34181
|
+
"type" : "payout_status",
|
|
34182
|
+
"required" : true,
|
|
34183
|
+
"attributes" : [ ],
|
|
34184
|
+
"annotations" : [ ]
|
|
34185
|
+
}, {
|
|
34186
|
+
"name" : "bank_account",
|
|
34187
|
+
"type" : "bank_account_summary",
|
|
34188
|
+
"required" : false,
|
|
34189
|
+
"attributes" : [ ],
|
|
34190
|
+
"annotations" : [ ],
|
|
34191
|
+
"description" : "The bank account to which we sent this payout if known"
|
|
34192
|
+
}, {
|
|
34193
|
+
"name" : "amount",
|
|
34194
|
+
"type" : "decimal",
|
|
34195
|
+
"required" : true,
|
|
34196
|
+
"attributes" : [ ],
|
|
34197
|
+
"annotations" : [ ]
|
|
34198
|
+
}, {
|
|
34199
|
+
"name" : "attachments",
|
|
34200
|
+
"type" : "[payout_attachment]",
|
|
34201
|
+
"required" : true,
|
|
34202
|
+
"attributes" : [ ],
|
|
34203
|
+
"annotations" : [ ]
|
|
34204
|
+
}, {
|
|
34205
|
+
"name" : "created_at",
|
|
34206
|
+
"type" : "date-time-iso8601",
|
|
34207
|
+
"required" : true,
|
|
34208
|
+
"attributes" : [ ],
|
|
34209
|
+
"annotations" : [ ]
|
|
34210
|
+
}, {
|
|
34211
|
+
"name" : "updated_at",
|
|
34212
|
+
"type" : "date-time-iso8601",
|
|
34213
|
+
"required" : true,
|
|
34214
|
+
"attributes" : [ ],
|
|
34215
|
+
"annotations" : [ ]
|
|
34216
|
+
} ],
|
|
34217
|
+
"attributes" : [ ],
|
|
34218
|
+
"interfaces" : [ "payout_interface", "payout" ]
|
|
33855
34219
|
}, {
|
|
33856
34220
|
"name" : "organization_put_form",
|
|
33857
34221
|
"plural" : "organization_put_forms",
|
|
@@ -34599,6 +34963,25 @@
|
|
|
34599
34963
|
"attributes" : [ ],
|
|
34600
34964
|
"interfaces" : [ ],
|
|
34601
34965
|
"description" : "Represents packaging available to ship items"
|
|
34966
|
+
}, {
|
|
34967
|
+
"name" : "parent_transaction_summary",
|
|
34968
|
+
"plural" : "parent_transaction_summaries",
|
|
34969
|
+
"fields" : [ {
|
|
34970
|
+
"name" : "id",
|
|
34971
|
+
"type" : "string",
|
|
34972
|
+
"required" : true,
|
|
34973
|
+
"attributes" : [ ],
|
|
34974
|
+
"annotations" : [ ],
|
|
34975
|
+
"description" : "Globally unique identifier"
|
|
34976
|
+
}, {
|
|
34977
|
+
"name" : "source",
|
|
34978
|
+
"type" : "transaction_source",
|
|
34979
|
+
"required" : true,
|
|
34980
|
+
"attributes" : [ ],
|
|
34981
|
+
"annotations" : [ ]
|
|
34982
|
+
} ],
|
|
34983
|
+
"attributes" : [ ],
|
|
34984
|
+
"interfaces" : [ ]
|
|
34602
34985
|
}, {
|
|
34603
34986
|
"name" : "partner_center",
|
|
34604
34987
|
"plural" : "partner_centers",
|
|
@@ -36782,6 +37165,13 @@
|
|
|
36782
37165
|
"annotations" : [ ],
|
|
36783
37166
|
"description" : "What capture option will be used to capture payment. See `payment_capture_option` for more details on each option.",
|
|
36784
37167
|
"example" : "0"
|
|
37168
|
+
}, {
|
|
37169
|
+
"name" : "review",
|
|
37170
|
+
"type" : "payment_request_review",
|
|
37171
|
+
"required" : false,
|
|
37172
|
+
"attributes" : [ ],
|
|
37173
|
+
"annotations" : [ ],
|
|
37174
|
+
"description" : "The result of the checks run against an order and its payment"
|
|
36785
37175
|
} ],
|
|
36786
37176
|
"attributes" : [ ],
|
|
36787
37177
|
"interfaces" : [ ]
|
|
@@ -36962,6 +37352,44 @@
|
|
|
36962
37352
|
} ],
|
|
36963
37353
|
"attributes" : [ ],
|
|
36964
37354
|
"interfaces" : [ ]
|
|
37355
|
+
}, {
|
|
37356
|
+
"name" : "payment_request_review",
|
|
37357
|
+
"plural" : "payment_request_reviews",
|
|
37358
|
+
"fields" : [ {
|
|
37359
|
+
"name" : "status",
|
|
37360
|
+
"type" : "payment_request_review_status",
|
|
37361
|
+
"required" : true,
|
|
37362
|
+
"attributes" : [ ],
|
|
37363
|
+
"annotations" : [ ],
|
|
37364
|
+
"description" : "The overall status of the review."
|
|
37365
|
+
}, {
|
|
37366
|
+
"name" : "checks",
|
|
37367
|
+
"type" : "[payment_request_review_check]",
|
|
37368
|
+
"required" : true,
|
|
37369
|
+
"attributes" : [ ],
|
|
37370
|
+
"annotations" : [ ],
|
|
37371
|
+
"description" : "The list of checks for this review."
|
|
37372
|
+
} ],
|
|
37373
|
+
"attributes" : [ ],
|
|
37374
|
+
"interfaces" : [ ]
|
|
37375
|
+
}, {
|
|
37376
|
+
"name" : "payment_request_review_check",
|
|
37377
|
+
"plural" : "payment_request_review_checks",
|
|
37378
|
+
"fields" : [ {
|
|
37379
|
+
"name" : "type",
|
|
37380
|
+
"type" : "payment_request_review_check_type",
|
|
37381
|
+
"required" : true,
|
|
37382
|
+
"attributes" : [ ],
|
|
37383
|
+
"annotations" : [ ]
|
|
37384
|
+
}, {
|
|
37385
|
+
"name" : "status",
|
|
37386
|
+
"type" : "payment_request_review_check_status",
|
|
37387
|
+
"required" : true,
|
|
37388
|
+
"attributes" : [ ],
|
|
37389
|
+
"annotations" : [ ]
|
|
37390
|
+
} ],
|
|
37391
|
+
"attributes" : [ ],
|
|
37392
|
+
"interfaces" : [ ]
|
|
36965
37393
|
}, {
|
|
36966
37394
|
"name" : "payment_request_upserted",
|
|
36967
37395
|
"plural" : "payment_request_upserteds",
|
|
@@ -37186,23 +37614,47 @@
|
|
|
37186
37614
|
"attributes" : [ ],
|
|
37187
37615
|
"interfaces" : [ ]
|
|
37188
37616
|
}, {
|
|
37189
|
-
"name" : "
|
|
37190
|
-
"plural" : "
|
|
37617
|
+
"name" : "payout_attachment",
|
|
37618
|
+
"plural" : "payout_attachments",
|
|
37191
37619
|
"fields" : [ {
|
|
37192
|
-
"name" : "
|
|
37193
|
-
"type" : "
|
|
37620
|
+
"name" : "type",
|
|
37621
|
+
"type" : "payout_attachment_type",
|
|
37194
37622
|
"required" : true,
|
|
37195
37623
|
"attributes" : [ ],
|
|
37196
37624
|
"annotations" : [ ]
|
|
37197
37625
|
}, {
|
|
37198
|
-
"name" : "
|
|
37199
|
-
"type" : "
|
|
37626
|
+
"name" : "url",
|
|
37627
|
+
"type" : "string",
|
|
37200
37628
|
"required" : true,
|
|
37201
37629
|
"attributes" : [ ],
|
|
37202
37630
|
"annotations" : [ ]
|
|
37203
|
-
},
|
|
37204
|
-
|
|
37631
|
+
} ],
|
|
37632
|
+
"attributes" : [ ],
|
|
37633
|
+
"interfaces" : [ ]
|
|
37634
|
+
}, {
|
|
37635
|
+
"name" : "payout_status_failed",
|
|
37636
|
+
"plural" : "payout_status_faileds",
|
|
37637
|
+
"fields" : [ {
|
|
37638
|
+
"name" : "timestamp",
|
|
37205
37639
|
"type" : "date-time-iso8601",
|
|
37640
|
+
"required" : true,
|
|
37641
|
+
"attributes" : [ ],
|
|
37642
|
+
"annotations" : [ ]
|
|
37643
|
+
}, {
|
|
37644
|
+
"name" : "reason",
|
|
37645
|
+
"type" : "payout_status_failure_code",
|
|
37646
|
+
"required" : true,
|
|
37647
|
+
"attributes" : [ ],
|
|
37648
|
+
"annotations" : [ ]
|
|
37649
|
+
} ],
|
|
37650
|
+
"attributes" : [ ],
|
|
37651
|
+
"interfaces" : [ ]
|
|
37652
|
+
}, {
|
|
37653
|
+
"name" : "payout_status_scheduled",
|
|
37654
|
+
"plural" : "payout_status_scheduleds",
|
|
37655
|
+
"fields" : [ {
|
|
37656
|
+
"name" : "placeholder",
|
|
37657
|
+
"type" : "string",
|
|
37206
37658
|
"required" : false,
|
|
37207
37659
|
"attributes" : [ ],
|
|
37208
37660
|
"annotations" : [ ]
|
|
@@ -37210,23 +37662,115 @@
|
|
|
37210
37662
|
"attributes" : [ ],
|
|
37211
37663
|
"interfaces" : [ ]
|
|
37212
37664
|
}, {
|
|
37213
|
-
"name" : "
|
|
37214
|
-
"plural" : "
|
|
37665
|
+
"name" : "payout_status_sent",
|
|
37666
|
+
"plural" : "payout_status_sents",
|
|
37215
37667
|
"fields" : [ {
|
|
37216
|
-
"name" : "
|
|
37217
|
-
"type" : "
|
|
37668
|
+
"name" : "timestamp",
|
|
37669
|
+
"type" : "date-time-iso8601",
|
|
37218
37670
|
"required" : true,
|
|
37219
37671
|
"attributes" : [ ],
|
|
37220
37672
|
"annotations" : [ ]
|
|
37673
|
+
} ],
|
|
37674
|
+
"attributes" : [ ],
|
|
37675
|
+
"interfaces" : [ ]
|
|
37676
|
+
}, {
|
|
37677
|
+
"name" : "payout_transaction",
|
|
37678
|
+
"plural" : "payout_transactions",
|
|
37679
|
+
"fields" : [ {
|
|
37680
|
+
"name" : "id",
|
|
37681
|
+
"type" : "string",
|
|
37682
|
+
"required" : true,
|
|
37683
|
+
"attributes" : [ ],
|
|
37684
|
+
"annotations" : [ ],
|
|
37685
|
+
"description" : "Globally unique identifier"
|
|
37221
37686
|
}, {
|
|
37222
|
-
"name" : "
|
|
37687
|
+
"name" : "order",
|
|
37688
|
+
"type" : "billing_channel_order_summary",
|
|
37689
|
+
"required" : false,
|
|
37690
|
+
"attributes" : [ ],
|
|
37691
|
+
"annotations" : [ ]
|
|
37692
|
+
}, {
|
|
37693
|
+
"name" : "payment_request",
|
|
37694
|
+
"type" : "billing_channel_payment_request_reference",
|
|
37695
|
+
"required" : false,
|
|
37696
|
+
"attributes" : [ ],
|
|
37697
|
+
"annotations" : [ ]
|
|
37698
|
+
}, {
|
|
37699
|
+
"name" : "currency",
|
|
37223
37700
|
"type" : "string",
|
|
37701
|
+
"required" : true,
|
|
37702
|
+
"attributes" : [ ],
|
|
37703
|
+
"annotations" : [ ]
|
|
37704
|
+
}, {
|
|
37705
|
+
"name" : "source",
|
|
37706
|
+
"type" : "transaction_source",
|
|
37707
|
+
"required" : true,
|
|
37708
|
+
"attributes" : [ ],
|
|
37709
|
+
"annotations" : [ ]
|
|
37710
|
+
}, {
|
|
37711
|
+
"name" : "parent",
|
|
37712
|
+
"type" : "parent_transaction_summary",
|
|
37224
37713
|
"required" : false,
|
|
37225
37714
|
"attributes" : [ ],
|
|
37226
37715
|
"annotations" : [ ]
|
|
37716
|
+
}, {
|
|
37717
|
+
"name" : "gross",
|
|
37718
|
+
"type" : "decimal",
|
|
37719
|
+
"required" : true,
|
|
37720
|
+
"attributes" : [ ],
|
|
37721
|
+
"annotations" : [ ]
|
|
37722
|
+
}, {
|
|
37723
|
+
"name" : "fees",
|
|
37724
|
+
"type" : "[fee_deduction]",
|
|
37725
|
+
"required" : true,
|
|
37726
|
+
"attributes" : [ ],
|
|
37727
|
+
"annotations" : [ ],
|
|
37728
|
+
"default" : "[]"
|
|
37729
|
+
}, {
|
|
37730
|
+
"name" : "withholdings",
|
|
37731
|
+
"type" : "[withholding_deduction]",
|
|
37732
|
+
"required" : true,
|
|
37733
|
+
"attributes" : [ ],
|
|
37734
|
+
"annotations" : [ ],
|
|
37735
|
+
"default" : "[]"
|
|
37736
|
+
}, {
|
|
37737
|
+
"name" : "discounts",
|
|
37738
|
+
"type" : "[billing_discount]",
|
|
37739
|
+
"required" : true,
|
|
37740
|
+
"attributes" : [ ],
|
|
37741
|
+
"annotations" : [ ],
|
|
37742
|
+
"default" : "[]"
|
|
37743
|
+
}, {
|
|
37744
|
+
"name" : "net",
|
|
37745
|
+
"type" : "decimal",
|
|
37746
|
+
"required" : true,
|
|
37747
|
+
"attributes" : [ ],
|
|
37748
|
+
"annotations" : [ ],
|
|
37749
|
+
"description" : "net = gross -fees - withholdings"
|
|
37750
|
+
}, {
|
|
37751
|
+
"name" : "identifiers",
|
|
37752
|
+
"type" : "map[string]",
|
|
37753
|
+
"required" : true,
|
|
37754
|
+
"attributes" : [ ],
|
|
37755
|
+
"annotations" : [ ],
|
|
37756
|
+
"description" : "We serialize any transaction level identifiers as key/value pairs here",
|
|
37757
|
+
"default" : "{}"
|
|
37758
|
+
}, {
|
|
37759
|
+
"name" : "created_at",
|
|
37760
|
+
"type" : "date-time-iso8601",
|
|
37761
|
+
"required" : true,
|
|
37762
|
+
"attributes" : [ ],
|
|
37763
|
+
"annotations" : [ ]
|
|
37764
|
+
}, {
|
|
37765
|
+
"name" : "updated_at",
|
|
37766
|
+
"type" : "date-time-iso8601",
|
|
37767
|
+
"required" : true,
|
|
37768
|
+
"attributes" : [ ],
|
|
37769
|
+
"annotations" : [ ]
|
|
37227
37770
|
} ],
|
|
37228
37771
|
"attributes" : [ ],
|
|
37229
|
-
"interfaces" : [ ]
|
|
37772
|
+
"interfaces" : [ "generic_transaction" ],
|
|
37773
|
+
"description" : "Note there is no statement on the payout transaction. We intend to deprecate the statement field once payouts are fully rolled out"
|
|
37230
37774
|
}, {
|
|
37231
37775
|
"name" : "paypal_authorization_details",
|
|
37232
37776
|
"plural" : "paypal_authorization_detailses",
|
|
@@ -43633,6 +44177,43 @@
|
|
|
43633
44177
|
"attributes" : [ ],
|
|
43634
44178
|
"interfaces" : [ ],
|
|
43635
44179
|
"description" : "A session visitor is a unique identifier for our best guess as to who the individual user is interacting with Flow."
|
|
44180
|
+
}, {
|
|
44181
|
+
"name" : "settlement_no_payout",
|
|
44182
|
+
"plural" : "settlement_no_payouts",
|
|
44183
|
+
"fields" : [ {
|
|
44184
|
+
"name" : "placeholder",
|
|
44185
|
+
"type" : "string",
|
|
44186
|
+
"required" : false,
|
|
44187
|
+
"attributes" : [ ],
|
|
44188
|
+
"annotations" : [ ]
|
|
44189
|
+
} ],
|
|
44190
|
+
"attributes" : [ ],
|
|
44191
|
+
"interfaces" : [ ],
|
|
44192
|
+
"description" : "This model indicates that a statement is generated with no funds due to the merchant"
|
|
44193
|
+
}, {
|
|
44194
|
+
"name" : "settlement_payout",
|
|
44195
|
+
"plural" : "settlement_payouts",
|
|
44196
|
+
"fields" : [ {
|
|
44197
|
+
"name" : "status",
|
|
44198
|
+
"type" : "payout_status",
|
|
44199
|
+
"required" : true,
|
|
44200
|
+
"attributes" : [ ],
|
|
44201
|
+
"annotations" : [ ]
|
|
44202
|
+
}, {
|
|
44203
|
+
"name" : "amount",
|
|
44204
|
+
"type" : "decimal",
|
|
44205
|
+
"required" : true,
|
|
44206
|
+
"attributes" : [ ],
|
|
44207
|
+
"annotations" : [ ]
|
|
44208
|
+
}, {
|
|
44209
|
+
"name" : "sent_on",
|
|
44210
|
+
"type" : "date-time-iso8601",
|
|
44211
|
+
"required" : false,
|
|
44212
|
+
"attributes" : [ ],
|
|
44213
|
+
"annotations" : [ ]
|
|
44214
|
+
} ],
|
|
44215
|
+
"attributes" : [ ],
|
|
44216
|
+
"interfaces" : [ "payout_interface" ]
|
|
43636
44217
|
}, {
|
|
43637
44218
|
"name" : "setup_blocked",
|
|
43638
44219
|
"plural" : "setup_blockeds",
|
|
@@ -43650,8 +44231,8 @@
|
|
|
43650
44231
|
"name" : "setup_completed",
|
|
43651
44232
|
"plural" : "setup_completeds",
|
|
43652
44233
|
"fields" : [ {
|
|
43653
|
-
"name" : "
|
|
43654
|
-
"type" : "
|
|
44234
|
+
"name" : "third_party_logistics_guid",
|
|
44235
|
+
"type" : "string",
|
|
43655
44236
|
"required" : false,
|
|
43656
44237
|
"attributes" : [ ],
|
|
43657
44238
|
"annotations" : [ ]
|
|
@@ -46848,7 +47429,7 @@
|
|
|
46848
47429
|
"annotations" : [ ]
|
|
46849
47430
|
} ],
|
|
46850
47431
|
"attributes" : [ ],
|
|
46851
|
-
"interfaces" : [ "
|
|
47432
|
+
"interfaces" : [ "generic_statement" ]
|
|
46852
47433
|
}, {
|
|
46853
47434
|
"name" : "statement_deleted",
|
|
46854
47435
|
"plural" : "statement_deleteds",
|
|
@@ -48490,6 +49071,50 @@
|
|
|
48490
49071
|
} ],
|
|
48491
49072
|
"attributes" : [ ],
|
|
48492
49073
|
"interfaces" : [ ]
|
|
49074
|
+
}, {
|
|
49075
|
+
"name" : "test",
|
|
49076
|
+
"plural" : "tests",
|
|
49077
|
+
"fields" : [ {
|
|
49078
|
+
"name" : "id",
|
|
49079
|
+
"type" : "string",
|
|
49080
|
+
"required" : true,
|
|
49081
|
+
"attributes" : [ ],
|
|
49082
|
+
"annotations" : [ ],
|
|
49083
|
+
"description" : "Globally unique identifier"
|
|
49084
|
+
} ],
|
|
49085
|
+
"attributes" : [ ],
|
|
49086
|
+
"interfaces" : [ ]
|
|
49087
|
+
}, {
|
|
49088
|
+
"name" : "test_upserted",
|
|
49089
|
+
"plural" : "test_upserteds",
|
|
49090
|
+
"fields" : [ {
|
|
49091
|
+
"name" : "event_id",
|
|
49092
|
+
"type" : "string",
|
|
49093
|
+
"required" : true,
|
|
49094
|
+
"attributes" : [ ],
|
|
49095
|
+
"annotations" : [ ]
|
|
49096
|
+
}, {
|
|
49097
|
+
"name" : "timestamp",
|
|
49098
|
+
"type" : "date-time-iso8601",
|
|
49099
|
+
"required" : true,
|
|
49100
|
+
"attributes" : [ ],
|
|
49101
|
+
"annotations" : [ ]
|
|
49102
|
+
}, {
|
|
49103
|
+
"name" : "organization",
|
|
49104
|
+
"type" : "string",
|
|
49105
|
+
"required" : true,
|
|
49106
|
+
"attributes" : [ ],
|
|
49107
|
+
"annotations" : [ ],
|
|
49108
|
+
"description" : "Refers to your organization's account identifier"
|
|
49109
|
+
}, {
|
|
49110
|
+
"name" : "test",
|
|
49111
|
+
"type" : "test",
|
|
49112
|
+
"required" : true,
|
|
49113
|
+
"attributes" : [ ],
|
|
49114
|
+
"annotations" : [ ]
|
|
49115
|
+
} ],
|
|
49116
|
+
"attributes" : [ ],
|
|
49117
|
+
"interfaces" : [ ]
|
|
48493
49118
|
}, {
|
|
48494
49119
|
"name" : "third_party_logistics_partner",
|
|
48495
49120
|
"plural" : "third_party_logistics_partners",
|
|
@@ -50018,6 +50643,12 @@
|
|
|
50018
50643
|
"name" : "transaction",
|
|
50019
50644
|
"plural" : "transactions",
|
|
50020
50645
|
"fields" : [ {
|
|
50646
|
+
"name" : "statement",
|
|
50647
|
+
"type" : "billing_channel_statement_reference",
|
|
50648
|
+
"required" : false,
|
|
50649
|
+
"attributes" : [ ],
|
|
50650
|
+
"annotations" : [ ]
|
|
50651
|
+
}, {
|
|
50021
50652
|
"name" : "id",
|
|
50022
50653
|
"type" : "string",
|
|
50023
50654
|
"required" : true,
|
|
@@ -50030,12 +50661,6 @@
|
|
|
50030
50661
|
"required" : false,
|
|
50031
50662
|
"attributes" : [ ],
|
|
50032
50663
|
"annotations" : [ ]
|
|
50033
|
-
}, {
|
|
50034
|
-
"name" : "statement",
|
|
50035
|
-
"type" : "billing_channel_statement_reference",
|
|
50036
|
-
"required" : false,
|
|
50037
|
-
"attributes" : [ ],
|
|
50038
|
-
"annotations" : [ ]
|
|
50039
50664
|
}, {
|
|
50040
50665
|
"name" : "payment_request",
|
|
50041
50666
|
"type" : "billing_channel_payment_request_reference",
|
|
@@ -50054,6 +50679,12 @@
|
|
|
50054
50679
|
"required" : true,
|
|
50055
50680
|
"attributes" : [ ],
|
|
50056
50681
|
"annotations" : [ ]
|
|
50682
|
+
}, {
|
|
50683
|
+
"name" : "parent",
|
|
50684
|
+
"type" : "parent_transaction_summary",
|
|
50685
|
+
"required" : false,
|
|
50686
|
+
"attributes" : [ ],
|
|
50687
|
+
"annotations" : [ ]
|
|
50057
50688
|
}, {
|
|
50058
50689
|
"name" : "gross",
|
|
50059
50690
|
"type" : "decimal",
|
|
@@ -50102,9 +50733,15 @@
|
|
|
50102
50733
|
"required" : true,
|
|
50103
50734
|
"attributes" : [ ],
|
|
50104
50735
|
"annotations" : [ ]
|
|
50736
|
+
}, {
|
|
50737
|
+
"name" : "updated_at",
|
|
50738
|
+
"type" : "date-time-iso8601",
|
|
50739
|
+
"required" : true,
|
|
50740
|
+
"attributes" : [ ],
|
|
50741
|
+
"annotations" : [ ]
|
|
50105
50742
|
} ],
|
|
50106
50743
|
"attributes" : [ ],
|
|
50107
|
-
"interfaces" : [ "
|
|
50744
|
+
"interfaces" : [ "generic_transaction" ]
|
|
50108
50745
|
}, {
|
|
50109
50746
|
"name" : "transaction_details_card",
|
|
50110
50747
|
"plural" : "transaction_details_cards",
|
|
@@ -75733,14 +76370,14 @@
|
|
|
75733
76370
|
"value" : 422
|
|
75734
76371
|
}
|
|
75735
76372
|
},
|
|
75736
|
-
"type" : "
|
|
76373
|
+
"type" : "unit",
|
|
75737
76374
|
"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.",
|
|
75738
76375
|
"attributes" : [ ]
|
|
75739
76376
|
} ],
|
|
75740
76377
|
"attributes" : [ {
|
|
75741
76378
|
"name" : "linter",
|
|
75742
76379
|
"value" : {
|
|
75743
|
-
"ignore" : [ "get", "versions" ]
|
|
76380
|
+
"ignore" : [ "get", "versions", "response_codes" ]
|
|
75744
76381
|
}
|
|
75745
76382
|
} ],
|
|
75746
76383
|
"description" : "Geolocates the request based on the provided parameters, returning a list of potential matching addresses."
|
|
@@ -77566,6 +78203,69 @@
|
|
|
77566
78203
|
} ],
|
|
77567
78204
|
"path" : "/:organization/b2b/invoices",
|
|
77568
78205
|
"description" : "The b2b invoice represents a transaction between Flow and one of our clients (e.g. Flow purchasing inventory to resell to a consumer)."
|
|
78206
|
+
}, {
|
|
78207
|
+
"type" : "bank_account_form",
|
|
78208
|
+
"plural" : "bank_account_forms",
|
|
78209
|
+
"operations" : [ {
|
|
78210
|
+
"method" : "PUT",
|
|
78211
|
+
"path" : "/:organization/shopify/merchant/config/bank/account",
|
|
78212
|
+
"parameters" : [ {
|
|
78213
|
+
"name" : "organization",
|
|
78214
|
+
"type" : "string",
|
|
78215
|
+
"location" : "Path",
|
|
78216
|
+
"required" : true,
|
|
78217
|
+
"description" : "Refers to your organization's account identifier"
|
|
78218
|
+
} ],
|
|
78219
|
+
"responses" : [ {
|
|
78220
|
+
"code" : {
|
|
78221
|
+
"integer" : {
|
|
78222
|
+
"value" : 200
|
|
78223
|
+
}
|
|
78224
|
+
},
|
|
78225
|
+
"type" : "organization_bank_account",
|
|
78226
|
+
"description" : "Successful response",
|
|
78227
|
+
"attributes" : [ ]
|
|
78228
|
+
}, {
|
|
78229
|
+
"code" : {
|
|
78230
|
+
"integer" : {
|
|
78231
|
+
"value" : 401
|
|
78232
|
+
}
|
|
78233
|
+
},
|
|
78234
|
+
"type" : "unit",
|
|
78235
|
+
"description" : "Authorization failed",
|
|
78236
|
+
"attributes" : [ ]
|
|
78237
|
+
}, {
|
|
78238
|
+
"code" : {
|
|
78239
|
+
"integer" : {
|
|
78240
|
+
"value" : 404
|
|
78241
|
+
}
|
|
78242
|
+
},
|
|
78243
|
+
"type" : "unit",
|
|
78244
|
+
"description" : "Resource was not found",
|
|
78245
|
+
"attributes" : [ ]
|
|
78246
|
+
}, {
|
|
78247
|
+
"code" : {
|
|
78248
|
+
"integer" : {
|
|
78249
|
+
"value" : 422
|
|
78250
|
+
}
|
|
78251
|
+
},
|
|
78252
|
+
"type" : "generic_error",
|
|
78253
|
+
"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.",
|
|
78254
|
+
"attributes" : [ ]
|
|
78255
|
+
} ],
|
|
78256
|
+
"attributes" : [ ],
|
|
78257
|
+
"body" : {
|
|
78258
|
+
"type" : "bank_account_form",
|
|
78259
|
+
"attributes" : [ ]
|
|
78260
|
+
}
|
|
78261
|
+
} ],
|
|
78262
|
+
"attributes" : [ {
|
|
78263
|
+
"name" : "docs",
|
|
78264
|
+
"value" : {
|
|
78265
|
+
"module" : "general"
|
|
78266
|
+
}
|
|
78267
|
+
} ],
|
|
78268
|
+
"path" : "/:organization/shopify/merchant/config/bank/account"
|
|
77569
78269
|
}, {
|
|
77570
78270
|
"type" : "catalog_price_book_item_document",
|
|
77571
78271
|
"plural" : "catalog_price_book_item_documents",
|
|
@@ -77697,7 +78397,792 @@
|
|
|
77697
78397
|
} ],
|
|
77698
78398
|
"attributes" : [ ],
|
|
77699
78399
|
"body" : {
|
|
77700
|
-
"type" : "channel_authorization_form",
|
|
78400
|
+
"type" : "channel_authorization_form",
|
|
78401
|
+
"attributes" : [ ]
|
|
78402
|
+
}
|
|
78403
|
+
} ],
|
|
78404
|
+
"attributes" : [ {
|
|
78405
|
+
"name" : "docs",
|
|
78406
|
+
"value" : {
|
|
78407
|
+
"module" : "general"
|
|
78408
|
+
}
|
|
78409
|
+
} ],
|
|
78410
|
+
"path" : "/channel/authorizations"
|
|
78411
|
+
}, {
|
|
78412
|
+
"type" : "channel_bank_account",
|
|
78413
|
+
"plural" : "channel_bank_accounts",
|
|
78414
|
+
"operations" : [ {
|
|
78415
|
+
"method" : "GET",
|
|
78416
|
+
"path" : "/channel/:channel/bank/accounts",
|
|
78417
|
+
"parameters" : [ {
|
|
78418
|
+
"name" : "channel",
|
|
78419
|
+
"type" : "string",
|
|
78420
|
+
"location" : "Path",
|
|
78421
|
+
"required" : true
|
|
78422
|
+
}, {
|
|
78423
|
+
"name" : "id",
|
|
78424
|
+
"type" : "[string]",
|
|
78425
|
+
"location" : "Query",
|
|
78426
|
+
"required" : false,
|
|
78427
|
+
"description" : "Filter by one or more IDs of this resource",
|
|
78428
|
+
"maximum" : 100
|
|
78429
|
+
}, {
|
|
78430
|
+
"name" : "key",
|
|
78431
|
+
"type" : "string",
|
|
78432
|
+
"location" : "Query",
|
|
78433
|
+
"required" : false,
|
|
78434
|
+
"maximum" : 100
|
|
78435
|
+
}, {
|
|
78436
|
+
"name" : "limit",
|
|
78437
|
+
"type" : "long",
|
|
78438
|
+
"location" : "Query",
|
|
78439
|
+
"required" : true,
|
|
78440
|
+
"description" : "The maximum number of results to return",
|
|
78441
|
+
"default" : "25",
|
|
78442
|
+
"minimum" : 1,
|
|
78443
|
+
"maximum" : 100
|
|
78444
|
+
}, {
|
|
78445
|
+
"name" : "offset",
|
|
78446
|
+
"type" : "long",
|
|
78447
|
+
"location" : "Query",
|
|
78448
|
+
"required" : true,
|
|
78449
|
+
"description" : "The number of results to skip before returning results",
|
|
78450
|
+
"default" : "0",
|
|
78451
|
+
"minimum" : 0
|
|
78452
|
+
}, {
|
|
78453
|
+
"name" : "sort",
|
|
78454
|
+
"type" : "string",
|
|
78455
|
+
"location" : "Query",
|
|
78456
|
+
"required" : true,
|
|
78457
|
+
"default" : "-created_at"
|
|
78458
|
+
} ],
|
|
78459
|
+
"responses" : [ {
|
|
78460
|
+
"code" : {
|
|
78461
|
+
"integer" : {
|
|
78462
|
+
"value" : 200
|
|
78463
|
+
}
|
|
78464
|
+
},
|
|
78465
|
+
"type" : "[channel_bank_account]",
|
|
78466
|
+
"description" : "Successful response",
|
|
78467
|
+
"attributes" : [ ]
|
|
78468
|
+
}, {
|
|
78469
|
+
"code" : {
|
|
78470
|
+
"integer" : {
|
|
78471
|
+
"value" : 401
|
|
78472
|
+
}
|
|
78473
|
+
},
|
|
78474
|
+
"type" : "unit",
|
|
78475
|
+
"description" : "Authorization failed",
|
|
78476
|
+
"attributes" : [ ]
|
|
78477
|
+
}, {
|
|
78478
|
+
"code" : {
|
|
78479
|
+
"integer" : {
|
|
78480
|
+
"value" : 404
|
|
78481
|
+
}
|
|
78482
|
+
},
|
|
78483
|
+
"type" : "unit",
|
|
78484
|
+
"description" : "Resource was not found",
|
|
78485
|
+
"attributes" : [ ]
|
|
78486
|
+
}, {
|
|
78487
|
+
"code" : {
|
|
78488
|
+
"integer" : {
|
|
78489
|
+
"value" : 422
|
|
78490
|
+
}
|
|
78491
|
+
},
|
|
78492
|
+
"type" : "generic_error",
|
|
78493
|
+
"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.",
|
|
78494
|
+
"attributes" : [ ]
|
|
78495
|
+
} ],
|
|
78496
|
+
"attributes" : [ {
|
|
78497
|
+
"name" : "sort",
|
|
78498
|
+
"value" : {
|
|
78499
|
+
"values" : [ {
|
|
78500
|
+
"value" : "id"
|
|
78501
|
+
}, {
|
|
78502
|
+
"value" : "created_at"
|
|
78503
|
+
} ]
|
|
78504
|
+
}
|
|
78505
|
+
}, {
|
|
78506
|
+
"name" : "linter",
|
|
78507
|
+
"value" : {
|
|
78508
|
+
"ignore" : [ "versions" ]
|
|
78509
|
+
}
|
|
78510
|
+
} ]
|
|
78511
|
+
}, {
|
|
78512
|
+
"method" : "GET",
|
|
78513
|
+
"path" : "/channel/:channel/bank/accounts/:key",
|
|
78514
|
+
"parameters" : [ {
|
|
78515
|
+
"name" : "channel",
|
|
78516
|
+
"type" : "string",
|
|
78517
|
+
"location" : "Path",
|
|
78518
|
+
"required" : true
|
|
78519
|
+
}, {
|
|
78520
|
+
"name" : "key",
|
|
78521
|
+
"type" : "string",
|
|
78522
|
+
"location" : "Path",
|
|
78523
|
+
"required" : true
|
|
78524
|
+
} ],
|
|
78525
|
+
"responses" : [ {
|
|
78526
|
+
"code" : {
|
|
78527
|
+
"integer" : {
|
|
78528
|
+
"value" : 200
|
|
78529
|
+
}
|
|
78530
|
+
},
|
|
78531
|
+
"type" : "channel_bank_account",
|
|
78532
|
+
"description" : "Successful response",
|
|
78533
|
+
"attributes" : [ ]
|
|
78534
|
+
}, {
|
|
78535
|
+
"code" : {
|
|
78536
|
+
"integer" : {
|
|
78537
|
+
"value" : 401
|
|
78538
|
+
}
|
|
78539
|
+
},
|
|
78540
|
+
"type" : "unit",
|
|
78541
|
+
"description" : "Authorization failed",
|
|
78542
|
+
"attributes" : [ ]
|
|
78543
|
+
}, {
|
|
78544
|
+
"code" : {
|
|
78545
|
+
"integer" : {
|
|
78546
|
+
"value" : 404
|
|
78547
|
+
}
|
|
78548
|
+
},
|
|
78549
|
+
"type" : "unit",
|
|
78550
|
+
"description" : "Resource was not found",
|
|
78551
|
+
"attributes" : [ ]
|
|
78552
|
+
}, {
|
|
78553
|
+
"code" : {
|
|
78554
|
+
"integer" : {
|
|
78555
|
+
"value" : 422
|
|
78556
|
+
}
|
|
78557
|
+
},
|
|
78558
|
+
"type" : "generic_error",
|
|
78559
|
+
"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.",
|
|
78560
|
+
"attributes" : [ ]
|
|
78561
|
+
} ],
|
|
78562
|
+
"attributes" : [ ]
|
|
78563
|
+
}, {
|
|
78564
|
+
"method" : "PUT",
|
|
78565
|
+
"path" : "/channel/:channel/bank/accounts/:key",
|
|
78566
|
+
"parameters" : [ {
|
|
78567
|
+
"name" : "channel",
|
|
78568
|
+
"type" : "string",
|
|
78569
|
+
"location" : "Path",
|
|
78570
|
+
"required" : true
|
|
78571
|
+
}, {
|
|
78572
|
+
"name" : "key",
|
|
78573
|
+
"type" : "string",
|
|
78574
|
+
"location" : "Path",
|
|
78575
|
+
"required" : true
|
|
78576
|
+
} ],
|
|
78577
|
+
"responses" : [ {
|
|
78578
|
+
"code" : {
|
|
78579
|
+
"integer" : {
|
|
78580
|
+
"value" : 200
|
|
78581
|
+
}
|
|
78582
|
+
},
|
|
78583
|
+
"type" : "channel_bank_account",
|
|
78584
|
+
"description" : "Successful response",
|
|
78585
|
+
"attributes" : [ ]
|
|
78586
|
+
}, {
|
|
78587
|
+
"code" : {
|
|
78588
|
+
"integer" : {
|
|
78589
|
+
"value" : 201
|
|
78590
|
+
}
|
|
78591
|
+
},
|
|
78592
|
+
"type" : "channel_bank_account",
|
|
78593
|
+
"description" : "Operation succeeded and the resource was created",
|
|
78594
|
+
"attributes" : [ ]
|
|
78595
|
+
}, {
|
|
78596
|
+
"code" : {
|
|
78597
|
+
"integer" : {
|
|
78598
|
+
"value" : 401
|
|
78599
|
+
}
|
|
78600
|
+
},
|
|
78601
|
+
"type" : "unit",
|
|
78602
|
+
"description" : "Authorization failed",
|
|
78603
|
+
"attributes" : [ ]
|
|
78604
|
+
}, {
|
|
78605
|
+
"code" : {
|
|
78606
|
+
"integer" : {
|
|
78607
|
+
"value" : 422
|
|
78608
|
+
}
|
|
78609
|
+
},
|
|
78610
|
+
"type" : "generic_error",
|
|
78611
|
+
"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.",
|
|
78612
|
+
"attributes" : [ ]
|
|
78613
|
+
} ],
|
|
78614
|
+
"attributes" : [ ],
|
|
78615
|
+
"body" : {
|
|
78616
|
+
"type" : "bank_account_form",
|
|
78617
|
+
"attributes" : [ ]
|
|
78618
|
+
}
|
|
78619
|
+
}, {
|
|
78620
|
+
"method" : "DELETE",
|
|
78621
|
+
"path" : "/channel/:channel/bank/accounts/:key",
|
|
78622
|
+
"parameters" : [ {
|
|
78623
|
+
"name" : "channel",
|
|
78624
|
+
"type" : "string",
|
|
78625
|
+
"location" : "Path",
|
|
78626
|
+
"required" : true
|
|
78627
|
+
}, {
|
|
78628
|
+
"name" : "key",
|
|
78629
|
+
"type" : "string",
|
|
78630
|
+
"location" : "Path",
|
|
78631
|
+
"required" : true
|
|
78632
|
+
} ],
|
|
78633
|
+
"responses" : [ {
|
|
78634
|
+
"code" : {
|
|
78635
|
+
"integer" : {
|
|
78636
|
+
"value" : 204
|
|
78637
|
+
}
|
|
78638
|
+
},
|
|
78639
|
+
"type" : "unit",
|
|
78640
|
+
"description" : "Operation succeeded. No content is returned",
|
|
78641
|
+
"attributes" : [ ]
|
|
78642
|
+
}, {
|
|
78643
|
+
"code" : {
|
|
78644
|
+
"integer" : {
|
|
78645
|
+
"value" : 401
|
|
78646
|
+
}
|
|
78647
|
+
},
|
|
78648
|
+
"type" : "unit",
|
|
78649
|
+
"description" : "Authorization failed",
|
|
78650
|
+
"attributes" : [ ]
|
|
78651
|
+
}, {
|
|
78652
|
+
"code" : {
|
|
78653
|
+
"integer" : {
|
|
78654
|
+
"value" : 404
|
|
78655
|
+
}
|
|
78656
|
+
},
|
|
78657
|
+
"type" : "unit",
|
|
78658
|
+
"description" : "Resource was not found",
|
|
78659
|
+
"attributes" : [ ]
|
|
78660
|
+
}, {
|
|
78661
|
+
"code" : {
|
|
78662
|
+
"integer" : {
|
|
78663
|
+
"value" : 422
|
|
78664
|
+
}
|
|
78665
|
+
},
|
|
78666
|
+
"type" : "generic_error",
|
|
78667
|
+
"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.",
|
|
78668
|
+
"attributes" : [ ]
|
|
78669
|
+
} ],
|
|
78670
|
+
"attributes" : [ ]
|
|
78671
|
+
} ],
|
|
78672
|
+
"attributes" : [ {
|
|
78673
|
+
"name" : "docs",
|
|
78674
|
+
"value" : {
|
|
78675
|
+
"module" : "general"
|
|
78676
|
+
}
|
|
78677
|
+
} ],
|
|
78678
|
+
"path" : "/channel/:channel/bank/accounts"
|
|
78679
|
+
}, {
|
|
78680
|
+
"type" : "channel_default_bank_account",
|
|
78681
|
+
"plural" : "channel_default_bank_accounts",
|
|
78682
|
+
"operations" : [ {
|
|
78683
|
+
"method" : "GET",
|
|
78684
|
+
"path" : "/channel/:channel/default/bank/accounts",
|
|
78685
|
+
"parameters" : [ {
|
|
78686
|
+
"name" : "channel",
|
|
78687
|
+
"type" : "string",
|
|
78688
|
+
"location" : "Path",
|
|
78689
|
+
"required" : true
|
|
78690
|
+
} ],
|
|
78691
|
+
"responses" : [ {
|
|
78692
|
+
"code" : {
|
|
78693
|
+
"integer" : {
|
|
78694
|
+
"value" : 200
|
|
78695
|
+
}
|
|
78696
|
+
},
|
|
78697
|
+
"type" : "channel_default_bank_account",
|
|
78698
|
+
"description" : "Successful response",
|
|
78699
|
+
"attributes" : [ ]
|
|
78700
|
+
}, {
|
|
78701
|
+
"code" : {
|
|
78702
|
+
"integer" : {
|
|
78703
|
+
"value" : 401
|
|
78704
|
+
}
|
|
78705
|
+
},
|
|
78706
|
+
"type" : "unit",
|
|
78707
|
+
"description" : "Authorization failed",
|
|
78708
|
+
"attributes" : [ ]
|
|
78709
|
+
}, {
|
|
78710
|
+
"code" : {
|
|
78711
|
+
"integer" : {
|
|
78712
|
+
"value" : 404
|
|
78713
|
+
}
|
|
78714
|
+
},
|
|
78715
|
+
"type" : "unit",
|
|
78716
|
+
"description" : "Resource was not found",
|
|
78717
|
+
"attributes" : [ ]
|
|
78718
|
+
} ],
|
|
78719
|
+
"attributes" : [ ]
|
|
78720
|
+
}, {
|
|
78721
|
+
"method" : "PUT",
|
|
78722
|
+
"path" : "/channel/:channel/default/bank/accounts",
|
|
78723
|
+
"parameters" : [ {
|
|
78724
|
+
"name" : "channel",
|
|
78725
|
+
"type" : "string",
|
|
78726
|
+
"location" : "Path",
|
|
78727
|
+
"required" : true
|
|
78728
|
+
} ],
|
|
78729
|
+
"responses" : [ {
|
|
78730
|
+
"code" : {
|
|
78731
|
+
"integer" : {
|
|
78732
|
+
"value" : 200
|
|
78733
|
+
}
|
|
78734
|
+
},
|
|
78735
|
+
"type" : "channel_default_bank_account",
|
|
78736
|
+
"description" : "Successful response",
|
|
78737
|
+
"attributes" : [ ]
|
|
78738
|
+
}, {
|
|
78739
|
+
"code" : {
|
|
78740
|
+
"integer" : {
|
|
78741
|
+
"value" : 201
|
|
78742
|
+
}
|
|
78743
|
+
},
|
|
78744
|
+
"type" : "channel_default_bank_account",
|
|
78745
|
+
"description" : "Operation succeeded and the resource was created",
|
|
78746
|
+
"attributes" : [ ]
|
|
78747
|
+
}, {
|
|
78748
|
+
"code" : {
|
|
78749
|
+
"integer" : {
|
|
78750
|
+
"value" : 401
|
|
78751
|
+
}
|
|
78752
|
+
},
|
|
78753
|
+
"type" : "unit",
|
|
78754
|
+
"description" : "Authorization failed",
|
|
78755
|
+
"attributes" : [ ]
|
|
78756
|
+
}, {
|
|
78757
|
+
"code" : {
|
|
78758
|
+
"integer" : {
|
|
78759
|
+
"value" : 422
|
|
78760
|
+
}
|
|
78761
|
+
},
|
|
78762
|
+
"type" : "generic_error",
|
|
78763
|
+
"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.",
|
|
78764
|
+
"attributes" : [ ]
|
|
78765
|
+
} ],
|
|
78766
|
+
"attributes" : [ ],
|
|
78767
|
+
"body" : {
|
|
78768
|
+
"type" : "default_bank_account_form",
|
|
78769
|
+
"attributes" : [ ]
|
|
78770
|
+
}
|
|
78771
|
+
}, {
|
|
78772
|
+
"method" : "DELETE",
|
|
78773
|
+
"path" : "/channel/:channel/default/bank/accounts",
|
|
78774
|
+
"parameters" : [ {
|
|
78775
|
+
"name" : "channel",
|
|
78776
|
+
"type" : "string",
|
|
78777
|
+
"location" : "Path",
|
|
78778
|
+
"required" : true
|
|
78779
|
+
} ],
|
|
78780
|
+
"responses" : [ {
|
|
78781
|
+
"code" : {
|
|
78782
|
+
"integer" : {
|
|
78783
|
+
"value" : 204
|
|
78784
|
+
}
|
|
78785
|
+
},
|
|
78786
|
+
"type" : "unit",
|
|
78787
|
+
"description" : "Operation succeeded. No content is returned",
|
|
78788
|
+
"attributes" : [ ]
|
|
78789
|
+
}, {
|
|
78790
|
+
"code" : {
|
|
78791
|
+
"integer" : {
|
|
78792
|
+
"value" : 401
|
|
78793
|
+
}
|
|
78794
|
+
},
|
|
78795
|
+
"type" : "unit",
|
|
78796
|
+
"description" : "Authorization failed",
|
|
78797
|
+
"attributes" : [ ]
|
|
78798
|
+
}, {
|
|
78799
|
+
"code" : {
|
|
78800
|
+
"integer" : {
|
|
78801
|
+
"value" : 404
|
|
78802
|
+
}
|
|
78803
|
+
},
|
|
78804
|
+
"type" : "unit",
|
|
78805
|
+
"description" : "Resource was not found",
|
|
78806
|
+
"attributes" : [ ]
|
|
78807
|
+
}, {
|
|
78808
|
+
"code" : {
|
|
78809
|
+
"integer" : {
|
|
78810
|
+
"value" : 422
|
|
78811
|
+
}
|
|
78812
|
+
},
|
|
78813
|
+
"type" : "generic_error",
|
|
78814
|
+
"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.",
|
|
78815
|
+
"attributes" : [ ]
|
|
78816
|
+
} ],
|
|
78817
|
+
"attributes" : [ ]
|
|
78818
|
+
} ],
|
|
78819
|
+
"attributes" : [ {
|
|
78820
|
+
"name" : "docs",
|
|
78821
|
+
"value" : {
|
|
78822
|
+
"module" : "general"
|
|
78823
|
+
}
|
|
78824
|
+
} ],
|
|
78825
|
+
"path" : "/channel/:channel/default/bank/accounts"
|
|
78826
|
+
}, {
|
|
78827
|
+
"type" : "channel_organization",
|
|
78828
|
+
"plural" : "channel_organizations",
|
|
78829
|
+
"operations" : [ {
|
|
78830
|
+
"method" : "GET",
|
|
78831
|
+
"path" : "/channel/:channel_id/organizations",
|
|
78832
|
+
"parameters" : [ {
|
|
78833
|
+
"name" : "channel_id",
|
|
78834
|
+
"type" : "string",
|
|
78835
|
+
"location" : "Path",
|
|
78836
|
+
"required" : true
|
|
78837
|
+
}, {
|
|
78838
|
+
"name" : "id",
|
|
78839
|
+
"type" : "[string]",
|
|
78840
|
+
"location" : "Query",
|
|
78841
|
+
"required" : false,
|
|
78842
|
+
"description" : "Filter by one or more IDs of this resource",
|
|
78843
|
+
"maximum" : 100
|
|
78844
|
+
}, {
|
|
78845
|
+
"name" : "key",
|
|
78846
|
+
"type" : "[string]",
|
|
78847
|
+
"location" : "Query",
|
|
78848
|
+
"required" : false,
|
|
78849
|
+
"maximum" : 100
|
|
78850
|
+
}, {
|
|
78851
|
+
"name" : "organization_id",
|
|
78852
|
+
"type" : "string",
|
|
78853
|
+
"location" : "Query",
|
|
78854
|
+
"required" : false
|
|
78855
|
+
}, {
|
|
78856
|
+
"name" : "limit",
|
|
78857
|
+
"type" : "long",
|
|
78858
|
+
"location" : "Query",
|
|
78859
|
+
"required" : true,
|
|
78860
|
+
"description" : "The maximum number of results to return",
|
|
78861
|
+
"default" : "25",
|
|
78862
|
+
"minimum" : 1,
|
|
78863
|
+
"maximum" : 100
|
|
78864
|
+
}, {
|
|
78865
|
+
"name" : "offset",
|
|
78866
|
+
"type" : "long",
|
|
78867
|
+
"location" : "Query",
|
|
78868
|
+
"required" : true,
|
|
78869
|
+
"description" : "The number of results to skip before returning results",
|
|
78870
|
+
"default" : "0",
|
|
78871
|
+
"minimum" : 0
|
|
78872
|
+
}, {
|
|
78873
|
+
"name" : "sort",
|
|
78874
|
+
"type" : "string",
|
|
78875
|
+
"location" : "Query",
|
|
78876
|
+
"required" : true,
|
|
78877
|
+
"default" : "name"
|
|
78878
|
+
} ],
|
|
78879
|
+
"responses" : [ {
|
|
78880
|
+
"code" : {
|
|
78881
|
+
"integer" : {
|
|
78882
|
+
"value" : 200
|
|
78883
|
+
}
|
|
78884
|
+
},
|
|
78885
|
+
"type" : "[channel_organization]",
|
|
78886
|
+
"description" : "Successful response",
|
|
78887
|
+
"attributes" : [ ]
|
|
78888
|
+
}, {
|
|
78889
|
+
"code" : {
|
|
78890
|
+
"integer" : {
|
|
78891
|
+
"value" : 401
|
|
78892
|
+
}
|
|
78893
|
+
},
|
|
78894
|
+
"type" : "unit",
|
|
78895
|
+
"description" : "Authorization failed",
|
|
78896
|
+
"attributes" : [ ]
|
|
78897
|
+
}, {
|
|
78898
|
+
"code" : {
|
|
78899
|
+
"integer" : {
|
|
78900
|
+
"value" : 404
|
|
78901
|
+
}
|
|
78902
|
+
},
|
|
78903
|
+
"type" : "unit",
|
|
78904
|
+
"description" : "Resource was not found",
|
|
78905
|
+
"attributes" : [ ]
|
|
78906
|
+
}, {
|
|
78907
|
+
"code" : {
|
|
78908
|
+
"integer" : {
|
|
78909
|
+
"value" : 422
|
|
78910
|
+
}
|
|
78911
|
+
},
|
|
78912
|
+
"type" : "generic_error",
|
|
78913
|
+
"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.",
|
|
78914
|
+
"attributes" : [ ]
|
|
78915
|
+
} ],
|
|
78916
|
+
"attributes" : [ {
|
|
78917
|
+
"name" : "sort",
|
|
78918
|
+
"value" : {
|
|
78919
|
+
"values" : [ {
|
|
78920
|
+
"value" : "name"
|
|
78921
|
+
}, {
|
|
78922
|
+
"value" : "created_at"
|
|
78923
|
+
}, {
|
|
78924
|
+
"value" : "key"
|
|
78925
|
+
} ]
|
|
78926
|
+
}
|
|
78927
|
+
} ],
|
|
78928
|
+
"description" : "Returns the list of organizations in a channel, channel is identified by id"
|
|
78929
|
+
}, {
|
|
78930
|
+
"method" : "POST",
|
|
78931
|
+
"path" : "/channel/:channel_id/organizations",
|
|
78932
|
+
"parameters" : [ {
|
|
78933
|
+
"name" : "channel_id",
|
|
78934
|
+
"type" : "string",
|
|
78935
|
+
"location" : "Path",
|
|
78936
|
+
"required" : true
|
|
78937
|
+
} ],
|
|
78938
|
+
"responses" : [ {
|
|
78939
|
+
"code" : {
|
|
78940
|
+
"integer" : {
|
|
78941
|
+
"value" : 201
|
|
78942
|
+
}
|
|
78943
|
+
},
|
|
78944
|
+
"type" : "channel_organization",
|
|
78945
|
+
"description" : "Operation succeeded and the resource was created",
|
|
78946
|
+
"attributes" : [ ]
|
|
78947
|
+
}, {
|
|
78948
|
+
"code" : {
|
|
78949
|
+
"integer" : {
|
|
78950
|
+
"value" : 401
|
|
78951
|
+
}
|
|
78952
|
+
},
|
|
78953
|
+
"type" : "unit",
|
|
78954
|
+
"description" : "Authorization failed",
|
|
78955
|
+
"attributes" : [ ]
|
|
78956
|
+
}, {
|
|
78957
|
+
"code" : {
|
|
78958
|
+
"integer" : {
|
|
78959
|
+
"value" : 404
|
|
78960
|
+
}
|
|
78961
|
+
},
|
|
78962
|
+
"type" : "unit",
|
|
78963
|
+
"description" : "Resource was not found",
|
|
78964
|
+
"attributes" : [ ]
|
|
78965
|
+
}, {
|
|
78966
|
+
"code" : {
|
|
78967
|
+
"integer" : {
|
|
78968
|
+
"value" : 422
|
|
78969
|
+
}
|
|
78970
|
+
},
|
|
78971
|
+
"type" : "generic_error",
|
|
78972
|
+
"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.",
|
|
78973
|
+
"attributes" : [ ]
|
|
78974
|
+
} ],
|
|
78975
|
+
"attributes" : [ ],
|
|
78976
|
+
"body" : {
|
|
78977
|
+
"type" : "channel_organization_form",
|
|
78978
|
+
"attributes" : [ ]
|
|
78979
|
+
}
|
|
78980
|
+
}, {
|
|
78981
|
+
"method" : "GET",
|
|
78982
|
+
"path" : "/channel/:channel_id/organizations/:key",
|
|
78983
|
+
"parameters" : [ {
|
|
78984
|
+
"name" : "channel_id",
|
|
78985
|
+
"type" : "string",
|
|
78986
|
+
"location" : "Path",
|
|
78987
|
+
"required" : true
|
|
78988
|
+
}, {
|
|
78989
|
+
"name" : "key",
|
|
78990
|
+
"type" : "string",
|
|
78991
|
+
"location" : "Path",
|
|
78992
|
+
"required" : true
|
|
78993
|
+
} ],
|
|
78994
|
+
"responses" : [ {
|
|
78995
|
+
"code" : {
|
|
78996
|
+
"integer" : {
|
|
78997
|
+
"value" : 200
|
|
78998
|
+
}
|
|
78999
|
+
},
|
|
79000
|
+
"type" : "channel_organization",
|
|
79001
|
+
"description" : "Successful response",
|
|
79002
|
+
"attributes" : [ ]
|
|
79003
|
+
}, {
|
|
79004
|
+
"code" : {
|
|
79005
|
+
"integer" : {
|
|
79006
|
+
"value" : 401
|
|
79007
|
+
}
|
|
79008
|
+
},
|
|
79009
|
+
"type" : "unit",
|
|
79010
|
+
"description" : "Authorization failed",
|
|
79011
|
+
"attributes" : [ ]
|
|
79012
|
+
}, {
|
|
79013
|
+
"code" : {
|
|
79014
|
+
"integer" : {
|
|
79015
|
+
"value" : 404
|
|
79016
|
+
}
|
|
79017
|
+
},
|
|
79018
|
+
"type" : "unit",
|
|
79019
|
+
"description" : "Resource was not found",
|
|
79020
|
+
"attributes" : [ ]
|
|
79021
|
+
} ],
|
|
79022
|
+
"attributes" : [ ]
|
|
79023
|
+
}, {
|
|
79024
|
+
"method" : "PUT",
|
|
79025
|
+
"path" : "/channel/:channel_id/organizations/:key",
|
|
79026
|
+
"parameters" : [ {
|
|
79027
|
+
"name" : "channel_id",
|
|
79028
|
+
"type" : "string",
|
|
79029
|
+
"location" : "Path",
|
|
79030
|
+
"required" : true
|
|
79031
|
+
}, {
|
|
79032
|
+
"name" : "key",
|
|
79033
|
+
"type" : "string",
|
|
79034
|
+
"location" : "Path",
|
|
79035
|
+
"required" : true
|
|
79036
|
+
} ],
|
|
79037
|
+
"responses" : [ {
|
|
79038
|
+
"code" : {
|
|
79039
|
+
"integer" : {
|
|
79040
|
+
"value" : 200
|
|
79041
|
+
}
|
|
79042
|
+
},
|
|
79043
|
+
"type" : "channel_organization",
|
|
79044
|
+
"description" : "Successful response",
|
|
79045
|
+
"attributes" : [ ]
|
|
79046
|
+
}, {
|
|
79047
|
+
"code" : {
|
|
79048
|
+
"integer" : {
|
|
79049
|
+
"value" : 201
|
|
79050
|
+
}
|
|
79051
|
+
},
|
|
79052
|
+
"type" : "channel_organization",
|
|
79053
|
+
"description" : "Operation succeeded and the resource was created",
|
|
79054
|
+
"attributes" : [ ]
|
|
79055
|
+
}, {
|
|
79056
|
+
"code" : {
|
|
79057
|
+
"integer" : {
|
|
79058
|
+
"value" : 401
|
|
79059
|
+
}
|
|
79060
|
+
},
|
|
79061
|
+
"type" : "unit",
|
|
79062
|
+
"description" : "Authorization failed",
|
|
79063
|
+
"attributes" : [ ]
|
|
79064
|
+
}, {
|
|
79065
|
+
"code" : {
|
|
79066
|
+
"integer" : {
|
|
79067
|
+
"value" : 404
|
|
79068
|
+
}
|
|
79069
|
+
},
|
|
79070
|
+
"type" : "unit",
|
|
79071
|
+
"description" : "Resource was not found",
|
|
79072
|
+
"attributes" : [ ]
|
|
79073
|
+
}, {
|
|
79074
|
+
"code" : {
|
|
79075
|
+
"integer" : {
|
|
79076
|
+
"value" : 422
|
|
79077
|
+
}
|
|
79078
|
+
},
|
|
79079
|
+
"type" : "generic_error",
|
|
79080
|
+
"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.",
|
|
79081
|
+
"attributes" : [ ]
|
|
79082
|
+
} ],
|
|
79083
|
+
"attributes" : [ ],
|
|
79084
|
+
"body" : {
|
|
79085
|
+
"type" : "channel_organization_put_form",
|
|
79086
|
+
"attributes" : [ ]
|
|
79087
|
+
}
|
|
79088
|
+
}, {
|
|
79089
|
+
"method" : "DELETE",
|
|
79090
|
+
"path" : "/channel/:channel_id/organizations/:key",
|
|
79091
|
+
"parameters" : [ {
|
|
79092
|
+
"name" : "channel_id",
|
|
79093
|
+
"type" : "string",
|
|
79094
|
+
"location" : "Path",
|
|
79095
|
+
"required" : true
|
|
79096
|
+
}, {
|
|
79097
|
+
"name" : "key",
|
|
79098
|
+
"type" : "string",
|
|
79099
|
+
"location" : "Path",
|
|
79100
|
+
"required" : true
|
|
79101
|
+
} ],
|
|
79102
|
+
"responses" : [ {
|
|
79103
|
+
"code" : {
|
|
79104
|
+
"integer" : {
|
|
79105
|
+
"value" : 204
|
|
79106
|
+
}
|
|
79107
|
+
},
|
|
79108
|
+
"type" : "unit",
|
|
79109
|
+
"description" : "Operation succeeded. No content is returned",
|
|
79110
|
+
"attributes" : [ ]
|
|
79111
|
+
}, {
|
|
79112
|
+
"code" : {
|
|
79113
|
+
"integer" : {
|
|
79114
|
+
"value" : 401
|
|
79115
|
+
}
|
|
79116
|
+
},
|
|
79117
|
+
"type" : "unit",
|
|
79118
|
+
"description" : "Authorization failed",
|
|
79119
|
+
"attributes" : [ ]
|
|
79120
|
+
}, {
|
|
79121
|
+
"code" : {
|
|
79122
|
+
"integer" : {
|
|
79123
|
+
"value" : 404
|
|
79124
|
+
}
|
|
79125
|
+
},
|
|
79126
|
+
"type" : "unit",
|
|
79127
|
+
"description" : "Resource was not found",
|
|
79128
|
+
"attributes" : [ ]
|
|
79129
|
+
} ],
|
|
79130
|
+
"attributes" : [ ]
|
|
79131
|
+
} ],
|
|
79132
|
+
"attributes" : [ {
|
|
79133
|
+
"name" : "docs",
|
|
79134
|
+
"value" : {
|
|
79135
|
+
"module" : "general"
|
|
79136
|
+
}
|
|
79137
|
+
} ],
|
|
79138
|
+
"path" : "/channel/:channel_id/organizations"
|
|
79139
|
+
}, {
|
|
79140
|
+
"type" : "channel_organization_authorization",
|
|
79141
|
+
"plural" : "channel_organization_authorizations",
|
|
79142
|
+
"operations" : [ {
|
|
79143
|
+
"method" : "POST",
|
|
79144
|
+
"path" : "/channel/organization/authorizations",
|
|
79145
|
+
"parameters" : [ ],
|
|
79146
|
+
"responses" : [ {
|
|
79147
|
+
"code" : {
|
|
79148
|
+
"integer" : {
|
|
79149
|
+
"value" : 201
|
|
79150
|
+
}
|
|
79151
|
+
},
|
|
79152
|
+
"type" : "channel_organization_authorization",
|
|
79153
|
+
"description" : "Operation succeeded and the resource was created",
|
|
79154
|
+
"attributes" : [ ]
|
|
79155
|
+
}, {
|
|
79156
|
+
"code" : {
|
|
79157
|
+
"integer" : {
|
|
79158
|
+
"value" : 401
|
|
79159
|
+
}
|
|
79160
|
+
},
|
|
79161
|
+
"type" : "unit",
|
|
79162
|
+
"description" : "Authorization failed",
|
|
79163
|
+
"attributes" : [ ]
|
|
79164
|
+
}, {
|
|
79165
|
+
"code" : {
|
|
79166
|
+
"integer" : {
|
|
79167
|
+
"value" : 404
|
|
79168
|
+
}
|
|
79169
|
+
},
|
|
79170
|
+
"type" : "unit",
|
|
79171
|
+
"description" : "Resource was not found",
|
|
79172
|
+
"attributes" : [ ]
|
|
79173
|
+
}, {
|
|
79174
|
+
"code" : {
|
|
79175
|
+
"integer" : {
|
|
79176
|
+
"value" : 422
|
|
79177
|
+
}
|
|
79178
|
+
},
|
|
79179
|
+
"type" : "generic_error",
|
|
79180
|
+
"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.",
|
|
79181
|
+
"attributes" : [ ]
|
|
79182
|
+
} ],
|
|
79183
|
+
"attributes" : [ ],
|
|
79184
|
+
"body" : {
|
|
79185
|
+
"type" : "channel_organization_authorization_form",
|
|
77701
79186
|
"attributes" : [ ]
|
|
77702
79187
|
}
|
|
77703
79188
|
} ],
|
|
@@ -77707,15 +79192,15 @@
|
|
|
77707
79192
|
"module" : "general"
|
|
77708
79193
|
}
|
|
77709
79194
|
} ],
|
|
77710
|
-
"path" : "/channel/authorizations"
|
|
79195
|
+
"path" : "/channel/organization/authorizations"
|
|
77711
79196
|
}, {
|
|
77712
|
-
"type" : "
|
|
77713
|
-
"plural" : "
|
|
79197
|
+
"type" : "channel_payout",
|
|
79198
|
+
"plural" : "channel_payouts",
|
|
77714
79199
|
"operations" : [ {
|
|
77715
79200
|
"method" : "GET",
|
|
77716
|
-
"path" : "/channel/:
|
|
79201
|
+
"path" : "/channel/:channel/billing/payouts",
|
|
77717
79202
|
"parameters" : [ {
|
|
77718
|
-
"name" : "
|
|
79203
|
+
"name" : "channel",
|
|
77719
79204
|
"type" : "string",
|
|
77720
79205
|
"location" : "Path",
|
|
77721
79206
|
"required" : true
|
|
@@ -77727,11 +79212,17 @@
|
|
|
77727
79212
|
"description" : "Filter by one or more IDs of this resource",
|
|
77728
79213
|
"maximum" : 100
|
|
77729
79214
|
}, {
|
|
77730
|
-
"name" : "
|
|
77731
|
-
"type" : "
|
|
79215
|
+
"name" : "since",
|
|
79216
|
+
"type" : "date-time-iso8601",
|
|
77732
79217
|
"location" : "Query",
|
|
77733
79218
|
"required" : false,
|
|
77734
|
-
"
|
|
79219
|
+
"description" : "If specified, we return all transactions where created_at >= the provided timestamp"
|
|
79220
|
+
}, {
|
|
79221
|
+
"name" : "updated_since",
|
|
79222
|
+
"type" : "date-time-iso8601",
|
|
79223
|
+
"location" : "Query",
|
|
79224
|
+
"required" : false,
|
|
79225
|
+
"description" : "If specified, we return all transactions where updated_at >= the provided timestamp"
|
|
77735
79226
|
}, {
|
|
77736
79227
|
"name" : "limit",
|
|
77737
79228
|
"type" : "long",
|
|
@@ -77754,7 +79245,7 @@
|
|
|
77754
79245
|
"type" : "string",
|
|
77755
79246
|
"location" : "Query",
|
|
77756
79247
|
"required" : true,
|
|
77757
|
-
"default" : "
|
|
79248
|
+
"default" : "-created_at"
|
|
77758
79249
|
} ],
|
|
77759
79250
|
"responses" : [ {
|
|
77760
79251
|
"code" : {
|
|
@@ -77762,7 +79253,7 @@
|
|
|
77762
79253
|
"value" : 200
|
|
77763
79254
|
}
|
|
77764
79255
|
},
|
|
77765
|
-
"type" : "[
|
|
79256
|
+
"type" : "[channel_payout]",
|
|
77766
79257
|
"description" : "Successful response",
|
|
77767
79258
|
"attributes" : [ ]
|
|
77768
79259
|
}, {
|
|
@@ -77797,122 +79288,33 @@
|
|
|
77797
79288
|
"name" : "sort",
|
|
77798
79289
|
"value" : {
|
|
77799
79290
|
"values" : [ {
|
|
77800
|
-
"value" : "
|
|
79291
|
+
"value" : "id"
|
|
77801
79292
|
}, {
|
|
77802
79293
|
"value" : "created_at"
|
|
77803
79294
|
}, {
|
|
77804
|
-
"value" : "
|
|
79295
|
+
"value" : "updated_at"
|
|
77805
79296
|
} ]
|
|
77806
79297
|
}
|
|
77807
|
-
} ],
|
|
77808
|
-
"description" : "Returns the list of organizations in a channel, channel is identified by id"
|
|
77809
|
-
}, {
|
|
77810
|
-
"method" : "POST",
|
|
77811
|
-
"path" : "/channel/:channel_id/organizations",
|
|
77812
|
-
"parameters" : [ {
|
|
77813
|
-
"name" : "channel_id",
|
|
77814
|
-
"type" : "string",
|
|
77815
|
-
"location" : "Path",
|
|
77816
|
-
"required" : true
|
|
77817
|
-
} ],
|
|
77818
|
-
"responses" : [ {
|
|
77819
|
-
"code" : {
|
|
77820
|
-
"integer" : {
|
|
77821
|
-
"value" : 201
|
|
77822
|
-
}
|
|
77823
|
-
},
|
|
77824
|
-
"type" : "channel_organization",
|
|
77825
|
-
"description" : "Operation succeeded and the resource was created",
|
|
77826
|
-
"attributes" : [ ]
|
|
77827
79298
|
}, {
|
|
77828
|
-
"
|
|
77829
|
-
|
|
77830
|
-
|
|
77831
|
-
|
|
77832
|
-
|
|
77833
|
-
"type" : "unit",
|
|
77834
|
-
"description" : "Authorization failed",
|
|
77835
|
-
"attributes" : [ ]
|
|
77836
|
-
}, {
|
|
77837
|
-
"code" : {
|
|
77838
|
-
"integer" : {
|
|
77839
|
-
"value" : 404
|
|
77840
|
-
}
|
|
77841
|
-
},
|
|
77842
|
-
"type" : "unit",
|
|
77843
|
-
"description" : "Resource was not found",
|
|
77844
|
-
"attributes" : [ ]
|
|
77845
|
-
}, {
|
|
77846
|
-
"code" : {
|
|
77847
|
-
"integer" : {
|
|
77848
|
-
"value" : 422
|
|
77849
|
-
}
|
|
77850
|
-
},
|
|
77851
|
-
"type" : "generic_error",
|
|
77852
|
-
"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.",
|
|
77853
|
-
"attributes" : [ ]
|
|
77854
|
-
} ],
|
|
77855
|
-
"attributes" : [ ],
|
|
77856
|
-
"body" : {
|
|
77857
|
-
"type" : "channel_organization_form",
|
|
77858
|
-
"attributes" : [ ]
|
|
77859
|
-
}
|
|
79299
|
+
"name" : "linter",
|
|
79300
|
+
"value" : {
|
|
79301
|
+
"ignore" : [ "versions" ]
|
|
79302
|
+
}
|
|
79303
|
+
} ]
|
|
77860
79304
|
}, {
|
|
77861
79305
|
"method" : "GET",
|
|
77862
|
-
"path" : "/channel/:
|
|
79306
|
+
"path" : "/channel/:channel/billing/payouts/:id",
|
|
77863
79307
|
"parameters" : [ {
|
|
77864
|
-
"name" : "
|
|
77865
|
-
"type" : "string",
|
|
77866
|
-
"location" : "Path",
|
|
77867
|
-
"required" : true
|
|
77868
|
-
}, {
|
|
77869
|
-
"name" : "key",
|
|
77870
|
-
"type" : "string",
|
|
77871
|
-
"location" : "Path",
|
|
77872
|
-
"required" : true
|
|
77873
|
-
} ],
|
|
77874
|
-
"responses" : [ {
|
|
77875
|
-
"code" : {
|
|
77876
|
-
"integer" : {
|
|
77877
|
-
"value" : 200
|
|
77878
|
-
}
|
|
77879
|
-
},
|
|
77880
|
-
"type" : "channel_organization",
|
|
77881
|
-
"description" : "Successful response",
|
|
77882
|
-
"attributes" : [ ]
|
|
77883
|
-
}, {
|
|
77884
|
-
"code" : {
|
|
77885
|
-
"integer" : {
|
|
77886
|
-
"value" : 401
|
|
77887
|
-
}
|
|
77888
|
-
},
|
|
77889
|
-
"type" : "unit",
|
|
77890
|
-
"description" : "Authorization failed",
|
|
77891
|
-
"attributes" : [ ]
|
|
77892
|
-
}, {
|
|
77893
|
-
"code" : {
|
|
77894
|
-
"integer" : {
|
|
77895
|
-
"value" : 404
|
|
77896
|
-
}
|
|
77897
|
-
},
|
|
77898
|
-
"type" : "unit",
|
|
77899
|
-
"description" : "Resource was not found",
|
|
77900
|
-
"attributes" : [ ]
|
|
77901
|
-
} ],
|
|
77902
|
-
"attributes" : [ ]
|
|
77903
|
-
}, {
|
|
77904
|
-
"method" : "PUT",
|
|
77905
|
-
"path" : "/channel/:channel_id/organizations/:key",
|
|
77906
|
-
"parameters" : [ {
|
|
77907
|
-
"name" : "channel_id",
|
|
79308
|
+
"name" : "channel",
|
|
77908
79309
|
"type" : "string",
|
|
77909
79310
|
"location" : "Path",
|
|
77910
79311
|
"required" : true
|
|
77911
79312
|
}, {
|
|
77912
|
-
"name" : "
|
|
79313
|
+
"name" : "id",
|
|
77913
79314
|
"type" : "string",
|
|
77914
79315
|
"location" : "Path",
|
|
77915
|
-
"required" : true
|
|
79316
|
+
"required" : true,
|
|
79317
|
+
"description" : "Filter by one or more IDs of this resource"
|
|
77916
79318
|
} ],
|
|
77917
79319
|
"responses" : [ {
|
|
77918
79320
|
"code" : {
|
|
@@ -77920,74 +79322,9 @@
|
|
|
77920
79322
|
"value" : 200
|
|
77921
79323
|
}
|
|
77922
79324
|
},
|
|
77923
|
-
"type" : "
|
|
79325
|
+
"type" : "channel_payout",
|
|
77924
79326
|
"description" : "Successful response",
|
|
77925
79327
|
"attributes" : [ ]
|
|
77926
|
-
}, {
|
|
77927
|
-
"code" : {
|
|
77928
|
-
"integer" : {
|
|
77929
|
-
"value" : 201
|
|
77930
|
-
}
|
|
77931
|
-
},
|
|
77932
|
-
"type" : "channel_organization",
|
|
77933
|
-
"description" : "Operation succeeded and the resource was created",
|
|
77934
|
-
"attributes" : [ ]
|
|
77935
|
-
}, {
|
|
77936
|
-
"code" : {
|
|
77937
|
-
"integer" : {
|
|
77938
|
-
"value" : 401
|
|
77939
|
-
}
|
|
77940
|
-
},
|
|
77941
|
-
"type" : "unit",
|
|
77942
|
-
"description" : "Authorization failed",
|
|
77943
|
-
"attributes" : [ ]
|
|
77944
|
-
}, {
|
|
77945
|
-
"code" : {
|
|
77946
|
-
"integer" : {
|
|
77947
|
-
"value" : 404
|
|
77948
|
-
}
|
|
77949
|
-
},
|
|
77950
|
-
"type" : "unit",
|
|
77951
|
-
"description" : "Resource was not found",
|
|
77952
|
-
"attributes" : [ ]
|
|
77953
|
-
}, {
|
|
77954
|
-
"code" : {
|
|
77955
|
-
"integer" : {
|
|
77956
|
-
"value" : 422
|
|
77957
|
-
}
|
|
77958
|
-
},
|
|
77959
|
-
"type" : "generic_error",
|
|
77960
|
-
"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.",
|
|
77961
|
-
"attributes" : [ ]
|
|
77962
|
-
} ],
|
|
77963
|
-
"attributes" : [ ],
|
|
77964
|
-
"body" : {
|
|
77965
|
-
"type" : "channel_organization_put_form",
|
|
77966
|
-
"attributes" : [ ]
|
|
77967
|
-
}
|
|
77968
|
-
}, {
|
|
77969
|
-
"method" : "DELETE",
|
|
77970
|
-
"path" : "/channel/:channel_id/organizations/:key",
|
|
77971
|
-
"parameters" : [ {
|
|
77972
|
-
"name" : "channel_id",
|
|
77973
|
-
"type" : "string",
|
|
77974
|
-
"location" : "Path",
|
|
77975
|
-
"required" : true
|
|
77976
|
-
}, {
|
|
77977
|
-
"name" : "key",
|
|
77978
|
-
"type" : "string",
|
|
77979
|
-
"location" : "Path",
|
|
77980
|
-
"required" : true
|
|
77981
|
-
} ],
|
|
77982
|
-
"responses" : [ {
|
|
77983
|
-
"code" : {
|
|
77984
|
-
"integer" : {
|
|
77985
|
-
"value" : 204
|
|
77986
|
-
}
|
|
77987
|
-
},
|
|
77988
|
-
"type" : "unit",
|
|
77989
|
-
"description" : "Operation succeeded. No content is returned",
|
|
77990
|
-
"attributes" : [ ]
|
|
77991
79328
|
}, {
|
|
77992
79329
|
"code" : {
|
|
77993
79330
|
"integer" : {
|
|
@@ -78015,64 +79352,7 @@
|
|
|
78015
79352
|
"module" : "general"
|
|
78016
79353
|
}
|
|
78017
79354
|
} ],
|
|
78018
|
-
"path" : "/channel/:
|
|
78019
|
-
}, {
|
|
78020
|
-
"type" : "channel_organization_authorization",
|
|
78021
|
-
"plural" : "channel_organization_authorizations",
|
|
78022
|
-
"operations" : [ {
|
|
78023
|
-
"method" : "POST",
|
|
78024
|
-
"path" : "/channel/organization/authorizations",
|
|
78025
|
-
"parameters" : [ ],
|
|
78026
|
-
"responses" : [ {
|
|
78027
|
-
"code" : {
|
|
78028
|
-
"integer" : {
|
|
78029
|
-
"value" : 201
|
|
78030
|
-
}
|
|
78031
|
-
},
|
|
78032
|
-
"type" : "channel_organization_authorization",
|
|
78033
|
-
"description" : "Operation succeeded and the resource was created",
|
|
78034
|
-
"attributes" : [ ]
|
|
78035
|
-
}, {
|
|
78036
|
-
"code" : {
|
|
78037
|
-
"integer" : {
|
|
78038
|
-
"value" : 401
|
|
78039
|
-
}
|
|
78040
|
-
},
|
|
78041
|
-
"type" : "unit",
|
|
78042
|
-
"description" : "Authorization failed",
|
|
78043
|
-
"attributes" : [ ]
|
|
78044
|
-
}, {
|
|
78045
|
-
"code" : {
|
|
78046
|
-
"integer" : {
|
|
78047
|
-
"value" : 404
|
|
78048
|
-
}
|
|
78049
|
-
},
|
|
78050
|
-
"type" : "unit",
|
|
78051
|
-
"description" : "Resource was not found",
|
|
78052
|
-
"attributes" : [ ]
|
|
78053
|
-
}, {
|
|
78054
|
-
"code" : {
|
|
78055
|
-
"integer" : {
|
|
78056
|
-
"value" : 422
|
|
78057
|
-
}
|
|
78058
|
-
},
|
|
78059
|
-
"type" : "generic_error",
|
|
78060
|
-
"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.",
|
|
78061
|
-
"attributes" : [ ]
|
|
78062
|
-
} ],
|
|
78063
|
-
"attributes" : [ ],
|
|
78064
|
-
"body" : {
|
|
78065
|
-
"type" : "channel_organization_authorization_form",
|
|
78066
|
-
"attributes" : [ ]
|
|
78067
|
-
}
|
|
78068
|
-
} ],
|
|
78069
|
-
"attributes" : [ {
|
|
78070
|
-
"name" : "docs",
|
|
78071
|
-
"value" : {
|
|
78072
|
-
"module" : "general"
|
|
78073
|
-
}
|
|
78074
|
-
} ],
|
|
78075
|
-
"path" : "/channel/organization/authorizations"
|
|
79355
|
+
"path" : "/channel/:channel/billing/payouts"
|
|
78076
79356
|
}, {
|
|
78077
79357
|
"type" : "channel_rate",
|
|
78078
79358
|
"plural" : "channel_rates",
|
|
@@ -78575,6 +79855,12 @@
|
|
|
78575
79855
|
"location" : "Query",
|
|
78576
79856
|
"required" : false,
|
|
78577
79857
|
"description" : "If specified, we return all transactions where created_at >= the provided timestamp"
|
|
79858
|
+
}, {
|
|
79859
|
+
"name" : "updated_since",
|
|
79860
|
+
"type" : "date-time-iso8601",
|
|
79861
|
+
"location" : "Query",
|
|
79862
|
+
"required" : false,
|
|
79863
|
+
"description" : "If specified, we return all transactions where updated_at >= the provided timestamp"
|
|
78578
79864
|
}, {
|
|
78579
79865
|
"name" : "limit",
|
|
78580
79866
|
"type" : "long",
|
|
@@ -78617,6 +79903,15 @@
|
|
|
78617
79903
|
"type" : "unit",
|
|
78618
79904
|
"description" : "Authorization failed",
|
|
78619
79905
|
"attributes" : [ ]
|
|
79906
|
+
}, {
|
|
79907
|
+
"code" : {
|
|
79908
|
+
"integer" : {
|
|
79909
|
+
"value" : 404
|
|
79910
|
+
}
|
|
79911
|
+
},
|
|
79912
|
+
"type" : "unit",
|
|
79913
|
+
"description" : "Resource was not found",
|
|
79914
|
+
"attributes" : [ ]
|
|
78620
79915
|
}, {
|
|
78621
79916
|
"code" : {
|
|
78622
79917
|
"integer" : {
|
|
@@ -78634,6 +79929,8 @@
|
|
|
78634
79929
|
"value" : "id"
|
|
78635
79930
|
}, {
|
|
78636
79931
|
"value" : "created_at"
|
|
79932
|
+
}, {
|
|
79933
|
+
"value" : "updated_at"
|
|
78637
79934
|
} ]
|
|
78638
79935
|
}
|
|
78639
79936
|
}, {
|
|
@@ -86414,6 +87711,12 @@
|
|
|
86414
87711
|
"required" : false,
|
|
86415
87712
|
"description" : "Filter by one or more IDs of this resource",
|
|
86416
87713
|
"maximum" : 100
|
|
87714
|
+
}, {
|
|
87715
|
+
"name" : "key",
|
|
87716
|
+
"type" : "string",
|
|
87717
|
+
"location" : "Query",
|
|
87718
|
+
"required" : false,
|
|
87719
|
+
"maximum" : 100
|
|
86417
87720
|
}, {
|
|
86418
87721
|
"name" : "limit",
|
|
86419
87722
|
"type" : "long",
|
|
@@ -86652,7 +87955,258 @@
|
|
|
86652
87955
|
"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.",
|
|
86653
87956
|
"attributes" : [ ]
|
|
86654
87957
|
} ],
|
|
86655
|
-
"attributes" : [ ]
|
|
87958
|
+
"attributes" : [ ]
|
|
87959
|
+
} ],
|
|
87960
|
+
"attributes" : [ {
|
|
87961
|
+
"name" : "docs",
|
|
87962
|
+
"value" : {
|
|
87963
|
+
"module" : "general"
|
|
87964
|
+
}
|
|
87965
|
+
} ],
|
|
87966
|
+
"path" : "/:organization/bank/accounts"
|
|
87967
|
+
}, {
|
|
87968
|
+
"type" : "organization_default_bank_account",
|
|
87969
|
+
"plural" : "organization_default_bank_accounts",
|
|
87970
|
+
"operations" : [ {
|
|
87971
|
+
"method" : "GET",
|
|
87972
|
+
"path" : "/:organization/default/bank/accounts",
|
|
87973
|
+
"parameters" : [ {
|
|
87974
|
+
"name" : "organization",
|
|
87975
|
+
"type" : "string",
|
|
87976
|
+
"location" : "Path",
|
|
87977
|
+
"required" : true,
|
|
87978
|
+
"description" : "Refers to your organization's account identifier"
|
|
87979
|
+
} ],
|
|
87980
|
+
"responses" : [ {
|
|
87981
|
+
"code" : {
|
|
87982
|
+
"integer" : {
|
|
87983
|
+
"value" : 200
|
|
87984
|
+
}
|
|
87985
|
+
},
|
|
87986
|
+
"type" : "organization_default_bank_account",
|
|
87987
|
+
"description" : "Successful response",
|
|
87988
|
+
"attributes" : [ ]
|
|
87989
|
+
}, {
|
|
87990
|
+
"code" : {
|
|
87991
|
+
"integer" : {
|
|
87992
|
+
"value" : 401
|
|
87993
|
+
}
|
|
87994
|
+
},
|
|
87995
|
+
"type" : "unit",
|
|
87996
|
+
"description" : "Authorization failed",
|
|
87997
|
+
"attributes" : [ ]
|
|
87998
|
+
}, {
|
|
87999
|
+
"code" : {
|
|
88000
|
+
"integer" : {
|
|
88001
|
+
"value" : 404
|
|
88002
|
+
}
|
|
88003
|
+
},
|
|
88004
|
+
"type" : "unit",
|
|
88005
|
+
"description" : "Resource was not found",
|
|
88006
|
+
"attributes" : [ ]
|
|
88007
|
+
} ],
|
|
88008
|
+
"attributes" : [ ]
|
|
88009
|
+
}, {
|
|
88010
|
+
"method" : "PUT",
|
|
88011
|
+
"path" : "/:organization/default/bank/accounts",
|
|
88012
|
+
"parameters" : [ {
|
|
88013
|
+
"name" : "organization",
|
|
88014
|
+
"type" : "string",
|
|
88015
|
+
"location" : "Path",
|
|
88016
|
+
"required" : true,
|
|
88017
|
+
"description" : "Refers to your organization's account identifier"
|
|
88018
|
+
} ],
|
|
88019
|
+
"responses" : [ {
|
|
88020
|
+
"code" : {
|
|
88021
|
+
"integer" : {
|
|
88022
|
+
"value" : 200
|
|
88023
|
+
}
|
|
88024
|
+
},
|
|
88025
|
+
"type" : "organization_default_bank_account",
|
|
88026
|
+
"description" : "Successful response",
|
|
88027
|
+
"attributes" : [ ]
|
|
88028
|
+
}, {
|
|
88029
|
+
"code" : {
|
|
88030
|
+
"integer" : {
|
|
88031
|
+
"value" : 201
|
|
88032
|
+
}
|
|
88033
|
+
},
|
|
88034
|
+
"type" : "organization_default_bank_account",
|
|
88035
|
+
"description" : "Operation succeeded and the resource was created",
|
|
88036
|
+
"attributes" : [ ]
|
|
88037
|
+
}, {
|
|
88038
|
+
"code" : {
|
|
88039
|
+
"integer" : {
|
|
88040
|
+
"value" : 401
|
|
88041
|
+
}
|
|
88042
|
+
},
|
|
88043
|
+
"type" : "unit",
|
|
88044
|
+
"description" : "Authorization failed",
|
|
88045
|
+
"attributes" : [ ]
|
|
88046
|
+
}, {
|
|
88047
|
+
"code" : {
|
|
88048
|
+
"integer" : {
|
|
88049
|
+
"value" : 422
|
|
88050
|
+
}
|
|
88051
|
+
},
|
|
88052
|
+
"type" : "generic_error",
|
|
88053
|
+
"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.",
|
|
88054
|
+
"attributes" : [ ]
|
|
88055
|
+
} ],
|
|
88056
|
+
"attributes" : [ ],
|
|
88057
|
+
"body" : {
|
|
88058
|
+
"type" : "default_bank_account_form",
|
|
88059
|
+
"attributes" : [ ]
|
|
88060
|
+
}
|
|
88061
|
+
}, {
|
|
88062
|
+
"method" : "DELETE",
|
|
88063
|
+
"path" : "/:organization/default/bank/accounts",
|
|
88064
|
+
"parameters" : [ {
|
|
88065
|
+
"name" : "organization",
|
|
88066
|
+
"type" : "string",
|
|
88067
|
+
"location" : "Path",
|
|
88068
|
+
"required" : true,
|
|
88069
|
+
"description" : "Refers to your organization's account identifier"
|
|
88070
|
+
} ],
|
|
88071
|
+
"responses" : [ {
|
|
88072
|
+
"code" : {
|
|
88073
|
+
"integer" : {
|
|
88074
|
+
"value" : 204
|
|
88075
|
+
}
|
|
88076
|
+
},
|
|
88077
|
+
"type" : "unit",
|
|
88078
|
+
"description" : "Operation succeeded. No content is returned",
|
|
88079
|
+
"attributes" : [ ]
|
|
88080
|
+
}, {
|
|
88081
|
+
"code" : {
|
|
88082
|
+
"integer" : {
|
|
88083
|
+
"value" : 401
|
|
88084
|
+
}
|
|
88085
|
+
},
|
|
88086
|
+
"type" : "unit",
|
|
88087
|
+
"description" : "Authorization failed",
|
|
88088
|
+
"attributes" : [ ]
|
|
88089
|
+
}, {
|
|
88090
|
+
"code" : {
|
|
88091
|
+
"integer" : {
|
|
88092
|
+
"value" : 404
|
|
88093
|
+
}
|
|
88094
|
+
},
|
|
88095
|
+
"type" : "unit",
|
|
88096
|
+
"description" : "Resource was not found",
|
|
88097
|
+
"attributes" : [ ]
|
|
88098
|
+
}, {
|
|
88099
|
+
"code" : {
|
|
88100
|
+
"integer" : {
|
|
88101
|
+
"value" : 422
|
|
88102
|
+
}
|
|
88103
|
+
},
|
|
88104
|
+
"type" : "generic_error",
|
|
88105
|
+
"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.",
|
|
88106
|
+
"attributes" : [ ]
|
|
88107
|
+
} ],
|
|
88108
|
+
"attributes" : [ ]
|
|
88109
|
+
} ],
|
|
88110
|
+
"attributes" : [ {
|
|
88111
|
+
"name" : "docs",
|
|
88112
|
+
"value" : {
|
|
88113
|
+
"module" : "general"
|
|
88114
|
+
}
|
|
88115
|
+
} ],
|
|
88116
|
+
"path" : "/:organization/default/bank/accounts"
|
|
88117
|
+
}, {
|
|
88118
|
+
"type" : "organization_default_configurations",
|
|
88119
|
+
"plural" : "organization_default_configurations",
|
|
88120
|
+
"operations" : [ {
|
|
88121
|
+
"method" : "GET",
|
|
88122
|
+
"path" : "/:organization_id/default/configurations",
|
|
88123
|
+
"parameters" : [ {
|
|
88124
|
+
"name" : "organization_id",
|
|
88125
|
+
"type" : "string",
|
|
88126
|
+
"location" : "Path",
|
|
88127
|
+
"required" : true
|
|
88128
|
+
} ],
|
|
88129
|
+
"responses" : [ {
|
|
88130
|
+
"code" : {
|
|
88131
|
+
"integer" : {
|
|
88132
|
+
"value" : 200
|
|
88133
|
+
}
|
|
88134
|
+
},
|
|
88135
|
+
"type" : "organization_default_configurations",
|
|
88136
|
+
"description" : "Successful response",
|
|
88137
|
+
"attributes" : [ ]
|
|
88138
|
+
}, {
|
|
88139
|
+
"code" : {
|
|
88140
|
+
"integer" : {
|
|
88141
|
+
"value" : 401
|
|
88142
|
+
}
|
|
88143
|
+
},
|
|
88144
|
+
"type" : "unit",
|
|
88145
|
+
"description" : "Authorization failed",
|
|
88146
|
+
"attributes" : [ ]
|
|
88147
|
+
}, {
|
|
88148
|
+
"code" : {
|
|
88149
|
+
"integer" : {
|
|
88150
|
+
"value" : 404
|
|
88151
|
+
}
|
|
88152
|
+
},
|
|
88153
|
+
"type" : "unit",
|
|
88154
|
+
"description" : "Resource was not found",
|
|
88155
|
+
"attributes" : [ ]
|
|
88156
|
+
} ],
|
|
88157
|
+
"attributes" : [ ]
|
|
88158
|
+
}, {
|
|
88159
|
+
"method" : "PUT",
|
|
88160
|
+
"path" : "/:organization_id/default/configurations/checkout",
|
|
88161
|
+
"parameters" : [ {
|
|
88162
|
+
"name" : "organization_id",
|
|
88163
|
+
"type" : "string",
|
|
88164
|
+
"location" : "Path",
|
|
88165
|
+
"required" : true
|
|
88166
|
+
} ],
|
|
88167
|
+
"responses" : [ {
|
|
88168
|
+
"code" : {
|
|
88169
|
+
"integer" : {
|
|
88170
|
+
"value" : 200
|
|
88171
|
+
}
|
|
88172
|
+
},
|
|
88173
|
+
"type" : "organization_default_configurations",
|
|
88174
|
+
"description" : "Successful response",
|
|
88175
|
+
"attributes" : [ ]
|
|
88176
|
+
}, {
|
|
88177
|
+
"code" : {
|
|
88178
|
+
"integer" : {
|
|
88179
|
+
"value" : 401
|
|
88180
|
+
}
|
|
88181
|
+
},
|
|
88182
|
+
"type" : "unit",
|
|
88183
|
+
"description" : "Authorization failed",
|
|
88184
|
+
"attributes" : [ ]
|
|
88185
|
+
}, {
|
|
88186
|
+
"code" : {
|
|
88187
|
+
"integer" : {
|
|
88188
|
+
"value" : 404
|
|
88189
|
+
}
|
|
88190
|
+
},
|
|
88191
|
+
"type" : "unit",
|
|
88192
|
+
"description" : "Resource was not found",
|
|
88193
|
+
"attributes" : [ ]
|
|
88194
|
+
}, {
|
|
88195
|
+
"code" : {
|
|
88196
|
+
"integer" : {
|
|
88197
|
+
"value" : 422
|
|
88198
|
+
}
|
|
88199
|
+
},
|
|
88200
|
+
"type" : "generic_error",
|
|
88201
|
+
"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.",
|
|
88202
|
+
"attributes" : [ ]
|
|
88203
|
+
} ],
|
|
88204
|
+
"attributes" : [ ],
|
|
88205
|
+
"description" : "Update the default checkout configuration id for this organization",
|
|
88206
|
+
"body" : {
|
|
88207
|
+
"type" : "organization_default_configurations_form",
|
|
88208
|
+
"attributes" : [ ]
|
|
88209
|
+
}
|
|
86656
88210
|
} ],
|
|
86657
88211
|
"attributes" : [ {
|
|
86658
88212
|
"name" : "docs",
|
|
@@ -86660,13 +88214,13 @@
|
|
|
86660
88214
|
"module" : "general"
|
|
86661
88215
|
}
|
|
86662
88216
|
} ],
|
|
86663
|
-
"path" : "/:
|
|
88217
|
+
"path" : "/:organization_id/default/configurations"
|
|
86664
88218
|
}, {
|
|
86665
|
-
"type" : "
|
|
86666
|
-
"plural" : "
|
|
88219
|
+
"type" : "organization_onboarding_state",
|
|
88220
|
+
"plural" : "organization_onboarding_states",
|
|
86667
88221
|
"operations" : [ {
|
|
86668
88222
|
"method" : "GET",
|
|
86669
|
-
"path" : "/:organization/
|
|
88223
|
+
"path" : "/:organization/onboarding/state",
|
|
86670
88224
|
"parameters" : [ {
|
|
86671
88225
|
"name" : "organization",
|
|
86672
88226
|
"type" : "string",
|
|
@@ -86680,7 +88234,7 @@
|
|
|
86680
88234
|
"value" : 200
|
|
86681
88235
|
}
|
|
86682
88236
|
},
|
|
86683
|
-
"type" : "
|
|
88237
|
+
"type" : "organization_onboarding_state",
|
|
86684
88238
|
"description" : "Successful response",
|
|
86685
88239
|
"attributes" : [ ]
|
|
86686
88240
|
}, {
|
|
@@ -86701,45 +88255,6 @@
|
|
|
86701
88255
|
"type" : "unit",
|
|
86702
88256
|
"description" : "Resource was not found",
|
|
86703
88257
|
"attributes" : [ ]
|
|
86704
|
-
} ],
|
|
86705
|
-
"attributes" : [ ]
|
|
86706
|
-
}, {
|
|
86707
|
-
"method" : "PUT",
|
|
86708
|
-
"path" : "/:organization/default/bank/accounts",
|
|
86709
|
-
"parameters" : [ {
|
|
86710
|
-
"name" : "organization",
|
|
86711
|
-
"type" : "string",
|
|
86712
|
-
"location" : "Path",
|
|
86713
|
-
"required" : true,
|
|
86714
|
-
"description" : "Refers to your organization's account identifier"
|
|
86715
|
-
} ],
|
|
86716
|
-
"responses" : [ {
|
|
86717
|
-
"code" : {
|
|
86718
|
-
"integer" : {
|
|
86719
|
-
"value" : 200
|
|
86720
|
-
}
|
|
86721
|
-
},
|
|
86722
|
-
"type" : "organization_default_bank_account",
|
|
86723
|
-
"description" : "Successful response",
|
|
86724
|
-
"attributes" : [ ]
|
|
86725
|
-
}, {
|
|
86726
|
-
"code" : {
|
|
86727
|
-
"integer" : {
|
|
86728
|
-
"value" : 201
|
|
86729
|
-
}
|
|
86730
|
-
},
|
|
86731
|
-
"type" : "organization_default_bank_account",
|
|
86732
|
-
"description" : "Operation succeeded and the resource was created",
|
|
86733
|
-
"attributes" : [ ]
|
|
86734
|
-
}, {
|
|
86735
|
-
"code" : {
|
|
86736
|
-
"integer" : {
|
|
86737
|
-
"value" : 401
|
|
86738
|
-
}
|
|
86739
|
-
},
|
|
86740
|
-
"type" : "unit",
|
|
86741
|
-
"description" : "Authorization failed",
|
|
86742
|
-
"attributes" : [ ]
|
|
86743
88258
|
}, {
|
|
86744
88259
|
"code" : {
|
|
86745
88260
|
"integer" : {
|
|
@@ -86750,14 +88265,10 @@
|
|
|
86750
88265
|
"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.",
|
|
86751
88266
|
"attributes" : [ ]
|
|
86752
88267
|
} ],
|
|
86753
|
-
"attributes" : [ ]
|
|
86754
|
-
"body" : {
|
|
86755
|
-
"type" : "default_bank_account_form",
|
|
86756
|
-
"attributes" : [ ]
|
|
86757
|
-
}
|
|
88268
|
+
"attributes" : [ ]
|
|
86758
88269
|
}, {
|
|
86759
|
-
"method" : "
|
|
86760
|
-
"path" : "/:organization/
|
|
88270
|
+
"method" : "PUT",
|
|
88271
|
+
"path" : "/:organization/onboarding/state/activation",
|
|
86761
88272
|
"parameters" : [ {
|
|
86762
88273
|
"name" : "organization",
|
|
86763
88274
|
"type" : "string",
|
|
@@ -86768,107 +88279,11 @@
|
|
|
86768
88279
|
"responses" : [ {
|
|
86769
88280
|
"code" : {
|
|
86770
88281
|
"integer" : {
|
|
86771
|
-
"value" :
|
|
86772
|
-
}
|
|
86773
|
-
},
|
|
86774
|
-
"type" : "unit",
|
|
86775
|
-
"description" : "Operation succeeded. No content is returned",
|
|
86776
|
-
"attributes" : [ ]
|
|
86777
|
-
}, {
|
|
86778
|
-
"code" : {
|
|
86779
|
-
"integer" : {
|
|
86780
|
-
"value" : 401
|
|
86781
|
-
}
|
|
86782
|
-
},
|
|
86783
|
-
"type" : "unit",
|
|
86784
|
-
"description" : "Authorization failed",
|
|
86785
|
-
"attributes" : [ ]
|
|
86786
|
-
}, {
|
|
86787
|
-
"code" : {
|
|
86788
|
-
"integer" : {
|
|
86789
|
-
"value" : 404
|
|
86790
|
-
}
|
|
86791
|
-
},
|
|
86792
|
-
"type" : "unit",
|
|
86793
|
-
"description" : "Resource was not found",
|
|
86794
|
-
"attributes" : [ ]
|
|
86795
|
-
}, {
|
|
86796
|
-
"code" : {
|
|
86797
|
-
"integer" : {
|
|
86798
|
-
"value" : 422
|
|
86799
|
-
}
|
|
86800
|
-
},
|
|
86801
|
-
"type" : "generic_error",
|
|
86802
|
-
"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.",
|
|
86803
|
-
"attributes" : [ ]
|
|
86804
|
-
} ],
|
|
86805
|
-
"attributes" : [ ]
|
|
86806
|
-
} ],
|
|
86807
|
-
"attributes" : [ {
|
|
86808
|
-
"name" : "docs",
|
|
86809
|
-
"value" : {
|
|
86810
|
-
"module" : "general"
|
|
86811
|
-
}
|
|
86812
|
-
} ],
|
|
86813
|
-
"path" : "/:organization/default/bank/accounts"
|
|
86814
|
-
}, {
|
|
86815
|
-
"type" : "organization_default_configurations",
|
|
86816
|
-
"plural" : "organization_default_configurations",
|
|
86817
|
-
"operations" : [ {
|
|
86818
|
-
"method" : "GET",
|
|
86819
|
-
"path" : "/:organization_id/default/configurations",
|
|
86820
|
-
"parameters" : [ {
|
|
86821
|
-
"name" : "organization_id",
|
|
86822
|
-
"type" : "string",
|
|
86823
|
-
"location" : "Path",
|
|
86824
|
-
"required" : true
|
|
86825
|
-
} ],
|
|
86826
|
-
"responses" : [ {
|
|
86827
|
-
"code" : {
|
|
86828
|
-
"integer" : {
|
|
86829
|
-
"value" : 200
|
|
86830
|
-
}
|
|
86831
|
-
},
|
|
86832
|
-
"type" : "organization_default_configurations",
|
|
86833
|
-
"description" : "Successful response",
|
|
86834
|
-
"attributes" : [ ]
|
|
86835
|
-
}, {
|
|
86836
|
-
"code" : {
|
|
86837
|
-
"integer" : {
|
|
86838
|
-
"value" : 401
|
|
86839
|
-
}
|
|
86840
|
-
},
|
|
86841
|
-
"type" : "unit",
|
|
86842
|
-
"description" : "Authorization failed",
|
|
86843
|
-
"attributes" : [ ]
|
|
86844
|
-
}, {
|
|
86845
|
-
"code" : {
|
|
86846
|
-
"integer" : {
|
|
86847
|
-
"value" : 404
|
|
86848
|
-
}
|
|
86849
|
-
},
|
|
86850
|
-
"type" : "unit",
|
|
86851
|
-
"description" : "Resource was not found",
|
|
86852
|
-
"attributes" : [ ]
|
|
86853
|
-
} ],
|
|
86854
|
-
"attributes" : [ ]
|
|
86855
|
-
}, {
|
|
86856
|
-
"method" : "PUT",
|
|
86857
|
-
"path" : "/:organization_id/default/configurations/checkout",
|
|
86858
|
-
"parameters" : [ {
|
|
86859
|
-
"name" : "organization_id",
|
|
86860
|
-
"type" : "string",
|
|
86861
|
-
"location" : "Path",
|
|
86862
|
-
"required" : true
|
|
86863
|
-
} ],
|
|
86864
|
-
"responses" : [ {
|
|
86865
|
-
"code" : {
|
|
86866
|
-
"integer" : {
|
|
86867
|
-
"value" : 200
|
|
88282
|
+
"value" : 201
|
|
86868
88283
|
}
|
|
86869
88284
|
},
|
|
86870
|
-
"type" : "
|
|
86871
|
-
"description" : "
|
|
88285
|
+
"type" : "organization_onboarding_state",
|
|
88286
|
+
"description" : "Operation succeeded and the resource was created",
|
|
86872
88287
|
"attributes" : [ ]
|
|
86873
88288
|
}, {
|
|
86874
88289
|
"code" : {
|
|
@@ -86899,9 +88314,8 @@
|
|
|
86899
88314
|
"attributes" : [ ]
|
|
86900
88315
|
} ],
|
|
86901
88316
|
"attributes" : [ ],
|
|
86902
|
-
"description" : "Update the default checkout configuration id for this organization",
|
|
86903
88317
|
"body" : {
|
|
86904
|
-
"type" : "
|
|
88318
|
+
"type" : "activation_put_form",
|
|
86905
88319
|
"attributes" : [ ]
|
|
86906
88320
|
}
|
|
86907
88321
|
} ],
|
|
@@ -86911,19 +88325,61 @@
|
|
|
86911
88325
|
"module" : "general"
|
|
86912
88326
|
}
|
|
86913
88327
|
} ],
|
|
86914
|
-
"path" : "/:
|
|
88328
|
+
"path" : "/:organization/onboarding/state"
|
|
86915
88329
|
}, {
|
|
86916
|
-
"type" : "
|
|
86917
|
-
"plural" : "
|
|
88330
|
+
"type" : "organization_payout",
|
|
88331
|
+
"plural" : "organization_payouts",
|
|
86918
88332
|
"operations" : [ {
|
|
86919
88333
|
"method" : "GET",
|
|
86920
|
-
"path" : "/:organization/
|
|
88334
|
+
"path" : "/:organization/billing/payouts",
|
|
86921
88335
|
"parameters" : [ {
|
|
86922
88336
|
"name" : "organization",
|
|
86923
88337
|
"type" : "string",
|
|
86924
88338
|
"location" : "Path",
|
|
86925
88339
|
"required" : true,
|
|
86926
88340
|
"description" : "Refers to your organization's account identifier"
|
|
88341
|
+
}, {
|
|
88342
|
+
"name" : "id",
|
|
88343
|
+
"type" : "[string]",
|
|
88344
|
+
"location" : "Query",
|
|
88345
|
+
"required" : false,
|
|
88346
|
+
"description" : "Filter by one or more IDs of this resource",
|
|
88347
|
+
"maximum" : 100
|
|
88348
|
+
}, {
|
|
88349
|
+
"name" : "since",
|
|
88350
|
+
"type" : "date-time-iso8601",
|
|
88351
|
+
"location" : "Query",
|
|
88352
|
+
"required" : false,
|
|
88353
|
+
"description" : "If specified, we return all transactions where created_at >= the provided timestamp"
|
|
88354
|
+
}, {
|
|
88355
|
+
"name" : "updated_since",
|
|
88356
|
+
"type" : "date-time-iso8601",
|
|
88357
|
+
"location" : "Query",
|
|
88358
|
+
"required" : false,
|
|
88359
|
+
"description" : "If specified, we return all transactions where updated_at >= the provided timestamp"
|
|
88360
|
+
}, {
|
|
88361
|
+
"name" : "limit",
|
|
88362
|
+
"type" : "long",
|
|
88363
|
+
"location" : "Query",
|
|
88364
|
+
"required" : true,
|
|
88365
|
+
"description" : "The maximum number of results to return",
|
|
88366
|
+
"default" : "25",
|
|
88367
|
+
"minimum" : 1,
|
|
88368
|
+
"maximum" : 100
|
|
88369
|
+
}, {
|
|
88370
|
+
"name" : "offset",
|
|
88371
|
+
"type" : "long",
|
|
88372
|
+
"location" : "Query",
|
|
88373
|
+
"required" : true,
|
|
88374
|
+
"description" : "The number of results to skip before returning results",
|
|
88375
|
+
"default" : "0",
|
|
88376
|
+
"minimum" : 0
|
|
88377
|
+
}, {
|
|
88378
|
+
"name" : "sort",
|
|
88379
|
+
"type" : "string",
|
|
88380
|
+
"location" : "Query",
|
|
88381
|
+
"required" : true,
|
|
88382
|
+
"default" : "-created_at"
|
|
86927
88383
|
} ],
|
|
86928
88384
|
"responses" : [ {
|
|
86929
88385
|
"code" : {
|
|
@@ -86931,7 +88387,7 @@
|
|
|
86931
88387
|
"value" : 200
|
|
86932
88388
|
}
|
|
86933
88389
|
},
|
|
86934
|
-
"type" : "
|
|
88390
|
+
"type" : "[organization_payout]",
|
|
86935
88391
|
"description" : "Successful response",
|
|
86936
88392
|
"attributes" : [ ]
|
|
86937
88393
|
}, {
|
|
@@ -86962,25 +88418,47 @@
|
|
|
86962
88418
|
"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.",
|
|
86963
88419
|
"attributes" : [ ]
|
|
86964
88420
|
} ],
|
|
86965
|
-
"attributes" : [
|
|
88421
|
+
"attributes" : [ {
|
|
88422
|
+
"name" : "sort",
|
|
88423
|
+
"value" : {
|
|
88424
|
+
"values" : [ {
|
|
88425
|
+
"value" : "id"
|
|
88426
|
+
}, {
|
|
88427
|
+
"value" : "created_at"
|
|
88428
|
+
}, {
|
|
88429
|
+
"value" : "updated_at"
|
|
88430
|
+
} ]
|
|
88431
|
+
}
|
|
88432
|
+
}, {
|
|
88433
|
+
"name" : "linter",
|
|
88434
|
+
"value" : {
|
|
88435
|
+
"ignore" : [ "versions" ]
|
|
88436
|
+
}
|
|
88437
|
+
} ]
|
|
86966
88438
|
}, {
|
|
86967
|
-
"method" : "
|
|
86968
|
-
"path" : "/:organization/
|
|
88439
|
+
"method" : "GET",
|
|
88440
|
+
"path" : "/:organization/billing/payouts/:id",
|
|
86969
88441
|
"parameters" : [ {
|
|
86970
88442
|
"name" : "organization",
|
|
86971
88443
|
"type" : "string",
|
|
86972
88444
|
"location" : "Path",
|
|
86973
88445
|
"required" : true,
|
|
86974
88446
|
"description" : "Refers to your organization's account identifier"
|
|
88447
|
+
}, {
|
|
88448
|
+
"name" : "id",
|
|
88449
|
+
"type" : "string",
|
|
88450
|
+
"location" : "Path",
|
|
88451
|
+
"required" : true,
|
|
88452
|
+
"description" : "Filter by one or more IDs of this resource"
|
|
86975
88453
|
} ],
|
|
86976
88454
|
"responses" : [ {
|
|
86977
88455
|
"code" : {
|
|
86978
88456
|
"integer" : {
|
|
86979
|
-
"value" :
|
|
88457
|
+
"value" : 200
|
|
86980
88458
|
}
|
|
86981
88459
|
},
|
|
86982
|
-
"type" : "
|
|
86983
|
-
"description" : "
|
|
88460
|
+
"type" : "organization_payout",
|
|
88461
|
+
"description" : "Successful response",
|
|
86984
88462
|
"attributes" : [ ]
|
|
86985
88463
|
}, {
|
|
86986
88464
|
"code" : {
|
|
@@ -87000,21 +88478,8 @@
|
|
|
87000
88478
|
"type" : "unit",
|
|
87001
88479
|
"description" : "Resource was not found",
|
|
87002
88480
|
"attributes" : [ ]
|
|
87003
|
-
}, {
|
|
87004
|
-
"code" : {
|
|
87005
|
-
"integer" : {
|
|
87006
|
-
"value" : 422
|
|
87007
|
-
}
|
|
87008
|
-
},
|
|
87009
|
-
"type" : "generic_error",
|
|
87010
|
-
"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.",
|
|
87011
|
-
"attributes" : [ ]
|
|
87012
88481
|
} ],
|
|
87013
|
-
"attributes" : [ ]
|
|
87014
|
-
"body" : {
|
|
87015
|
-
"type" : "activation_put_form",
|
|
87016
|
-
"attributes" : [ ]
|
|
87017
|
-
}
|
|
88482
|
+
"attributes" : [ ]
|
|
87018
88483
|
} ],
|
|
87019
88484
|
"attributes" : [ {
|
|
87020
88485
|
"name" : "docs",
|
|
@@ -87022,7 +88487,7 @@
|
|
|
87022
88487
|
"module" : "general"
|
|
87023
88488
|
}
|
|
87024
88489
|
} ],
|
|
87025
|
-
"path" : "/:organization/
|
|
88490
|
+
"path" : "/:organization/billing/payouts"
|
|
87026
88491
|
}, {
|
|
87027
88492
|
"type" : "organization_token",
|
|
87028
88493
|
"plural" : "organization_tokens",
|
|
@@ -93866,6 +95331,12 @@
|
|
|
93866
95331
|
"location" : "Query",
|
|
93867
95332
|
"required" : false,
|
|
93868
95333
|
"description" : "If specified, we return all transactions where created_at >= the provided timestamp"
|
|
95334
|
+
}, {
|
|
95335
|
+
"name" : "updated_since",
|
|
95336
|
+
"type" : "date-time-iso8601",
|
|
95337
|
+
"location" : "Query",
|
|
95338
|
+
"required" : false,
|
|
95339
|
+
"description" : "If specified, we return all transactions where updated_at >= the provided timestamp"
|
|
93869
95340
|
}, {
|
|
93870
95341
|
"name" : "limit",
|
|
93871
95342
|
"type" : "long",
|
|
@@ -93934,6 +95405,8 @@
|
|
|
93934
95405
|
"value" : "id"
|
|
93935
95406
|
}, {
|
|
93936
95407
|
"value" : "created_at"
|
|
95408
|
+
}, {
|
|
95409
|
+
"value" : "updated_at"
|
|
93937
95410
|
} ]
|
|
93938
95411
|
}
|
|
93939
95412
|
}, {
|