From 61a230f85e51330f69dd808f33f8db866629e789 Mon Sep 17 00:00:00 2001 From: colinbird Date: Wed, 20 Mar 2024 09:17:21 -0400 Subject: [PATCH] Add method to payout request allocation (#1833) Co-authored-by: dara --- openapi/components/schemas/PayoutRequest.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openapi/components/schemas/PayoutRequest.yaml b/openapi/components/schemas/PayoutRequest.yaml index 57e6d61fa2..1e2cc27450 100644 --- a/openapi/components/schemas/PayoutRequest.yaml +++ b/openapi/components/schemas/PayoutRequest.yaml @@ -84,6 +84,8 @@ properties: - canceled - declined - unknown + method: + $ref: ./PaymentMethod.yaml gatewayName: description: Name of the payment gateway that processed, or is selected to process, the transaction. x-label: Gateway account