@@ -89,47 +89,6 @@ paths:
89
89
$ref : ' #/components/schemas/MerchantDetailsResponse'
90
90
' 409 ' :
91
91
description : Domain error response
92
- patch :
93
- tags :
94
- - Merchants
95
- summary : Update merchant
96
- description : >-
97
- Update properties on a given merchant. Only provided values will be
98
- updated.
99
- parameters :
100
- - name : merchantId
101
- in : path
102
- required : true
103
- schema :
104
- type : string
105
- format : uuid
106
- - name : CorrelationId
107
- in : header
108
- description : CorrelationId used for logging
109
- schema :
110
- type : string
111
- - name : x-ibm-client-id
112
- in : header
113
- description : Client id for authentication
114
- required : true
115
- schema :
116
- type : string
117
- - name : x-ibm-client-secret
118
- in : header
119
- description : Client secret for authentication
120
- required : true
121
- schema :
122
- type : string
123
- requestBody :
124
- content :
125
- application/json :
126
- schema :
127
- $ref : ' #/components/schemas/MerchantUpdateRequest'
128
- responses :
129
- ' 204 ' :
130
- description : No Content
131
- ' 409 ' :
132
- description : Domain error response
133
92
/api/v1/merchants :
134
93
get :
135
94
tags :
@@ -198,44 +157,6 @@ paths:
198
157
$ref : ' #/components/schemas/MerchantCreateResponse'
199
158
' 409 ' :
200
159
description : Domain error response
201
- ' /api/v3/payments/{paymentId} ' :
202
- get :
203
- tags :
204
- - Payments
205
- summary : Get payment
206
- parameters :
207
- - name : paymentId
208
- in : path
209
- required : true
210
- schema :
211
- type : string
212
- format : uuid
213
- - name : CorrelationId
214
- in : header
215
- description : CorrelationId used for logging
216
- schema :
217
- type : string
218
- - name : x-ibm-client-id
219
- in : header
220
- description : Client id for authentication
221
- required : true
222
- schema :
223
- type : string
224
- - name : x-ibm-client-secret
225
- in : header
226
- description : Client secret for authentication
227
- required : true
228
- schema :
229
- type : string
230
- responses :
231
- ' 200 ' :
232
- description : Success
233
- content :
234
- application/json :
235
- schema :
236
- $ref : ' #/components/schemas/PaymentDetailsV3Response'
237
- ' 409 ' :
238
- description : Domain error response
239
160
' /api/v1/payments/{paymentId}/authorizationattempts/{authorizationAttemptId} ' :
240
161
patch :
241
162
tags :
@@ -500,44 +421,6 @@ paths:
500
421
$ref : ' #/components/schemas/InitiatePaymentResponse'
501
422
' 409 ' :
502
423
description : Domain error response
503
- ' /api/v1/payments/{paymentId}/invalidate ' :
504
- put :
505
- tags :
506
- - Payments
507
- summary : Invalidate payment
508
- description : >-
509
- Invalidate the payment if a successful authorization hasn't been made.
510
- Invalidation means that the user cannot accept or create a request on
511
- this payment.
512
- parameters :
513
- - name : paymentId
514
- in : path
515
- required : true
516
- schema :
517
- type : string
518
- format : uuid
519
- - name : CorrelationId
520
- in : header
521
- description : CorrelationId used for logging
522
- schema :
523
- type : string
524
- - name : x-ibm-client-id
525
- in : header
526
- description : Client id for authentication
527
- required : true
528
- schema :
529
- type : string
530
- - name : x-ibm-client-secret
531
- in : header
532
- description : Client secret for authentication
533
- required : true
534
- schema :
535
- type : string
536
- responses :
537
- ' 200 ' :
538
- description : Success
539
- ' 409 ' :
540
- description : Domain error response
541
424
' /api/v1/product/payments/simulation/enter-phone-and-swipe/{paymentId} ' :
542
425
post :
543
426
tags :
0 commit comments