Skip to content

Commit

Permalink
Merge pull request #238 from CurrencyCloud/swagger-277_Remove_paramet…
Browse files Browse the repository at this point in the history
…er_payment_confirmation

Removes 'on_behalf_of' parameter from get payment confirmation endpoint.
  • Loading branch information
jonathancouchman authored Jan 10, 2023
2 parents dafa795 + 722d1d9 commit 4e0b555
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/reference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9374,7 +9374,7 @@ paths:
tags:
- Payments
x-api-group: pay
summary: Get a Payment Confirmation
summary: Get Payment Confirmation
description: Gets confirmation for a given payment.
operationId: GetPaymentConfirmation
produces:
Expand All @@ -9390,11 +9390,6 @@ paths:
required: true
type: string
description: Payment UUID
- name: on_behalf_of
in: query
required: false
type: string
description: A contact UUID for the sub-acccount you're acting on behalf of.
responses:
'200':
description: Success.
Expand Down

0 comments on commit 4e0b555

Please sign in to comment.