changed known policies enum
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
post:
|
||||
tags: [Payments]
|
||||
summary: Initiate payment using quote reference
|
||||
description: Executes one payment from an existing quote reference (`quoteRef` required, `intent` forbidden).
|
||||
description: Executes one payment from an existing quote reference.
|
||||
operationId: paymentsInitiateByQuote
|
||||
security:
|
||||
- bearerAuth: []
|
||||
@@ -12,14 +12,7 @@ post:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
allOf:
|
||||
- $ref: ./request/payment.yaml#/components/schemas/InitiatePaymentRequest
|
||||
- type: object
|
||||
required:
|
||||
- quoteRef
|
||||
not:
|
||||
required:
|
||||
- intent
|
||||
$ref: ./request/payment.yaml#/components/schemas/InitiatePaymentByQuoteRequest
|
||||
responses:
|
||||
'200':
|
||||
description: Payment initiated by quote
|
||||
|
||||
Reference in New Issue
Block a user