-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.contracts.json
More file actions
147 lines (147 loc) · 5.55 KB
/
plugin.contracts.json
File metadata and controls
147 lines (147 loc) · 5.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"version": "v1",
"contracts": [
{
"kind": "module",
"type": "payments.provider",
"mode": "strict",
"config": "workflow.plugins.payments.v1.ProviderConfig"
},
{
"kind": "step",
"type": "step.payment_charge",
"mode": "strict",
"config": "workflow.plugins.payments.v1.PaymentChargeConfig",
"input": "workflow.plugins.payments.v1.PaymentChargeInput",
"output": "workflow.plugins.payments.v1.PaymentChargeOutput"
},
{
"kind": "step",
"type": "step.payment_capture",
"mode": "strict",
"config": "workflow.plugins.payments.v1.PaymentCaptureConfig",
"input": "workflow.plugins.payments.v1.PaymentCaptureInput",
"output": "workflow.plugins.payments.v1.PaymentCaptureOutput"
},
{
"kind": "step",
"type": "step.payment_refund",
"mode": "strict",
"config": "workflow.plugins.payments.v1.PaymentRefundConfig",
"input": "workflow.plugins.payments.v1.PaymentRefundInput",
"output": "workflow.plugins.payments.v1.PaymentRefundOutput"
},
{
"kind": "step",
"type": "step.payment_fee_calculate",
"mode": "strict",
"config": "workflow.plugins.payments.v1.PaymentFeeCalculateConfig",
"input": "workflow.plugins.payments.v1.PaymentFeeCalculateInput",
"output": "workflow.plugins.payments.v1.PaymentFeeCalculateOutput"
},
{
"kind": "step",
"type": "step.payment_customer_ensure",
"mode": "strict",
"config": "workflow.plugins.payments.v1.PaymentCustomerEnsureConfig",
"input": "workflow.plugins.payments.v1.PaymentCustomerEnsureInput",
"output": "workflow.plugins.payments.v1.PaymentCustomerEnsureOutput"
},
{
"kind": "step",
"type": "step.payment_subscription_create",
"mode": "strict",
"config": "workflow.plugins.payments.v1.PaymentSubscriptionCreateConfig",
"input": "workflow.plugins.payments.v1.PaymentSubscriptionCreateInput",
"output": "workflow.plugins.payments.v1.PaymentSubscriptionCreateOutput"
},
{
"kind": "step",
"type": "step.payment_subscription_update",
"mode": "strict",
"config": "workflow.plugins.payments.v1.PaymentSubscriptionUpdateConfig",
"input": "workflow.plugins.payments.v1.PaymentSubscriptionUpdateInput",
"output": "workflow.plugins.payments.v1.PaymentSubscriptionUpdateOutput"
},
{
"kind": "step",
"type": "step.payment_subscription_cancel",
"mode": "strict",
"config": "workflow.plugins.payments.v1.PaymentSubscriptionCancelConfig",
"input": "workflow.plugins.payments.v1.PaymentSubscriptionCancelInput",
"output": "workflow.plugins.payments.v1.PaymentSubscriptionCancelOutput"
},
{
"kind": "step",
"type": "step.payment_checkout_create",
"mode": "strict",
"config": "workflow.plugins.payments.v1.PaymentCheckoutCreateConfig",
"input": "workflow.plugins.payments.v1.PaymentCheckoutCreateInput",
"output": "workflow.plugins.payments.v1.PaymentCheckoutCreateOutput"
},
{
"kind": "step",
"type": "step.payment_portal_create",
"mode": "strict",
"config": "workflow.plugins.payments.v1.PaymentPortalCreateConfig",
"input": "workflow.plugins.payments.v1.PaymentPortalCreateInput",
"output": "workflow.plugins.payments.v1.PaymentPortalCreateOutput"
},
{
"kind": "step",
"type": "step.payment_webhook_verify",
"mode": "strict",
"config": "workflow.plugins.payments.v1.PaymentWebhookVerifyConfig",
"input": "workflow.plugins.payments.v1.PaymentWebhookVerifyInput",
"output": "workflow.plugins.payments.v1.PaymentWebhookVerifyOutput"
},
{
"kind": "step",
"type": "step.payment_webhook_endpoint_ensure",
"mode": "strict",
"config": "workflow.plugins.payments.v1.PaymentWebhookEndpointEnsureConfig",
"input": "workflow.plugins.payments.v1.PaymentWebhookEndpointEnsureInput",
"output": "workflow.plugins.payments.v1.PaymentWebhookEndpointEnsureOutput"
},
{
"kind": "step",
"type": "step.payment_transfer",
"mode": "strict",
"config": "workflow.plugins.payments.v1.PaymentTransferConfig",
"input": "workflow.plugins.payments.v1.PaymentTransferInput",
"output": "workflow.plugins.payments.v1.PaymentTransferOutput"
},
{
"kind": "step",
"type": "step.payment_payout",
"mode": "strict",
"config": "workflow.plugins.payments.v1.PaymentPayoutConfig",
"input": "workflow.plugins.payments.v1.PaymentPayoutInput",
"output": "workflow.plugins.payments.v1.PaymentPayoutOutput"
},
{
"kind": "step",
"type": "step.payment_invoice_list",
"mode": "strict",
"config": "workflow.plugins.payments.v1.PaymentInvoiceListConfig",
"input": "workflow.plugins.payments.v1.PaymentInvoiceListInput",
"output": "workflow.plugins.payments.v1.PaymentInvoiceListOutput"
},
{
"kind": "step",
"type": "step.payment_method_attach",
"mode": "strict",
"config": "workflow.plugins.payments.v1.PaymentMethodAttachConfig",
"input": "workflow.plugins.payments.v1.PaymentMethodAttachInput",
"output": "workflow.plugins.payments.v1.PaymentMethodAttachOutput"
},
{
"kind": "step",
"type": "step.payment_method_list",
"mode": "strict",
"config": "workflow.plugins.payments.v1.PaymentMethodListConfig",
"input": "workflow.plugins.payments.v1.PaymentMethodListInput",
"output": "workflow.plugins.payments.v1.PaymentMethodListOutput"
}
]
}