Skip to content

Commit bc06799

Browse files
author
appscisumup
committed
chore: synced local 'openapi.json' with remote 'specs/openapi.json'
1 parent 57234f7 commit bc06799

1 file changed

Lines changed: 30 additions & 64 deletions

File tree

openapi.json

Lines changed: 30 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -2148,7 +2148,7 @@
21482148
"schema": {
21492149
"type": "array",
21502150
"items": {
2151-
"$ref": "#/components/schemas/EntryModeFilter"
2151+
"$ref": "#/components/schemas/EntryMode"
21522152
}
21532153
}
21542154
},
@@ -5959,7 +5959,7 @@
59595959
"schema": {
59605960
"type": "array",
59615961
"items": {
5962-
"$ref": "#/components/schemas/EntryModeFilter"
5962+
"$ref": "#/components/schemas/EntryMode"
59635963
}
59645964
}
59655965
},
@@ -7654,36 +7654,36 @@
76547654
"title": "Payment Type"
76557655
},
76567656
"EntryMode": {
7657-
"description": "Entry mode of the payment details.",
7657+
"description": "Entry mode value accepted by the `entry_modes[]` filter.",
76587658
"type": "string",
76597659
"enum": [
7660-
"none",
7661-
"magstripe",
7662-
"chip",
7663-
"manual entry",
7664-
"customer entry",
7665-
"magstripe fallback",
7666-
"contactless",
7667-
"moto",
7668-
"contactless magstripe",
7669-
"boleto",
7670-
"direct debit",
7671-
"sofort",
7672-
"ideal",
7673-
"bancontact",
7674-
"eps",
7675-
"mybank",
7676-
"satispay",
7677-
"blik",
7678-
"p24",
7679-
"giropay",
7680-
"pix",
7681-
"qr code pix",
7682-
"apple pay",
7683-
"google pay",
7684-
"paypal",
7685-
"twint",
7686-
"na"
7660+
"BOLETO",
7661+
"SOFORT",
7662+
"IDEAL",
7663+
"BANCONTACT",
7664+
"EPS",
7665+
"MYBANK",
7666+
"SATISPAY",
7667+
"BLIK",
7668+
"P24",
7669+
"GIROPAY",
7670+
"PIX",
7671+
"QR_CODE_PIX",
7672+
"APPLE_PAY",
7673+
"GOOGLE_PAY",
7674+
"PAYPAL",
7675+
"TWINT",
7676+
"NONE",
7677+
"CHIP",
7678+
"MANUAL_ENTRY",
7679+
"CUSTOMER_ENTRY",
7680+
"MAGSTRIPE_FALLBACK",
7681+
"MAGSTRIPE",
7682+
"DIRECT_DEBIT",
7683+
"CONTACTLESS",
7684+
"MOTO",
7685+
"CONTACTLESS_MAGSTRIPE",
7686+
"N/A"
76877687
],
76887688
"title": "Entry Mode"
76897689
},
@@ -10439,40 +10439,6 @@
1043910439
}
1044010440
},
1044110441
"title": "Personal Profile Legacy"
10442-
},
10443-
"EntryModeFilter": {
10444-
"description": "Entry mode value accepted by the `entry_modes[]` filter.",
10445-
"type": "string",
10446-
"enum": [
10447-
"BOLETO",
10448-
"SOFORT",
10449-
"IDEAL",
10450-
"BANCONTACT",
10451-
"EPS",
10452-
"MYBANK",
10453-
"SATISPAY",
10454-
"BLIK",
10455-
"P24",
10456-
"GIROPAY",
10457-
"PIX",
10458-
"QR_CODE_PIX",
10459-
"APPLE_PAY",
10460-
"GOOGLE_PAY",
10461-
"PAYPAL",
10462-
"TWINT",
10463-
"NONE",
10464-
"CHIP",
10465-
"MANUAL_ENTRY",
10466-
"CUSTOMER_ENTRY",
10467-
"MAGSTRIPE_FALLBACK",
10468-
"MAGSTRIPE",
10469-
"DIRECT_DEBIT",
10470-
"CONTACTLESS",
10471-
"MOTO",
10472-
"CONTACTLESS_MAGSTRIPE",
10473-
"N/A"
10474-
],
10475-
"title": "Entry Mode Filter"
1047610442
}
1047710443
},
1047810444
"examples": {

0 commit comments

Comments
 (0)