Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions mintlify/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions openapi/components/schemas/transfers/TransferOutRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,13 @@ properties:
Amount in the smallest unit of the currency (e.g., cents for USD/EUR,
satoshis for BTC)
example: 12550
remittanceInformation:
type: string
maxLength: 80
description: >-
Free-form information about the payment that travels with it to the
recipient. The field this populates depends on the payment rail: for ACH
it populates the Addenda record, for FedNow and RTP it populates the
remittanceInformation field, and for wires it populates the OBI
(Originator to Beneficiary Information) / beneficiary information.
example: '12345'
1 change: 1 addition & 0 deletions openapi/paths/transfers/transfer_out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ post:
accountId: ExternalAccount:e85dcbd6-dced-4ec4-b756-3c3a9ea3d965
paymentRail: ACH
amount: 12550
remittanceInformation: '12345'
responses:
'201':
description: Transfer-out request created successfully
Expand Down
Loading