|
30 | 30 | "summary": "Start a transaction", |
31 | 31 | "description": "Start a transaction using the given parameters", |
32 | 32 | "operationId": "start", |
33 | | - "parameters": [ |
34 | | - { |
35 | | - "$ref": "#/components/parameters/Signature" |
36 | | - } |
37 | | - ], |
38 | 33 | "requestBody": { |
39 | 34 | "description": "The transaction object you would like to start.", |
40 | 35 | "required": true, |
|
112 | 107 | "summary": "Finish a two-step transaction", |
113 | 108 | "description": "Finish an authorized two-step transaction.", |
114 | 109 | "operationId": "finish", |
115 | | - "parameters": [ |
116 | | - { |
117 | | - "$ref": "#/components/parameters/Signature" |
118 | | - } |
119 | | - ], |
120 | 110 | "requestBody": { |
121 | 111 | "description": "The authorized transaction object you would like to finish.", |
122 | 112 | "required": true, |
|
177 | 167 | "summary": "Refund a transaction", |
178 | 168 | "description": "Refund a transaction fully or partially.", |
179 | 169 | "operationId": "refund", |
180 | | - "parameters": [ |
181 | | - { |
182 | | - "$ref": "#/components/parameters/Signature" |
183 | | - } |
184 | | - ], |
185 | 170 | "requestBody": { |
186 | 171 | "description": "The refund object.", |
187 | 172 | "required": true, |
|
249 | 234 | "summary": "Query a set transactions", |
250 | 235 | "description": "Get the given transactions.", |
251 | 236 | "operationId": "query", |
252 | | - "parameters": [ |
253 | | - { |
254 | | - "$ref": "#/components/parameters/Signature" |
255 | | - } |
256 | | - ], |
257 | 237 | "requestBody": { |
258 | 238 | "description": "The query parameters.", |
259 | 239 | "required": true, |
|
449 | 429 | ], |
450 | 430 | "summary": "Cancel a transaction", |
451 | 431 | "description": "Cancel an init-ed transaction.", |
452 | | - "operationId": "transactioncancel", |
453 | | - "parameters": [ |
454 | | - { |
455 | | - "$ref": "#/components/parameters/Signature" |
456 | | - } |
457 | | - ], |
| 432 | + "operationId": "transactionCancel", |
458 | 433 | "requestBody": { |
459 | 434 | "description": "The cancel object.", |
460 | 435 | "required": true, |
|
511 | 486 | "summary": "Do a one-click transaction", |
512 | 487 | "description": "Do a one-click transaction with a saved card", |
513 | 488 | "operationId": "do", |
514 | | - "parameters": [ |
515 | | - { |
516 | | - "$ref": "#/components/parameters/Signature" |
517 | | - } |
518 | | - ], |
519 | 489 | "requestBody": { |
520 | 490 | "description": "The transaction object you would init.", |
521 | 491 | "required": true, |
|
580 | 550 | ], |
581 | 551 | "summary": "Do a recurring transaction", |
582 | 552 | "description": "Do a recurring transaction with a saved token", |
583 | | - "operationId": "dorecurring", |
584 | | - "parameters": [ |
585 | | - { |
586 | | - "$ref": "#/components/parameters/Signature" |
587 | | - } |
588 | | - ], |
| 553 | + "operationId": "doRecurring", |
589 | 554 | "requestBody": { |
590 | 555 | "description": "The transaction object you would init.", |
591 | 556 | "required": true, |
|
645 | 610 | ], |
646 | 611 | "summary": "Query a saved card", |
647 | 612 | "description": "Get the info about a saved bankcard", |
648 | | - "operationId": "cardquery", |
649 | | - "parameters": [ |
650 | | - { |
651 | | - "$ref": "#/components/parameters/Signature" |
652 | | - } |
653 | | - ], |
| 613 | + "operationId": "cardQuery", |
654 | 614 | "requestBody": { |
655 | 615 | "description": "The card object you would query.", |
656 | 616 | "required": true, |
|
735 | 695 | ], |
736 | 696 | "summary": "Cancel a saved card", |
737 | 697 | "description": "Cancel a saved bankcard", |
738 | | - "operationId": "cardcancel", |
739 | | - "parameters": [ |
740 | | - { |
741 | | - "$ref": "#/components/parameters/Signature" |
742 | | - } |
743 | | - ], |
| 698 | + "operationId": "cardCancel", |
744 | 699 | "requestBody": { |
745 | 700 | "description": "The card object you would cancel.", |
746 | 701 | "required": true, |
|
798 | 753 | ], |
799 | 754 | "summary": "Query a saved token", |
800 | 755 | "description": "Get the info about a saved token", |
801 | | - "operationId": "tokenquery", |
802 | | - "parameters": [ |
803 | | - { |
804 | | - "$ref": "#/components/parameters/Signature" |
805 | | - } |
806 | | - ], |
| 756 | + "operationId": "tokenQuery", |
807 | 757 | "requestBody": { |
808 | 758 | "description": "The token object you would query.", |
809 | 759 | "required": true, |
|
861 | 811 | ], |
862 | 812 | "summary": "Cancel a saved token", |
863 | 813 | "description": "Cancel a saved token", |
864 | | - "operationId": "tokencancel", |
865 | | - "parameters": [ |
866 | | - { |
867 | | - "$ref": "#/components/parameters/Signature" |
868 | | - } |
869 | | - ], |
| 814 | + "operationId": "tokenCancel", |
870 | 815 | "requestBody": { |
871 | 816 | "description": "The token object you would cancel.", |
872 | 817 | "required": true, |
|
924 | 869 | ], |
925 | 870 | "summary": "Start an EAM transaction", |
926 | 871 | "description": "Start an EAM transaction using the given parameters", |
927 | | - "operationId": "starteam", |
928 | | - "parameters": [ |
929 | | - { |
930 | | - "$ref": "#/components/parameters/Signature" |
931 | | - } |
932 | | - ], |
| 872 | + "operationId": "startEam", |
933 | 873 | "requestBody": { |
934 | 874 | "description": "The EAM transaction object you would like to start.", |
935 | 875 | "required": true, |
|
1006 | 946 | ], |
1007 | 947 | "summary": "Start an ApplePay session", |
1008 | 948 | "description": "Start an ApplePay session using the given parameters", |
1009 | | - "operationId": "startapplepay", |
1010 | | - "parameters": [ |
1011 | | - { |
1012 | | - "$ref": "#/components/parameters/Signature" |
1013 | | - } |
1014 | | - ], |
| 949 | + "operationId": "startApplePay", |
1015 | 950 | "requestBody": { |
1016 | 951 | "description": "The ApplePay session object you would like to start.", |
1017 | 952 | "required": true, |
|
1123 | 1058 | ], |
1124 | 1059 | "summary": "Start an ApplePay transaction", |
1125 | 1060 | "description": "Start an ApplePay transaction using the given parameters", |
1126 | | - "operationId": "doapplepay", |
1127 | | - "parameters": [ |
1128 | | - { |
1129 | | - "$ref": "#/components/parameters/Signature" |
1130 | | - } |
1131 | | - ], |
| 1061 | + "operationId": "doApplePay", |
1132 | 1062 | "requestBody": { |
1133 | 1063 | "description": "The ApplePay transaction object you would like to start.", |
1134 | 1064 | "required": true, |
|
1195 | 1125 | } |
1196 | 1126 | } |
1197 | 1127 | }, |
1198 | | - "parameters": { |
1199 | | - "Signature": { |
1200 | | - "name": "Signature", |
1201 | | - "in": "header", |
1202 | | - "description": "The signature.", |
1203 | | - "required": true, |
1204 | | - "schema": { |
1205 | | - "type": "string", |
1206 | | - "example": "3WGqCnWJArhA224xVdUY1fPh91tpd6va6JvBrPNuHK449TZTgsRn3DBu5UBGbcTn" |
1207 | | - } |
1208 | | - } |
1209 | | - }, |
1210 | 1128 | "schemas": { |
1211 | 1129 | "Transaction": { |
1212 | 1130 | "required": [ |
|
0 commit comments