We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6c2ad commit 9a71818Copy full SHA for 9a71818
api-reference-v2/openapi_spec.json
@@ -22036,7 +22036,8 @@
22036
"type": "object",
22037
"required": [
22038
"payment_method_type",
22039
- "payment_method_subtype"
+ "payment_method_subtype",
22040
+ "required_fields"
22041
],
22042
"properties": {
22043
"payment_method_type": {
@@ -22054,12 +22055,7 @@
22054
22055
"nullable": true
22056
},
22057
"required_fields": {
- "allOf": [
22058
- {
22059
- "$ref": "#/components/schemas/RequiredFieldInfo"
22060
- }
22061
- ],
22062
- "nullable": true
+ "$ref": "#/components/schemas/RequiredFieldInfo"
22063
22064
"surcharge_details": {
22065
"allOf": [
0 commit comments