@moovio/sdk 25.9.6 → 25.9.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +22 -10
- package/bin/mcp-server.js +119 -34
- package/bin/mcp-server.js.map +75 -73
- package/funcs/cardIssuingGetFull.d.ts +1 -1
- package/funcs/cardIssuingGetFull.js +1 -1
- package/funcs/imagesUpload.d.ts +1 -1
- package/funcs/imagesUpload.js +1 -1
- package/funcs/institutionsSearch.d.ts +1 -1
- package/funcs/institutionsSearch.js +1 -1
- package/funcs/issuingTransactionsList.js +1 -0
- package/funcs/issuingTransactionsList.js.map +1 -1
- package/funcs/transfersCreateCancellation.d.ts +3 -0
- package/funcs/transfersCreateCancellation.d.ts.map +1 -1
- package/funcs/transfersCreateCancellation.js +6 -1
- package/funcs/transfersCreateCancellation.js.map +1 -1
- package/funcs/transfersCreateReversal.d.ts +3 -0
- package/funcs/transfersCreateReversal.d.ts.map +1 -1
- package/funcs/transfersCreateReversal.js +3 -0
- package/funcs/transfersCreateReversal.js.map +1 -1
- package/funcs/transfersListCancellations.js +1 -1
- package/funcs/transfersListCancellations.js.map +1 -1
- package/funcs/transfersListRefunds.js +1 -1
- package/funcs/transfersListRefunds.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/encodings.d.ts +10 -9
- package/lib/encodings.d.ts.map +1 -1
- package/lib/encodings.js +29 -13
- package/lib/encodings.js.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/mcp-server/tools/cardIssuingGetFull.js +1 -1
- package/mcp-server/tools/cardIssuingGetFull.js.map +1 -1
- package/mcp-server/tools/imagesUpload.js +1 -1
- package/mcp-server/tools/imagesUpload.js.map +1 -1
- package/mcp-server/tools/institutionsSearch.js +1 -1
- package/mcp-server/tools/transfersCreateCancellation.d.ts.map +1 -1
- package/mcp-server/tools/transfersCreateCancellation.js +3 -0
- package/mcp-server/tools/transfersCreateCancellation.js.map +1 -1
- package/mcp-server/tools/transfersCreateReversal.d.ts.map +1 -1
- package/mcp-server/tools/transfersCreateReversal.js +4 -1
- package/mcp-server/tools/transfersCreateReversal.js.map +1 -1
- package/mcp-server/tools/transfersListCancellations.js +1 -1
- package/models/components/adjustmentfees.d.ts +30 -0
- package/models/components/adjustmentfees.d.ts.map +1 -0
- package/models/components/adjustmentfees.js +62 -0
- package/models/components/adjustmentfees.js.map +1 -0
- package/models/components/applicationscope.d.ts +1 -1
- package/models/components/applicationscope.js +1 -1
- package/models/components/applicationscope.js.map +1 -1
- package/models/components/billingadjustment.d.ts +34 -0
- package/models/components/billingadjustment.d.ts.map +1 -0
- package/models/components/billingadjustment.js +63 -0
- package/models/components/billingadjustment.js.map +1 -0
- package/models/components/billingsummary.d.ts +15 -10
- package/models/components/billingsummary.d.ts.map +1 -1
- package/models/components/billingsummary.js +15 -11
- package/models/components/billingsummary.js.map +1 -1
- package/models/components/cancellation.d.ts +3 -0
- package/models/components/cancellation.d.ts.map +1 -1
- package/models/components/cancellation.js.map +1 -1
- package/models/components/createdtransfer.d.ts +8 -0
- package/models/components/createdtransfer.d.ts.map +1 -1
- package/models/components/createdtransfer.js.map +1 -1
- package/models/components/createfeeplanagreement.d.ts +16 -1
- package/models/components/createfeeplanagreement.d.ts.map +1 -1
- package/models/components/createfeeplanagreement.js +2 -0
- package/models/components/createfeeplanagreement.js.map +1 -1
- package/models/components/createpaymentlink.d.ts +3 -0
- package/models/components/createpaymentlink.d.ts.map +1 -1
- package/models/components/createpaymentlink.js.map +1 -1
- package/models/components/createrefund.d.ts +1 -1
- package/models/components/createreversal.d.ts +6 -1
- package/models/components/createreversal.d.ts.map +1 -1
- package/models/components/createreversal.js.map +1 -1
- package/models/components/facilitatorfee.d.ts +2 -2
- package/models/components/feeplanagreement.d.ts +10 -0
- package/models/components/feeplanagreement.d.ts.map +1 -1
- package/models/components/feeplanagreement.js +5 -0
- package/models/components/feeplanagreement.js.map +1 -1
- package/models/components/fullissuedcard.d.ts +4 -0
- package/models/components/fullissuedcard.d.ts.map +1 -1
- package/models/components/fullissuedcard.js.map +1 -1
- package/models/components/index.d.ts +2 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +2 -0
- package/models/components/index.js.map +1 -1
- package/models/components/issuedcard.d.ts +4 -0
- package/models/components/issuedcard.d.ts.map +1 -1
- package/models/components/issuedcard.js.map +1 -1
- package/models/components/issuedcardstate.d.ts +3 -0
- package/models/components/issuedcardstate.d.ts.map +1 -1
- package/models/components/issuedcardstate.js +2 -0
- package/models/components/issuedcardstate.js.map +1 -1
- package/models/components/issuingcontrols.d.ts +3 -0
- package/models/components/issuingcontrols.d.ts.map +1 -1
- package/models/components/issuingcontrols.js.map +1 -1
- package/models/components/partnerpricingagreement.d.ts +12 -2
- package/models/components/partnerpricingagreement.d.ts.map +1 -1
- package/models/components/partnerpricingagreement.js +5 -0
- package/models/components/partnerpricingagreement.js.map +1 -1
- package/models/components/paymentlink.d.ts +3 -0
- package/models/components/paymentlink.d.ts.map +1 -1
- package/models/components/paymentlink.js.map +1 -1
- package/models/components/paymentlinkpayoutdetails.d.ts +3 -0
- package/models/components/paymentlinkpayoutdetails.d.ts.map +1 -1
- package/models/components/paymentlinkpayoutdetails.js.map +1 -1
- package/models/components/paymentlinkpayoutdetailsupdate.d.ts +3 -0
- package/models/components/paymentlinkpayoutdetailsupdate.d.ts.map +1 -1
- package/models/components/paymentlinkpayoutdetailsupdate.js.map +1 -1
- package/models/components/requestcard.d.ts +3 -0
- package/models/components/requestcard.d.ts.map +1 -1
- package/models/components/requestcard.js.map +1 -1
- package/models/components/requirementid.d.ts +7 -0
- package/models/components/requirementid.d.ts.map +1 -1
- package/models/components/requirementid.js +7 -0
- package/models/components/requirementid.js.map +1 -1
- package/models/components/reversedwithcancellation.d.ts +3 -0
- package/models/components/reversedwithcancellation.d.ts.map +1 -1
- package/models/components/reversedwithcancellation.js.map +1 -1
- package/models/components/statement.d.ts +6 -0
- package/models/components/statement.d.ts.map +1 -1
- package/models/components/statement.js +3 -0
- package/models/components/statement.js.map +1 -1
- package/models/components/sweepconfig.d.ts +2 -2
- package/models/components/sweepconfigpaymentmethod.d.ts +1 -1
- package/models/components/transfer.d.ts +8 -0
- package/models/components/transfer.d.ts.map +1 -1
- package/models/components/transfer.js.map +1 -1
- package/models/components/updateissuedcard.d.ts +2 -0
- package/models/components/updateissuedcard.d.ts.map +1 -1
- package/models/components/updateissuedcard.js.map +1 -1
- package/models/components/updateissuedcardstate.d.ts +6 -0
- package/models/components/updateissuedcardstate.d.ts.map +1 -1
- package/models/components/updateissuedcardstate.js +4 -0
- package/models/components/updateissuedcardstate.js.map +1 -1
- package/models/components/updatepaymentlink.d.ts +3 -0
- package/models/components/updatepaymentlink.d.ts.map +1 -1
- package/models/components/updatepaymentlink.js.map +1 -1
- package/models/errors/transfer.d.ts +16 -0
- package/models/errors/transfer.d.ts.map +1 -1
- package/models/errors/transfer.js.map +1 -1
- package/models/operations/listaccounts.d.ts +3 -0
- package/models/operations/listaccounts.d.ts.map +1 -1
- package/models/operations/listaccounts.js.map +1 -1
- package/models/operations/listconnectedaccountsforaccount.d.ts +3 -0
- package/models/operations/listconnectedaccountsforaccount.d.ts.map +1 -1
- package/models/operations/listconnectedaccountsforaccount.js.map +1 -1
- package/models/operations/listdisputes.d.ts +3 -0
- package/models/operations/listdisputes.d.ts.map +1 -1
- package/models/operations/listdisputes.js.map +1 -1
- package/models/operations/listfeeplanagreements.d.ts +3 -0
- package/models/operations/listfeeplanagreements.d.ts.map +1 -1
- package/models/operations/listfeeplanagreements.js.map +1 -1
- package/models/operations/listfeerevenue.d.ts +3 -0
- package/models/operations/listfeerevenue.d.ts.map +1 -1
- package/models/operations/listfeerevenue.js.map +1 -1
- package/models/operations/listissuedcardauthorizationevents.d.ts +3 -0
- package/models/operations/listissuedcardauthorizationevents.d.ts.map +1 -1
- package/models/operations/listissuedcardauthorizationevents.js.map +1 -1
- package/models/operations/listissuedcardauthorizations.d.ts +3 -0
- package/models/operations/listissuedcardauthorizations.d.ts.map +1 -1
- package/models/operations/listissuedcardauthorizations.js.map +1 -1
- package/models/operations/listissuedcards.d.ts +3 -0
- package/models/operations/listissuedcards.d.ts.map +1 -1
- package/models/operations/listissuedcards.js.map +1 -1
- package/models/operations/listissuedcardtransactions.d.ts +8 -0
- package/models/operations/listissuedcardtransactions.d.ts.map +1 -1
- package/models/operations/listissuedcardtransactions.js +2 -0
- package/models/operations/listissuedcardtransactions.js.map +1 -1
- package/models/operations/listpartnerpricingagreements.d.ts +3 -0
- package/models/operations/listpartnerpricingagreements.d.ts.map +1 -1
- package/models/operations/listpartnerpricingagreements.js.map +1 -1
- package/models/operations/listpaymentlinks.d.ts +3 -0
- package/models/operations/listpaymentlinks.d.ts.map +1 -1
- package/models/operations/listpaymentlinks.js.map +1 -1
- package/models/operations/listproducts.d.ts +3 -0
- package/models/operations/listproducts.d.ts.map +1 -1
- package/models/operations/listproducts.js.map +1 -1
- package/models/operations/listresidualfees.d.ts +3 -0
- package/models/operations/listresidualfees.d.ts.map +1 -1
- package/models/operations/listresidualfees.js.map +1 -1
- package/models/operations/listresiduals.d.ts +3 -0
- package/models/operations/listresiduals.d.ts.map +1 -1
- package/models/operations/listresiduals.js.map +1 -1
- package/models/operations/listschedules.d.ts +3 -0
- package/models/operations/listschedules.d.ts.map +1 -1
- package/models/operations/listschedules.js.map +1 -1
- package/models/operations/liststatements.d.ts +3 -0
- package/models/operations/liststatements.d.ts.map +1 -1
- package/models/operations/liststatements.js.map +1 -1
- package/models/operations/listsweeps.d.ts +3 -0
- package/models/operations/listsweeps.d.ts.map +1 -1
- package/models/operations/listsweeps.js.map +1 -1
- package/models/operations/listtickets.d.ts +3 -0
- package/models/operations/listtickets.d.ts.map +1 -1
- package/models/operations/listtickets.js.map +1 -1
- package/models/operations/listtransfers.d.ts +4 -1
- package/models/operations/listtransfers.d.ts.map +1 -1
- package/models/operations/listtransfers.js.map +1 -1
- package/models/operations/listwallets.d.ts +3 -0
- package/models/operations/listwallets.d.ts.map +1 -1
- package/models/operations/listwallets.js.map +1 -1
- package/models/operations/listwallettransactions.d.ts +3 -0
- package/models/operations/listwallettransactions.d.ts.map +1 -1
- package/models/operations/listwallettransactions.js.map +1 -1
- package/models/operations/retrievefees.d.ts +3 -0
- package/models/operations/retrievefees.d.ts.map +1 -1
- package/models/operations/retrievefees.js.map +1 -1
- package/package.json +1 -1
- package/sdk/cardissuing.d.ts +1 -1
- package/sdk/cardissuing.js +1 -1
- package/sdk/images.d.ts +1 -1
- package/sdk/images.js +1 -1
- package/sdk/institutions.d.ts +1 -1
- package/sdk/institutions.js +1 -1
- package/sdk/transfers.d.ts +6 -0
- package/sdk/transfers.d.ts.map +1 -1
- package/sdk/transfers.js +6 -0
- package/sdk/transfers.js.map +1 -1
- package/src/funcs/cardIssuingGetFull.ts +1 -1
- package/src/funcs/imagesUpload.ts +1 -1
- package/src/funcs/institutionsSearch.ts +1 -1
- package/src/funcs/issuingTransactionsList.ts +1 -0
- package/src/funcs/transfersCreateCancellation.ts +6 -1
- package/src/funcs/transfersCreateReversal.ts +3 -0
- package/src/funcs/transfersListCancellations.ts +1 -1
- package/src/funcs/transfersListRefunds.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/lib/encodings.ts +58 -23
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/cardIssuingGetFull.ts +1 -1
- package/src/mcp-server/tools/imagesUpload.ts +1 -1
- package/src/mcp-server/tools/institutionsSearch.ts +1 -1
- package/src/mcp-server/tools/transfersCreateCancellation.ts +3 -0
- package/src/mcp-server/tools/transfersCreateReversal.ts +4 -1
- package/src/mcp-server/tools/transfersListCancellations.ts +1 -1
- package/src/models/components/adjustmentfees.ts +72 -0
- package/src/models/components/applicationscope.ts +1 -1
- package/src/models/components/billingadjustment.ts +77 -0
- package/src/models/components/billingsummary.ts +34 -19
- package/src/models/components/cancellation.ts +3 -0
- package/src/models/components/createdtransfer.ts +8 -0
- package/src/models/components/createfeeplanagreement.ts +18 -1
- package/src/models/components/createpaymentlink.ts +3 -0
- package/src/models/components/createrefund.ts +1 -1
- package/src/models/components/createreversal.ts +6 -1
- package/src/models/components/facilitatorfee.ts +2 -2
- package/src/models/components/feeplanagreement.ts +17 -0
- package/src/models/components/fullissuedcard.ts +4 -0
- package/src/models/components/index.ts +2 -0
- package/src/models/components/issuedcard.ts +4 -0
- package/src/models/components/issuedcardstate.ts +3 -0
- package/src/models/components/issuingcontrols.ts +3 -0
- package/src/models/components/partnerpricingagreement.ts +19 -2
- package/src/models/components/paymentlink.ts +3 -0
- package/src/models/components/paymentlinkpayoutdetails.ts +3 -0
- package/src/models/components/paymentlinkpayoutdetailsupdate.ts +3 -0
- package/src/models/components/requestcard.ts +3 -0
- package/src/models/components/requirementid.ts +14 -0
- package/src/models/components/reversedwithcancellation.ts +3 -0
- package/src/models/components/statement.ts +13 -0
- package/src/models/components/sweepconfig.ts +2 -2
- package/src/models/components/sweepconfigpaymentmethod.ts +1 -1
- package/src/models/components/transfer.ts +8 -0
- package/src/models/components/updateissuedcard.ts +2 -0
- package/src/models/components/updateissuedcardstate.ts +6 -0
- package/src/models/components/updatepaymentlink.ts +3 -0
- package/src/models/errors/transfer.ts +16 -0
- package/src/models/operations/listaccounts.ts +3 -0
- package/src/models/operations/listconnectedaccountsforaccount.ts +3 -0
- package/src/models/operations/listdisputes.ts +3 -0
- package/src/models/operations/listfeeplanagreements.ts +3 -0
- package/src/models/operations/listfeerevenue.ts +3 -0
- package/src/models/operations/listissuedcardauthorizationevents.ts +3 -0
- package/src/models/operations/listissuedcardauthorizations.ts +3 -0
- package/src/models/operations/listissuedcards.ts +3 -0
- package/src/models/operations/listissuedcardtransactions.ts +10 -0
- package/src/models/operations/listpartnerpricingagreements.ts +3 -0
- package/src/models/operations/listpaymentlinks.ts +3 -0
- package/src/models/operations/listproducts.ts +3 -0
- package/src/models/operations/listresidualfees.ts +3 -0
- package/src/models/operations/listresiduals.ts +3 -0
- package/src/models/operations/listschedules.ts +3 -0
- package/src/models/operations/liststatements.ts +3 -0
- package/src/models/operations/listsweeps.ts +3 -0
- package/src/models/operations/listtickets.ts +3 -0
- package/src/models/operations/listtransfers.ts +4 -1
- package/src/models/operations/listwallets.ts +3 -0
- package/src/models/operations/listwallettransactions.ts +3 -0
- package/src/models/operations/retrievefees.ts +3 -0
- package/src/sdk/cardissuing.ts +1 -1
- package/src/sdk/images.ts +1 -1
- package/src/sdk/institutions.ts +1 -1
- package/src/sdk/transfers.ts +6 -0
package/README.md
CHANGED
|
@@ -577,7 +577,7 @@ you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope.
|
|
|
577
577
|
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
|
578
578
|
|
|
579
579
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
580
|
-
you'll need to specify the `/accounts/{accountID}/issued-cards.read-
|
|
580
|
+
you'll need to specify the `/accounts/{accountID}/issued-cards.read-private` scope.
|
|
581
581
|
|
|
582
582
|
### [Cards](docs/sdks/cards/README.md)
|
|
583
583
|
|
|
@@ -789,7 +789,7 @@ you'll need to specify the `/accounts/{accountID}/files.read` scope.
|
|
|
789
789
|
|
|
790
790
|
* [list](docs/sdks/images/README.md#list) - List metadata for all images in the specified account.
|
|
791
791
|
* [upload](docs/sdks/images/README.md#upload) - Upload a new PNG, JPEG, or WebP image with optional metadata.
|
|
792
|
-
Duplicate images
|
|
792
|
+
Duplicate images return the existing image's metadata with a 409 status. Requests larger than 16MB will be rejected.
|
|
793
793
|
* [getMetadata](docs/sdks/images/README.md#getmetadata) - Retrieve metadata for a specific image by its ID.
|
|
794
794
|
* [update](docs/sdks/images/README.md#update) - Replace an existing image and, optionally, its metadata.
|
|
795
795
|
|
|
@@ -819,7 +819,7 @@ This can be used to validate a financial institution before initiating payment a
|
|
|
819
819
|
|
|
820
820
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
821
821
|
you'll need to specify the `/institutions.read` scope.
|
|
822
|
-
* [~~search~~](docs/sdks/institutions/README.md#search) - This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/
|
|
822
|
+
* [~~search~~](docs/sdks/institutions/README.md#search) - This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/institutions/get/).
|
|
823
823
|
|
|
824
824
|
Search for institutions by either their name or routing number.
|
|
825
825
|
|
|
@@ -1157,10 +1157,13 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
|
|
|
1157
1157
|
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1158
1158
|
* [createCancellation](docs/sdks/transfers/README.md#createcancellation) - Initiate a cancellation for a card, ACH, or queued transfer.
|
|
1159
1159
|
|
|
1160
|
+
In v2026.10 and later, an auth-capture `card-payment` transfer can be canceled before any captures exist.
|
|
1161
|
+
For these transfers, a successful cancellation reduces `capturableAmount` without changing `authorizedAmount`.
|
|
1162
|
+
For these transfers, a partial cancellation leaves the remaining `capturableAmount` available for capture.
|
|
1160
1163
|
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
1161
1164
|
to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1162
1165
|
* [listCancellations](docs/sdks/transfers/README.md#listcancellations) - Get a list of cancellations for a transfer.
|
|
1163
|
-
|
|
1166
|
+
|
|
1164
1167
|
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
1165
1168
|
to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
1166
1169
|
* [getCancellation](docs/sdks/transfers/README.md#getcancellation) - Get details of a cancellation for a transfer.
|
|
@@ -1182,7 +1185,10 @@ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
|
1182
1185
|
|
|
1183
1186
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1184
1187
|
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
1185
|
-
* [createReversal](docs/sdks/transfers/README.md#createreversal) - Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
|
1188
|
+
* [createReversal](docs/sdks/transfers/README.md#createreversal) - Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
|
1189
|
+
In v2026.10 and later, reversing an auth-capture `card-payment` transfer with no captures cancels the entire `capturableAmount`.
|
|
1190
|
+
In those API versions, an auth-capture `card-payment` transfer with one final capture is canceled or refunded depending on its processing state.
|
|
1191
|
+
Auth-capture `card-payment` transfers with a non-final capture or multiple captures are not supported in those API versions.
|
|
1186
1192
|
Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
|
|
1187
1193
|
to learn more.
|
|
1188
1194
|
|
|
@@ -1545,7 +1551,7 @@ you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
|
|
|
1545
1551
|
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
|
1546
1552
|
|
|
1547
1553
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1548
|
-
you'll need to specify the `/accounts/{accountID}/issued-cards.read-
|
|
1554
|
+
you'll need to specify the `/accounts/{accountID}/issued-cards.read-private` scope.
|
|
1549
1555
|
- [`cardIssuingList`](docs/sdks/cardissuing/README.md#list) - List Moov issued cards existing for the account.
|
|
1550
1556
|
|
|
1551
1557
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -1756,7 +1762,7 @@ This endpoint replaces the existing image with the new PNG, JPEG, or WebP. Omit
|
|
|
1756
1762
|
the metadata form section to keep existing metadata. Duplicate images, and requests larger than 16MB will be rejected.
|
|
1757
1763
|
- [`imagesUpdateMetadata`](docs/sdks/images/README.md#updatemetadata) - Replace the metadata for an existing image.
|
|
1758
1764
|
- [`imagesUpload`](docs/sdks/images/README.md#upload) - Upload a new PNG, JPEG, or WebP image with optional metadata.
|
|
1759
|
-
Duplicate images
|
|
1765
|
+
Duplicate images return the existing image's metadata with a 409 status. Requests larger than 16MB will be rejected.
|
|
1760
1766
|
- [`industriesList`](docs/sdks/industries/README.md#list) - Returns a list of industries relevant to merchant profile enrichment. Results are ordered by industry name.
|
|
1761
1767
|
|
|
1762
1768
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/),
|
|
@@ -2026,9 +2032,15 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
|
|
|
2026
2032
|
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
2027
2033
|
- [`transfersCreateCancellation`](docs/sdks/transfers/README.md#createcancellation) - Initiate a cancellation for a card, ACH, or queued transfer.
|
|
2028
2034
|
|
|
2035
|
+
In v2026.10 and later, an auth-capture `card-payment` transfer can be canceled before any captures exist.
|
|
2036
|
+
For these transfers, a successful cancellation reduces `capturableAmount` without changing `authorizedAmount`.
|
|
2037
|
+
For these transfers, a partial cancellation leaves the remaining `capturableAmount` available for capture.
|
|
2029
2038
|
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
2030
2039
|
to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
2031
|
-
- [`transfersCreateReversal`](docs/sdks/transfers/README.md#createreversal) - Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
|
2040
|
+
- [`transfersCreateReversal`](docs/sdks/transfers/README.md#createreversal) - Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
|
2041
|
+
In v2026.10 and later, reversing an auth-capture `card-payment` transfer with no captures cancels the entire `capturableAmount`.
|
|
2042
|
+
In those API versions, an auth-capture `card-payment` transfer with one final capture is canceled or refunded depending on its processing state.
|
|
2043
|
+
Auth-capture `card-payment` transfers with a non-final capture or multiple captures are not supported in those API versions.
|
|
2032
2044
|
Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
|
|
2033
2045
|
to learn more.
|
|
2034
2046
|
|
|
@@ -2077,7 +2089,7 @@ period of time. You can run multiple requests in smaller time window increments
|
|
|
2077
2089
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
2078
2090
|
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
2079
2091
|
- [`transfersListCancellations`](docs/sdks/transfers/README.md#listcancellations) - Get a list of cancellations for a transfer.
|
|
2080
|
-
|
|
2092
|
+
|
|
2081
2093
|
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
2082
2094
|
to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
2083
2095
|
- [`transfersListRefunds`](docs/sdks/transfers/README.md#listrefunds) - Get a list of refunds for a card transfer.
|
|
@@ -2152,7 +2164,7 @@ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
|
2152
2164
|
- [`webhooksListEventTypes`](docs/sdks/webhooks/README.md#listeventtypes) - List all available event types that can be subscribed to.
|
|
2153
2165
|
- [`webhooksPing`](docs/sdks/webhooks/README.md#ping) - Send a test ping to a webhook to verify it is configured correctly.
|
|
2154
2166
|
- [`webhooksUpdate`](docs/sdks/webhooks/README.md#update) - Update an existing webhook.
|
|
2155
|
-
- ~~[`institutionsSearch`](docs/sdks/institutions/README.md#search)~~ - This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/
|
|
2167
|
+
- ~~[`institutionsSearch`](docs/sdks/institutions/README.md#search)~~ - This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/institutions/get/).
|
|
2156
2168
|
|
|
2157
2169
|
Search for institutions by either their name or routing number.
|
|
2158
2170
|
|
package/bin/mcp-server.js
CHANGED
|
@@ -52974,9 +52974,9 @@ var init_config = __esm(() => {
|
|
|
52974
52974
|
SDK_METADATA = {
|
|
52975
52975
|
language: "typescript",
|
|
52976
52976
|
openapiDocVersion: "v2025.07.00",
|
|
52977
|
-
sdkVersion: "25.9.
|
|
52978
|
-
genVersion: "2.
|
|
52979
|
-
userAgent: "speakeasy-sdk/typescript 25.9.
|
|
52977
|
+
sdkVersion: "25.9.7",
|
|
52978
|
+
genVersion: "2.935.1",
|
|
52979
|
+
userAgent: "speakeasy-sdk/typescript 25.9.7 2.935.1 v2025.07.00 @moovio/sdk"
|
|
52980
52980
|
};
|
|
52981
52981
|
});
|
|
52982
52982
|
|
|
@@ -53150,6 +53150,19 @@ var init_base64 = __esm(() => {
|
|
|
53150
53150
|
});
|
|
53151
53151
|
|
|
53152
53152
|
// src/lib/encodings.ts
|
|
53153
|
+
function encodeKeyChars(v2, charEncoding) {
|
|
53154
|
+
return encodeChars(v2, charEncoding === "percentExceptReserved" ? "percent" : charEncoding);
|
|
53155
|
+
}
|
|
53156
|
+
function encodeChars(v2, charEncoding) {
|
|
53157
|
+
switch (charEncoding) {
|
|
53158
|
+
case "percent":
|
|
53159
|
+
return encodeURIComponent(v2);
|
|
53160
|
+
case "percentExceptReserved":
|
|
53161
|
+
return encodeURIComponent(v2).replace(reservedEscapes, (m) => decodeURIComponent(m));
|
|
53162
|
+
default:
|
|
53163
|
+
return v2;
|
|
53164
|
+
}
|
|
53165
|
+
}
|
|
53153
53166
|
function formEncoder(sep) {
|
|
53154
53167
|
return (key, value, options) => {
|
|
53155
53168
|
let out = "";
|
|
@@ -53158,7 +53171,7 @@ function formEncoder(sep) {
|
|
|
53158
53171
|
return;
|
|
53159
53172
|
}
|
|
53160
53173
|
const encodeString = (v2) => {
|
|
53161
|
-
return options?.charEncoding
|
|
53174
|
+
return encodeChars(v2, options?.charEncoding);
|
|
53162
53175
|
};
|
|
53163
53176
|
const encodeValue = (v2) => encodeString(serializeValue(v2));
|
|
53164
53177
|
const encodedSep = encodeString(sep);
|
|
@@ -53179,7 +53192,7 @@ function formEncoder(sep) {
|
|
|
53179
53192
|
if (encValue == null) {
|
|
53180
53193
|
return;
|
|
53181
53194
|
}
|
|
53182
|
-
tmp = `${
|
|
53195
|
+
tmp = `${encodeKeyChars(pk, options?.charEncoding)}=${encValue}`;
|
|
53183
53196
|
if (!tmp || tmp === "=") {
|
|
53184
53197
|
return;
|
|
53185
53198
|
}
|
|
@@ -53203,7 +53216,7 @@ function encodeDeepObjectObject(key, value, options) {
|
|
|
53203
53216
|
}
|
|
53204
53217
|
let out = "";
|
|
53205
53218
|
const encodeString = (v2) => {
|
|
53206
|
-
return options?.charEncoding
|
|
53219
|
+
return encodeChars(v2, options?.charEncoding);
|
|
53207
53220
|
};
|
|
53208
53221
|
if (!isPlainObject2(value)) {
|
|
53209
53222
|
throw new EncodingError(`Expected parameter '${key}' to be an object.`);
|
|
@@ -53220,7 +53233,7 @@ function encodeDeepObjectObject(key, value, options) {
|
|
|
53220
53233
|
}
|
|
53221
53234
|
const pairs = Array.isArray(cv) ? cv : [cv];
|
|
53222
53235
|
const encoded = mapDefined(pairs, (v2) => {
|
|
53223
|
-
return `${
|
|
53236
|
+
return `${encodeKeyChars(pk, options?.charEncoding)}=${encodeString(serializeValue(v2))}`;
|
|
53224
53237
|
})?.join("&");
|
|
53225
53238
|
out += encoded == null ? "" : `&${encoded}`;
|
|
53226
53239
|
});
|
|
@@ -53231,10 +53244,10 @@ function encodeJSON(key, value, options) {
|
|
|
53231
53244
|
return;
|
|
53232
53245
|
}
|
|
53233
53246
|
const encodeString = (v2) => {
|
|
53234
|
-
return options?.charEncoding
|
|
53247
|
+
return encodeChars(v2, options?.charEncoding);
|
|
53235
53248
|
};
|
|
53236
53249
|
const encVal = encodeString(JSON.stringify(value, jsonReplacer));
|
|
53237
|
-
return options?.explode ? encVal : `${
|
|
53250
|
+
return options?.explode ? encVal : `${encodeKeyChars(key, options?.charEncoding)}=${encVal}`;
|
|
53238
53251
|
}
|
|
53239
53252
|
function explode(key, value) {
|
|
53240
53253
|
if (Array.isArray(value)) {
|
|
@@ -53348,14 +53361,14 @@ async function normalizeBlob(value) {
|
|
|
53348
53361
|
}
|
|
53349
53362
|
return new Blob([await value.arrayBuffer()], { type: value.type });
|
|
53350
53363
|
}
|
|
53351
|
-
var EncodingError, encodeForm, encodeSpaceDelimited, encodePipeDelimited, encodeSimple = (key, value, options) => {
|
|
53364
|
+
var EncodingError, reservedEscapes, encodeForm, encodeSpaceDelimited, encodePipeDelimited, encodeSimple = (key, value, options) => {
|
|
53352
53365
|
let out = "";
|
|
53353
53366
|
const pairs = options?.explode ? explode(key, value) : [[key, value]];
|
|
53354
53367
|
if (pairs.every(([_2, v2]) => v2 == null)) {
|
|
53355
53368
|
return;
|
|
53356
53369
|
}
|
|
53357
53370
|
const encodeString = (v2) => {
|
|
53358
|
-
return options?.charEncoding
|
|
53371
|
+
return encodeChars(v2, options?.charEncoding);
|
|
53359
53372
|
};
|
|
53360
53373
|
const encodeValue = (v2) => encodeString(serializeValue(v2));
|
|
53361
53374
|
pairs.forEach(([pk, pv]) => {
|
|
@@ -53386,6 +53399,7 @@ var init_encodings = __esm(() => {
|
|
|
53386
53399
|
this.name = "EncodingError";
|
|
53387
53400
|
}
|
|
53388
53401
|
};
|
|
53402
|
+
reservedEscapes = /%(2[346bcf]|3[abdf]|40|5[bd])/gi;
|
|
53389
53403
|
encodeForm = formEncoder(",");
|
|
53390
53404
|
encodeSpaceDelimited = formEncoder(" ");
|
|
53391
53405
|
encodePipeDelimited = formEncoder("|");
|
|
@@ -56158,6 +56172,39 @@ var init_adjustment = __esm(() => {
|
|
|
56158
56172
|
});
|
|
56159
56173
|
});
|
|
56160
56174
|
|
|
56175
|
+
// src/models/components/billingadjustment.ts
|
|
56176
|
+
var BillingAdjustment$inboundSchema, BillingAdjustment$outboundSchema;
|
|
56177
|
+
var init_billingadjustment = __esm(() => {
|
|
56178
|
+
init_esm();
|
|
56179
|
+
init_amountdecimal();
|
|
56180
|
+
BillingAdjustment$inboundSchema = objectType({
|
|
56181
|
+
feeName: stringType(),
|
|
56182
|
+
count: numberType().int(),
|
|
56183
|
+
amount: AmountDecimal$inboundSchema
|
|
56184
|
+
});
|
|
56185
|
+
BillingAdjustment$outboundSchema = objectType({
|
|
56186
|
+
feeName: stringType(),
|
|
56187
|
+
count: numberType().int(),
|
|
56188
|
+
amount: AmountDecimal$outboundSchema
|
|
56189
|
+
});
|
|
56190
|
+
});
|
|
56191
|
+
|
|
56192
|
+
// src/models/components/adjustmentfees.ts
|
|
56193
|
+
var AdjustmentFees$inboundSchema, AdjustmentFees$outboundSchema;
|
|
56194
|
+
var init_adjustmentfees = __esm(() => {
|
|
56195
|
+
init_esm();
|
|
56196
|
+
init_billingadjustment();
|
|
56197
|
+
init_billingcountandamount();
|
|
56198
|
+
AdjustmentFees$inboundSchema = objectType({
|
|
56199
|
+
items: arrayType(BillingAdjustment$inboundSchema),
|
|
56200
|
+
total: BillingCountAndAmount$inboundSchema
|
|
56201
|
+
});
|
|
56202
|
+
AdjustmentFees$outboundSchema = objectType({
|
|
56203
|
+
items: arrayType(BillingAdjustment$outboundSchema),
|
|
56204
|
+
total: BillingCountAndAmount$outboundSchema
|
|
56205
|
+
});
|
|
56206
|
+
});
|
|
56207
|
+
|
|
56161
56208
|
// src/models/components/amount.ts
|
|
56162
56209
|
var Amount$inboundSchema, Amount$outboundSchema;
|
|
56163
56210
|
var init_amount = __esm(() => {
|
|
@@ -56399,7 +56446,7 @@ var init_applicationscope = __esm(() => {
|
|
|
56399
56446
|
FilesWrite: "files.write",
|
|
56400
56447
|
IssuedCardsRead: "issued-cards.read",
|
|
56401
56448
|
IssuedCardsWrite: "issued-cards.write",
|
|
56402
|
-
|
|
56449
|
+
IssuedCardsReadPrivate: "issued-cards.read-private",
|
|
56403
56450
|
PaymentMethodsRead: "payment-methods.read",
|
|
56404
56451
|
PingRead: "ping.read",
|
|
56405
56452
|
ProfileEnrichmentRead: "profile-enrichment.read",
|
|
@@ -59327,7 +59374,7 @@ var init_partnerfees = __esm(() => {
|
|
|
59327
59374
|
});
|
|
59328
59375
|
|
|
59329
59376
|
// src/models/components/billingsummary.ts
|
|
59330
|
-
var BillingSummaryVolumeAmount$inboundSchema, BillingSummaryVolumeAmount$outboundSchema, CardAcquiring$inboundSchema, CardAcquiring$outboundSchema, BillingSummaryPlatformFees$inboundSchema, BillingSummaryPlatformFees$outboundSchema,
|
|
59377
|
+
var BillingSummaryVolumeAmount$inboundSchema, BillingSummaryVolumeAmount$outboundSchema, CardAcquiring$inboundSchema, CardAcquiring$outboundSchema, BillingSummaryPlatformFees$inboundSchema, BillingSummaryPlatformFees$outboundSchema, BillingSummaryAdjustmentFees$inboundSchema, BillingSummaryAdjustmentFees$outboundSchema, OtherFees$inboundSchema, OtherFees$outboundSchema, BillingSummary$inboundSchema, BillingSummary$outboundSchema;
|
|
59331
59378
|
var init_billingsummary = __esm(() => {
|
|
59332
59379
|
init_esm();
|
|
59333
59380
|
init_amountdecimal();
|
|
@@ -59368,11 +59415,11 @@ var init_billingsummary = __esm(() => {
|
|
|
59368
59415
|
currency: stringType(),
|
|
59369
59416
|
valueDecimal: stringType()
|
|
59370
59417
|
});
|
|
59371
|
-
|
|
59418
|
+
BillingSummaryAdjustmentFees$inboundSchema = objectType({
|
|
59372
59419
|
currency: stringType(),
|
|
59373
59420
|
valueDecimal: stringType()
|
|
59374
59421
|
});
|
|
59375
|
-
|
|
59422
|
+
BillingSummaryAdjustmentFees$outboundSchema = objectType({
|
|
59376
59423
|
currency: stringType(),
|
|
59377
59424
|
valueDecimal: stringType()
|
|
59378
59425
|
});
|
|
@@ -59390,7 +59437,7 @@ var init_billingsummary = __esm(() => {
|
|
|
59390
59437
|
instantPayments: BillingSummaryDetails$inboundSchema.optional(),
|
|
59391
59438
|
platformFees: lazyType(() => BillingSummaryPlatformFees$inboundSchema).optional(),
|
|
59392
59439
|
accountFees: BillingSummaryDetails$inboundSchema.optional(),
|
|
59393
|
-
adjustmentFees: lazyType(() =>
|
|
59440
|
+
adjustmentFees: lazyType(() => BillingSummaryAdjustmentFees$inboundSchema).optional(),
|
|
59394
59441
|
otherFees: lazyType(() => OtherFees$inboundSchema).optional(),
|
|
59395
59442
|
otherCardFees: BillingSummaryDetails$inboundSchema.optional(),
|
|
59396
59443
|
total: AmountDecimal$inboundSchema.optional(),
|
|
@@ -59398,7 +59445,8 @@ var init_billingsummary = __esm(() => {
|
|
|
59398
59445
|
revenueShare: stringType().optional(),
|
|
59399
59446
|
residualSubtotal: AmountDecimal$inboundSchema.optional(),
|
|
59400
59447
|
monthlyPartnerCosts: PartnerFees$inboundSchema.optional(),
|
|
59401
|
-
netPartnerPayment: AmountDecimal$inboundSchema.optional()
|
|
59448
|
+
netPartnerPayment: AmountDecimal$inboundSchema.optional(),
|
|
59449
|
+
totalNetPartnerPayment: AmountDecimal$inboundSchema.optional()
|
|
59402
59450
|
});
|
|
59403
59451
|
BillingSummary$outboundSchema = objectType({
|
|
59404
59452
|
cardAcquiring: lazyType(() => CardAcquiring$outboundSchema).optional(),
|
|
@@ -59406,7 +59454,7 @@ var init_billingsummary = __esm(() => {
|
|
|
59406
59454
|
instantPayments: BillingSummaryDetails$outboundSchema.optional(),
|
|
59407
59455
|
platformFees: lazyType(() => BillingSummaryPlatformFees$outboundSchema).optional(),
|
|
59408
59456
|
accountFees: BillingSummaryDetails$outboundSchema.optional(),
|
|
59409
|
-
adjustmentFees: lazyType(() =>
|
|
59457
|
+
adjustmentFees: lazyType(() => BillingSummaryAdjustmentFees$outboundSchema).optional(),
|
|
59410
59458
|
otherFees: lazyType(() => OtherFees$outboundSchema).optional(),
|
|
59411
59459
|
otherCardFees: BillingSummaryDetails$outboundSchema.optional(),
|
|
59412
59460
|
total: AmountDecimal$outboundSchema.optional(),
|
|
@@ -59414,7 +59462,8 @@ var init_billingsummary = __esm(() => {
|
|
|
59414
59462
|
revenueShare: stringType().optional(),
|
|
59415
59463
|
residualSubtotal: AmountDecimal$outboundSchema.optional(),
|
|
59416
59464
|
monthlyPartnerCosts: PartnerFees$outboundSchema.optional(),
|
|
59417
|
-
netPartnerPayment: AmountDecimal$outboundSchema.optional()
|
|
59465
|
+
netPartnerPayment: AmountDecimal$outboundSchema.optional(),
|
|
59466
|
+
totalNetPartnerPayment: AmountDecimal$outboundSchema.optional()
|
|
59418
59467
|
});
|
|
59419
59468
|
});
|
|
59420
59469
|
|
|
@@ -59724,6 +59773,13 @@ var init_requirementid = __esm(() => {
|
|
|
59724
59773
|
UnderwritingSendFundsPushToCardEstimatedActivityMonthlyVolumeRange: "underwriting.sendFunds.pushToCard.estimatedActivity.monthlyVolumeRange",
|
|
59725
59774
|
UnderwritingSendFundsPushToCardFulfillment: "underwriting.sendFunds.pushToCard.fulfillment",
|
|
59726
59775
|
UnderwritingSendFundsPushToCardRefundPolicy: "underwriting.sendFunds.pushToCard.refundPolicy",
|
|
59776
|
+
UnderwritingSendFundsInstantBankCardAcceptanceMethods: "underwriting.sendFunds.instantBank.cardAcceptanceMethods",
|
|
59777
|
+
UnderwritingSendFundsInstantBankCurrentlyAcceptsCards: "underwriting.sendFunds.instantBank.currentlyAcceptsCards",
|
|
59778
|
+
UnderwritingSendFundsInstantBankEstimatedActivityAverageTransactionAmount: "underwriting.sendFunds.instantBank.estimatedActivity.averageTransactionAmount",
|
|
59779
|
+
UnderwritingSendFundsInstantBankEstimatedActivityMaximumTransactionAmount: "underwriting.sendFunds.instantBank.estimatedActivity.maximumTransactionAmount",
|
|
59780
|
+
UnderwritingSendFundsInstantBankEstimatedActivityMonthlyVolumeRange: "underwriting.sendFunds.instantBank.estimatedActivity.monthlyVolumeRange",
|
|
59781
|
+
UnderwritingSendFundsInstantBankFulfillment: "underwriting.sendFunds.instantBank.fulfillment",
|
|
59782
|
+
UnderwritingSendFundsInstantBankRefundPolicy: "underwriting.sendFunds.instantBank.refundPolicy",
|
|
59727
59783
|
UnderwritingMoneyTransferPullFromCardCardAcceptanceMethods: "underwriting.moneyTransfer.pullFromCard.cardAcceptanceMethods",
|
|
59728
59784
|
UnderwritingMoneyTransferPullFromCardCurrentlyAcceptsCards: "underwriting.moneyTransfer.pullFromCard.currentlyAcceptsCards",
|
|
59729
59785
|
UnderwritingMoneyTransferPullFromCardEstimatedActivityAverageTransactionAmount: "underwriting.moneyTransfer.pullFromCard.estimatedActivity.averageTransactionAmount",
|
|
@@ -61903,10 +61959,12 @@ var CreateFeePlanAgreement$inboundSchema, CreateFeePlanAgreement$outboundSchema;
|
|
|
61903
61959
|
var init_createfeeplanagreement = __esm(() => {
|
|
61904
61960
|
init_esm();
|
|
61905
61961
|
CreateFeePlanAgreement$inboundSchema = objectType({
|
|
61906
|
-
planID: stringType()
|
|
61962
|
+
planID: stringType(),
|
|
61963
|
+
priorAgreementID: stringType().optional()
|
|
61907
61964
|
});
|
|
61908
61965
|
CreateFeePlanAgreement$outboundSchema = objectType({
|
|
61909
|
-
planID: stringType()
|
|
61966
|
+
planID: stringType(),
|
|
61967
|
+
priorAgreementID: stringType().optional()
|
|
61910
61968
|
});
|
|
61911
61969
|
});
|
|
61912
61970
|
|
|
@@ -63467,7 +63525,9 @@ var init_feeplanagreement = __esm(() => {
|
|
|
63467
63525
|
cardAcquiringModel: CardAcquiringModel$inboundSchema,
|
|
63468
63526
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
63469
63527
|
minimumCommitment: MinimumCommitment$inboundSchema,
|
|
63470
|
-
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema
|
|
63528
|
+
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
|
|
63529
|
+
priorAgreementID: stringType().optional(),
|
|
63530
|
+
priorAgreementTerminatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional()
|
|
63471
63531
|
});
|
|
63472
63532
|
FeePlanAgreement$outboundSchema = objectType({
|
|
63473
63533
|
agreementID: stringType(),
|
|
@@ -63480,7 +63540,9 @@ var init_feeplanagreement = __esm(() => {
|
|
|
63480
63540
|
cardAcquiringModel: CardAcquiringModel$outboundSchema,
|
|
63481
63541
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
63482
63542
|
minimumCommitment: MinimumCommitment$outboundSchema,
|
|
63483
|
-
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema
|
|
63543
|
+
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
|
|
63544
|
+
priorAgreementID: stringType().optional(),
|
|
63545
|
+
priorAgreementTerminatedOn: dateType().transform((v2) => v2.toISOString()).optional()
|
|
63484
63546
|
});
|
|
63485
63547
|
});
|
|
63486
63548
|
|
|
@@ -63682,6 +63744,7 @@ var init_issuedcardstate = __esm(() => {
|
|
|
63682
63744
|
init_esm();
|
|
63683
63745
|
IssuedCardState = {
|
|
63684
63746
|
Active: "active",
|
|
63747
|
+
Frozen: "frozen",
|
|
63685
63748
|
Closed: "closed"
|
|
63686
63749
|
};
|
|
63687
63750
|
IssuedCardState$inboundSchema = nativeEnumType(IssuedCardState);
|
|
@@ -65142,6 +65205,8 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
65142
65205
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
65143
65206
|
minimumCommitment: MinimumCommitment$inboundSchema,
|
|
65144
65207
|
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
|
|
65208
|
+
priorAgreementID: stringType().optional(),
|
|
65209
|
+
priorAgreementTerminatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
65145
65210
|
revenueShare: stringType()
|
|
65146
65211
|
});
|
|
65147
65212
|
PartnerPricingAgreement$outboundSchema = objectType({
|
|
@@ -65156,6 +65221,8 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
65156
65221
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
65157
65222
|
minimumCommitment: MinimumCommitment$outboundSchema,
|
|
65158
65223
|
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
|
|
65224
|
+
priorAgreementID: stringType().optional(),
|
|
65225
|
+
priorAgreementTerminatedOn: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
65159
65226
|
revenueShare: stringType()
|
|
65160
65227
|
});
|
|
65161
65228
|
});
|
|
@@ -66616,6 +66683,7 @@ var init_statement = __esm(() => {
|
|
|
66616
66683
|
init_esm();
|
|
66617
66684
|
init_accountfees();
|
|
66618
66685
|
init_achfees();
|
|
66686
|
+
init_adjustmentfees();
|
|
66619
66687
|
init_billingsummary();
|
|
66620
66688
|
init_cardacquiringfees();
|
|
66621
66689
|
init_instantpaymentfees();
|
|
@@ -66638,6 +66706,7 @@ var init_statement = __esm(() => {
|
|
|
66638
66706
|
accountFees: AccountFees$inboundSchema.optional(),
|
|
66639
66707
|
otherCardFees: OtherCardFees$inboundSchema.optional(),
|
|
66640
66708
|
partnerFees: PartnerFees$inboundSchema.optional(),
|
|
66709
|
+
adjustments: AdjustmentFees$inboundSchema.optional(),
|
|
66641
66710
|
createdOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
|
|
66642
66711
|
updatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2))
|
|
66643
66712
|
});
|
|
@@ -66657,6 +66726,7 @@ var init_statement = __esm(() => {
|
|
|
66657
66726
|
accountFees: AccountFees$outboundSchema.optional(),
|
|
66658
66727
|
otherCardFees: OtherCardFees$outboundSchema.optional(),
|
|
66659
66728
|
partnerFees: PartnerFees$outboundSchema.optional(),
|
|
66729
|
+
adjustments: AdjustmentFees$outboundSchema.optional(),
|
|
66660
66730
|
createdOn: dateType().transform((v2) => v2.toISOString()),
|
|
66661
66731
|
updatedOn: dateType().transform((v2) => v2.toISOString())
|
|
66662
66732
|
});
|
|
@@ -67336,6 +67406,8 @@ var UpdateIssuedCardState, UpdateIssuedCardState$inboundSchema, UpdateIssuedCard
|
|
|
67336
67406
|
var init_updateissuedcardstate = __esm(() => {
|
|
67337
67407
|
init_esm();
|
|
67338
67408
|
UpdateIssuedCardState = {
|
|
67409
|
+
Active: "active",
|
|
67410
|
+
Frozen: "frozen",
|
|
67339
67411
|
Closed: "closed"
|
|
67340
67412
|
};
|
|
67341
67413
|
UpdateIssuedCardState$inboundSchema = nativeEnumType(UpdateIssuedCardState);
|
|
@@ -68688,6 +68760,7 @@ var init_components = __esm(() => {
|
|
|
68688
68760
|
init_addresssuggestion();
|
|
68689
68761
|
init_addressupdate();
|
|
68690
68762
|
init_adjustment();
|
|
68763
|
+
init_adjustmentfees();
|
|
68691
68764
|
init_amount();
|
|
68692
68765
|
init_amountdecimal();
|
|
68693
68766
|
init_amountdecimalvalidationerror();
|
|
@@ -68722,6 +68795,7 @@ var init_components = __esm(() => {
|
|
|
68722
68795
|
init_basicpaymentmethod();
|
|
68723
68796
|
init_batchgettransfersrequest();
|
|
68724
68797
|
init_billablefee();
|
|
68798
|
+
init_billingadjustment();
|
|
68725
68799
|
init_billingcountandamount();
|
|
68726
68800
|
init_billinginterchangeprogramfee();
|
|
68727
68801
|
init_billingsummary();
|
|
@@ -76123,6 +76197,7 @@ var init_listissuedcardtransactions = __esm(() => {
|
|
|
76123
76197
|
skip: numberType().int().optional(),
|
|
76124
76198
|
count: numberType().int().optional(),
|
|
76125
76199
|
issuedCardID: stringType().optional(),
|
|
76200
|
+
merchantName: stringType().optional(),
|
|
76126
76201
|
startDateTime: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
76127
76202
|
endDateTime: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional()
|
|
76128
76203
|
});
|
|
@@ -76131,6 +76206,7 @@ var init_listissuedcardtransactions = __esm(() => {
|
|
|
76131
76206
|
skip: numberType().int().optional(),
|
|
76132
76207
|
count: numberType().int().optional(),
|
|
76133
76208
|
issuedCardID: stringType().optional(),
|
|
76209
|
+
merchantName: stringType().optional(),
|
|
76134
76210
|
startDateTime: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
76135
76211
|
endDateTime: dateType().transform((v2) => v2.toISOString()).optional()
|
|
76136
76212
|
});
|
|
@@ -83466,7 +83542,7 @@ var init_cardIssuingGetFull2 = __esm(() => {
|
|
|
83466
83542
|
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
|
83467
83543
|
|
|
83468
83544
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
83469
|
-
you'll need to specify the \`/accounts/{accountID}/issued-cards.read-
|
|
83545
|
+
you'll need to specify the \`/accounts/{accountID}/issued-cards.read-private\` scope.`,
|
|
83470
83546
|
args: args43,
|
|
83471
83547
|
tool: async (client, args44, ctx) => {
|
|
83472
83548
|
const [result, apiCall] = await cardIssuingGetFull(client, args44.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -88650,7 +88726,7 @@ var init_imagesUpload2 = __esm(() => {
|
|
|
88650
88726
|
tool$imagesUpload = {
|
|
88651
88727
|
name: "images-upload",
|
|
88652
88728
|
description: ` Upload a new PNG, JPEG, or WebP image with optional metadata.
|
|
88653
|
-
Duplicate images
|
|
88729
|
+
Duplicate images return the existing image's metadata with a 409 status. Requests larger than 16MB will be rejected.`,
|
|
88654
88730
|
args: args85,
|
|
88655
88731
|
tool: async (client, args86, ctx) => {
|
|
88656
88732
|
const [result, apiCall] = await imagesUpload(client, args86.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -88851,7 +88927,7 @@ var init_institutionsSearch2 = __esm(() => {
|
|
|
88851
88927
|
};
|
|
88852
88928
|
tool$institutionsSearch = {
|
|
88853
88929
|
name: "institutions-search",
|
|
88854
|
-
description: `This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/
|
|
88930
|
+
description: `This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/institutions/get/).
|
|
88855
88931
|
|
|
88856
88932
|
Search for institutions by either their name or routing number.
|
|
88857
88933
|
|
|
@@ -89236,6 +89312,7 @@ async function $do92(client, request, options) {
|
|
|
89236
89312
|
count: payload.count,
|
|
89237
89313
|
endDateTime: payload.endDateTime,
|
|
89238
89314
|
issuedCardID: payload.issuedCardID,
|
|
89315
|
+
merchantName: payload.merchantName,
|
|
89239
89316
|
skip: payload.skip,
|
|
89240
89317
|
startDateTime: payload.startDateTime
|
|
89241
89318
|
}, { explode: false });
|
|
@@ -95437,7 +95514,9 @@ async function $do146(client, request, options) {
|
|
|
95437
95514
|
const [result] = await match(json([200, 202], CreateCancellationResponse$inboundSchema, {
|
|
95438
95515
|
hdrs: true,
|
|
95439
95516
|
key: "Result"
|
|
95440
|
-
}), jsonErr(400,
|
|
95517
|
+
}), jsonErr([400, 409, 422], GenericError$inboundSchema, {
|
|
95518
|
+
hdrs: true
|
|
95519
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
95441
95520
|
if (!result.ok) {
|
|
95442
95521
|
return [result, { status: "complete", request: req, response }];
|
|
95443
95522
|
}
|
|
@@ -95469,6 +95548,9 @@ var init_transfersCreateCancellation2 = __esm(() => {
|
|
|
95469
95548
|
name: "transfers-create-cancellation",
|
|
95470
95549
|
description: ` Initiate a cancellation for a card, ACH, or queued transfer.
|
|
95471
95550
|
|
|
95551
|
+
In v2026.10 and later, an auth-capture \`card-payment\` transfer can be canceled before any captures exist.
|
|
95552
|
+
For these transfers, a successful cancellation reduces \`capturableAmount\` without changing \`authorizedAmount\`.
|
|
95553
|
+
For these transfers, a partial cancellation leaves the remaining \`capturableAmount\` available for capture.
|
|
95472
95554
|
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
95473
95555
|
to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
95474
95556
|
args: args141,
|
|
@@ -95587,7 +95669,10 @@ var init_transfersCreateReversal2 = __esm(() => {
|
|
|
95587
95669
|
};
|
|
95588
95670
|
tool$transfersCreateReversal = {
|
|
95589
95671
|
name: "transfers-create-reversal",
|
|
95590
|
-
description: `Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
|
95672
|
+
description: `Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
|
95673
|
+
In v2026.10 and later, reversing an auth-capture \`card-payment\` transfer with no captures cancels the entire \`capturableAmount\`.
|
|
95674
|
+
In those API versions, an auth-capture \`card-payment\` transfer with one final capture is canceled or refunded depending on its processing state.
|
|
95675
|
+
Auth-capture \`card-payment\` transfers with a non-final capture or multiple captures are not supported in those API versions.
|
|
95591
95676
|
Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
|
|
95592
95677
|
to learn more.
|
|
95593
95678
|
|
|
@@ -96419,7 +96504,7 @@ async function $do154(client, request, options) {
|
|
|
96419
96504
|
const [result] = await match(json(200, ListCancellationsResponse$inboundSchema, {
|
|
96420
96505
|
hdrs: true,
|
|
96421
96506
|
key: "Result"
|
|
96422
|
-
}), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
96507
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
96423
96508
|
if (!result.ok) {
|
|
96424
96509
|
return [result, { status: "complete", request: req, response }];
|
|
96425
96510
|
}
|
|
@@ -96449,7 +96534,7 @@ var init_transfersListCancellations2 = __esm(() => {
|
|
|
96449
96534
|
tool$transfersListCancellations = {
|
|
96450
96535
|
name: "transfers-list-cancellations",
|
|
96451
96536
|
description: ` Get a list of cancellations for a transfer.
|
|
96452
|
-
|
|
96537
|
+
|
|
96453
96538
|
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
96454
96539
|
to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
96455
96540
|
args: args149,
|
|
@@ -96534,7 +96619,7 @@ async function $do155(client, request, options) {
|
|
|
96534
96619
|
const [result] = await match(json(200, ListRefundsResponse$inboundSchema, {
|
|
96535
96620
|
hdrs: true,
|
|
96536
96621
|
key: "Result"
|
|
96537
|
-
}), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
96622
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
96538
96623
|
if (!result.ok) {
|
|
96539
96624
|
return [result, { status: "complete", request: req, response }];
|
|
96540
96625
|
}
|
|
@@ -98618,7 +98703,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
98618
98703
|
function createMCPServer(deps) {
|
|
98619
98704
|
const server = new McpServer({
|
|
98620
98705
|
name: "Moov",
|
|
98621
|
-
version: "25.9.
|
|
98706
|
+
version: "25.9.7"
|
|
98622
98707
|
});
|
|
98623
98708
|
const client = new MoovCore({
|
|
98624
98709
|
security: deps.security,
|
|
@@ -100188,7 +100273,7 @@ var routes = rn({
|
|
|
100188
100273
|
var app = Ve(routes, {
|
|
100189
100274
|
name: "mcp",
|
|
100190
100275
|
versionInfo: {
|
|
100191
|
-
currentVersion: "25.9.
|
|
100276
|
+
currentVersion: "25.9.7"
|
|
100192
100277
|
}
|
|
100193
100278
|
});
|
|
100194
100279
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -100196,5 +100281,5 @@ export {
|
|
|
100196
100281
|
app
|
|
100197
100282
|
};
|
|
100198
100283
|
|
|
100199
|
-
//# debugId=
|
|
100284
|
+
//# debugId=ADFF115F873AC17864756E2164756E21
|
|
100200
100285
|
//# sourceMappingURL=mcp-server.js.map
|