Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI Sync #338

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion openapi/mt_openapi_spec_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ paths:
type: string
enum:
- payment_order
- ledger_account
- ledger_transaction
- transaction
- expected_payment
Expand Down Expand Up @@ -615,6 +616,7 @@ paths:
type: string
enum:
- payment_order
- ledger_account
- ledger_transaction
- transaction
- expected_payment
Expand Down Expand Up @@ -7046,6 +7048,12 @@ paths:
application/json:
schema:
"$ref": "#/components/schemas/error_message"
'400':
description: bad request
content:
application/json:
schema:
"$ref": "#/components/schemas/error_message"
'422':
description: unsuccessful
content:
Expand Down Expand Up @@ -8655,6 +8663,7 @@ components:
type: string
enum:
- payment_order
- ledger_account
- ledger_transaction
- transaction
- expected_payment
Expand Down Expand Up @@ -8716,6 +8725,7 @@ components:
type: string
enum:
- payment_order
- ledger_account
- ledger_transaction
- transaction
- expected_payment
Expand Down Expand Up @@ -8829,6 +8839,7 @@ components:
type: string
enum:
- payment_order
- ledger_account
- ledger_transaction
- transaction
- expected_payment
Expand Down Expand Up @@ -9422,7 +9433,7 @@ components:
- huInterbankClearingCode
- dkInterbankClearingCode
- idSknbiCode
- za_national_clearing_code
- zaNationalClearingCode
description: The list of fields you want on the form. This field is optional
and if it is not set, will default to [\"nameOnAccount\", \"accountType\",
\"accountNumber\", \"routingNumber\", \"address\"]. The full list of options
Expand Down Expand Up @@ -18203,13 +18214,15 @@ components:
- jpmc_payment_batch_id
- jpmc_payment_information_id
- jpmc_payment_returned_datetime
- jpmc_transaction_reference_number
- lob_check_id
- other
- partial_swift_mir
- pnc_clearing_reference
- pnc_instruction_id
- pnc_multipayment_id
- pnc_payment_trace_id
- pnc_request_for_payment_id
- pnc_transaction_reference_number
- rspec_vendor_payment_id
- rtp_instruction_id
Expand Down Expand Up @@ -18322,13 +18335,15 @@ components:
- jpmc_payment_batch_id
- jpmc_payment_information_id
- jpmc_payment_returned_datetime
- jpmc_transaction_reference_number
- lob_check_id
- other
- partial_swift_mir
- pnc_clearing_reference
- pnc_instruction_id
- pnc_multipayment_id
- pnc_payment_trace_id
- pnc_request_for_payment_id
- pnc_transaction_reference_number
- rspec_vendor_payment_id
- rtp_instruction_id
Expand Down Expand Up @@ -19113,6 +19128,11 @@ components:
type: string
nullable: true
description: Defaults to a random description.
data:
type: object
nullable: true
description: An object passed through to the simulated IPD that could reflect
what a vendor would pass.
transaction:
type: object
properties:
Expand Down