You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference-v2/openapi_spec.json
+31Lines changed: 31 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3775,6 +3775,17 @@
3775
3775
},
3776
3776
"additionalProperties": false
3777
3777
},
3778
+
"AdyenConnectorMetadata": {
3779
+
"type": "object",
3780
+
"required": [
3781
+
"testing"
3782
+
],
3783
+
"properties": {
3784
+
"testing": {
3785
+
"$ref": "#/components/schemas/AdyenTestingData"
3786
+
}
3787
+
}
3788
+
},
3778
3789
"AdyenSplitData": {
3779
3790
"type": "object",
3780
3791
"description": "Fee information for Split Payments to be charged on the payment being collected for Adyen",
@@ -3848,6 +3859,18 @@
3848
3859
"Vat"
3849
3860
]
3850
3861
},
3862
+
"AdyenTestingData": {
3863
+
"type": "object",
3864
+
"required": [
3865
+
"holder_name"
3866
+
],
3867
+
"properties": {
3868
+
"holder_name": {
3869
+
"type": "string",
3870
+
"description": "Holder name to be sent to Adyen for a card payment(CIT) or a generic payment(MIT). This value overrides the values for card.card_holder_name and applies during both CIT and MIT payment transactions."
Copy file name to clipboardExpand all lines: api-reference/openapi_spec.json
+31Lines changed: 31 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6069,6 +6069,17 @@
6069
6069
},
6070
6070
"additionalProperties": false
6071
6071
},
6072
+
"AdyenConnectorMetadata": {
6073
+
"type": "object",
6074
+
"required": [
6075
+
"testing"
6076
+
],
6077
+
"properties": {
6078
+
"testing": {
6079
+
"$ref": "#/components/schemas/AdyenTestingData"
6080
+
}
6081
+
}
6082
+
},
6072
6083
"AdyenSplitData": {
6073
6084
"type": "object",
6074
6085
"description": "Fee information for Split Payments to be charged on the payment being collected for Adyen",
@@ -6142,6 +6153,18 @@
6142
6153
"Vat"
6143
6154
]
6144
6155
},
6156
+
"AdyenTestingData": {
6157
+
"type": "object",
6158
+
"required": [
6159
+
"holder_name"
6160
+
],
6161
+
"properties": {
6162
+
"holder_name": {
6163
+
"type": "string",
6164
+
"description": "Holder name to be sent to Adyen for a card payment(CIT) or a generic payment(MIT). This value overrides the values for card.card_holder_name and applies during both CIT and MIT payment transactions."
/// Holder name to be sent to Adyen for a card payment(CIT) or a generic payment(MIT). This value overrides the values for card.card_holder_name and applies during both CIT and MIT payment transactions.
0 commit comments