Skip to content

Commit 1d4f9c9

Browse files
Merge pull request #152 from cmgrd/main
Update online.yaml
2 parents 8f23df7 + 998914e commit 1d4f9c9

File tree

1 file changed

+0
-117
lines changed

1 file changed

+0
-117
lines changed

openapi/online.yaml

-117
Original file line numberDiff line numberDiff line change
@@ -89,47 +89,6 @@ paths:
8989
$ref: '#/components/schemas/MerchantDetailsResponse'
9090
'409':
9191
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
13392
/api/v1/merchants:
13493
get:
13594
tags:
@@ -198,44 +157,6 @@ paths:
198157
$ref: '#/components/schemas/MerchantCreateResponse'
199158
'409':
200159
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
239160
'/api/v1/payments/{paymentId}/authorizationattempts/{authorizationAttemptId}':
240161
patch:
241162
tags:
@@ -500,44 +421,6 @@ paths:
500421
$ref: '#/components/schemas/InitiatePaymentResponse'
501422
'409':
502423
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
541424
'/api/v1/product/payments/simulation/enter-phone-and-swipe/{paymentId}':
542425
post:
543426
tags:

0 commit comments

Comments
 (0)