@moovio/sdk 0.21.16 → 0.22.0
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 +44 -46
- package/bin/mcp-server.js +316 -313
- package/bin/mcp-server.js.map +64 -58
- package/examples/package-lock.json +1 -1
- package/funcs/imagesUpdate.d.ts +1 -2
- package/funcs/imagesUpdate.d.ts.map +1 -1
- package/funcs/imagesUpdate.js +12 -13
- package/funcs/imagesUpdate.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/config.js.map +1 -1
- package/lib/encodings.d.ts +1 -0
- package/lib/encodings.d.ts.map +1 -1
- package/lib/encodings.js +12 -1
- package/lib/encodings.js.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/mcp-server.js.map +1 -1
- package/mcp-server/server.js +1 -1
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/accountsUpdate.js +1 -1
- package/mcp-server/tools/applePayUpdateMerchantDomains.js +3 -3
- package/mcp-server/tools/brandingUpdate.js +1 -1
- package/mcp-server/tools/cardIssuingUpdate.js +1 -1
- package/mcp-server/tools/cardsUpdate.js +6 -6
- package/mcp-server/tools/imagesUpdate.d.ts.map +1 -1
- package/mcp-server/tools/imagesUpdate.js +1 -2
- package/mcp-server/tools/imagesUpdate.js.map +1 -1
- package/mcp-server/tools/paymentLinksUpdate.js +1 -1
- package/mcp-server/tools/representativesUpdate.js +2 -2
- package/mcp-server/tools/supportUpdateTicket.js +1 -1
- package/mcp-server/tools/sweepsUpdateConfig.js +1 -1
- package/mcp-server/tools/transfersUpdate.js +3 -3
- package/mcp-server/tools/walletsUpdate.js +1 -1
- package/models/components/achcreditsamedaypaymentmethod.d.ts +2 -11
- package/models/components/achcreditsamedaypaymentmethod.d.ts.map +1 -1
- package/models/components/achcreditsamedaypaymentmethod.js +3 -11
- package/models/components/achcreditsamedaypaymentmethod.js.map +1 -1
- package/models/components/achcreditstandardpaymentmethod.d.ts +2 -11
- package/models/components/achcreditstandardpaymentmethod.d.ts.map +1 -1
- package/models/components/achcreditstandardpaymentmethod.js +3 -11
- package/models/components/achcreditstandardpaymentmethod.js.map +1 -1
- package/models/components/achdebitcollectpaymentmethod.d.ts +2 -11
- package/models/components/achdebitcollectpaymentmethod.d.ts.map +1 -1
- package/models/components/achdebitcollectpaymentmethod.js +3 -11
- package/models/components/achdebitcollectpaymentmethod.js.map +1 -1
- package/models/components/achdebitfundpaymentmethod.d.ts +2 -11
- package/models/components/achdebitfundpaymentmethod.d.ts.map +1 -1
- package/models/components/achdebitfundpaymentmethod.js +3 -11
- package/models/components/achdebitfundpaymentmethod.js.map +1 -1
- package/models/components/applepaypaymentmethod.d.ts +2 -11
- package/models/components/applepaypaymentmethod.d.ts.map +1 -1
- package/models/components/applepaypaymentmethod.js +3 -10
- package/models/components/applepaypaymentmethod.js.map +1 -1
- package/models/components/cardpaymentpaymentmethod.d.ts +2 -11
- package/models/components/cardpaymentpaymentmethod.d.ts.map +1 -1
- package/models/components/cardpaymentpaymentmethod.js +3 -11
- package/models/components/cardpaymentpaymentmethod.js.map +1 -1
- package/models/components/cardpresentpaymentpaymentmethod.d.ts +2 -11
- package/models/components/cardpresentpaymentpaymentmethod.d.ts.map +1 -1
- package/models/components/cardpresentpaymentpaymentmethod.js +3 -11
- package/models/components/cardpresentpaymentpaymentmethod.js.map +1 -1
- package/models/components/createevidencefilemultipart.d.ts +1 -1
- package/models/components/createinvoice.d.ts +3 -3
- package/models/components/createinvoice.d.ts.map +1 -1
- package/models/components/createinvoice.js +3 -3
- package/models/components/createinvoice.js.map +1 -1
- package/models/components/createinvoicelineitem.d.ts +50 -0
- package/models/components/createinvoicelineitem.d.ts.map +1 -0
- package/models/components/createinvoicelineitem.js +70 -0
- package/models/components/createinvoicelineitem.js.map +1 -0
- package/models/components/createinvoicelineitemoption.d.ts +44 -0
- package/models/components/createinvoicelineitemoption.d.ts.map +1 -0
- package/models/components/createinvoicelineitemoption.js +67 -0
- package/models/components/createinvoicelineitemoption.js.map +1 -0
- package/models/components/createinvoicelineitemoptionvalidationerror.d.ts +24 -0
- package/models/components/createinvoicelineitemoptionvalidationerror.d.ts.map +1 -0
- package/models/components/createinvoicelineitemoptionvalidationerror.js +65 -0
- package/models/components/createinvoicelineitemoptionvalidationerror.js.map +1 -0
- package/models/components/createinvoicelineitems.d.ts +24 -0
- package/models/components/createinvoicelineitems.d.ts.map +1 -0
- package/models/components/{invoicelineitemsupdate.js → createinvoicelineitems.js} +13 -13
- package/models/components/createinvoicelineitems.js.map +1 -0
- package/models/components/createinvoicelineitemsupdate.d.ts +24 -0
- package/models/components/createinvoicelineitemsupdate.d.ts.map +1 -0
- package/models/components/createinvoicelineitemsupdate.js +59 -0
- package/models/components/createinvoicelineitemsupdate.js.map +1 -0
- package/models/components/createinvoicelineitemsvalidationerror.d.ts +22 -0
- package/models/components/createinvoicelineitemsvalidationerror.d.ts.map +1 -0
- package/models/components/createinvoicelineitemsvalidationerror.js +61 -0
- package/models/components/createinvoicelineitemsvalidationerror.js.map +1 -0
- package/models/components/createinvoicelineitemvalidationerror.d.ts +31 -0
- package/models/components/createinvoicelineitemvalidationerror.d.ts.map +1 -0
- package/models/components/createinvoicelineitemvalidationerror.js +70 -0
- package/models/components/createinvoicelineitemvalidationerror.js.map +1 -0
- package/models/components/createpaymentlink.d.ts +0 -2
- package/models/components/createpaymentlink.d.ts.map +1 -1
- package/models/components/createpaymentlink.js.map +1 -1
- package/models/components/fileuploadrequestmultipart.d.ts +1 -4
- package/models/components/fileuploadrequestmultipart.d.ts.map +1 -1
- package/models/components/fileuploadrequestmultipart.js.map +1 -1
- package/models/components/imageuploadrequestmultipart.d.ts +3 -3
- package/models/components/imageuploadrequestmultipart.d.ts.map +1 -1
- package/models/components/index.d.ts +8 -2
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +8 -2
- package/models/components/index.js.map +1 -1
- package/models/components/instantbankcreditpaymentmethod.d.ts +2 -11
- package/models/components/instantbankcreditpaymentmethod.d.ts.map +1 -1
- package/models/components/instantbankcreditpaymentmethod.js +3 -11
- package/models/components/instantbankcreditpaymentmethod.js.map +1 -1
- package/models/components/invoiceexternalpayment.d.ts +2 -11
- package/models/components/invoiceexternalpayment.d.ts.map +1 -1
- package/models/components/invoiceexternalpayment.js +3 -10
- package/models/components/invoiceexternalpayment.js.map +1 -1
- package/models/components/invoicelineitem.d.ts +9 -3
- package/models/components/invoicelineitem.d.ts.map +1 -1
- package/models/components/invoicelineitem.js +5 -2
- package/models/components/invoicelineitem.js.map +1 -1
- package/models/components/invoicelineitemimagemetadata.d.ts +35 -0
- package/models/components/invoicelineitemimagemetadata.d.ts.map +1 -0
- package/models/components/invoicelineitemimagemetadata.js +64 -0
- package/models/components/invoicelineitemimagemetadata.js.map +1 -0
- package/models/components/invoicepayment.d.ts +2 -10
- package/models/components/invoicepayment.d.ts.map +1 -1
- package/models/components/invoicepayment.js +4 -12
- package/models/components/invoicepayment.js.map +1 -1
- package/models/components/invoicetransferpayment.d.ts +2 -11
- package/models/components/invoicetransferpayment.d.ts.map +1 -1
- package/models/components/invoicetransferpayment.js +3 -11
- package/models/components/invoicetransferpayment.js.map +1 -1
- package/models/components/moovwalletpaymentmethod.d.ts +2 -11
- package/models/components/moovwalletpaymentmethod.d.ts.map +1 -1
- package/models/components/moovwalletpaymentmethod.js +3 -11
- package/models/components/moovwalletpaymentmethod.js.map +1 -1
- package/models/components/patchsweepconfig.d.ts +6 -60
- package/models/components/patchsweepconfig.d.ts.map +1 -1
- package/models/components/patchsweepconfig.js +7 -79
- package/models/components/patchsweepconfig.js.map +1 -1
- package/models/components/paymentmethod.d.ts +2 -50
- package/models/components/paymentmethod.d.ts.map +1 -1
- package/models/components/paymentmethod.js +24 -34
- package/models/components/paymentmethod.js.map +1 -1
- package/models/components/pullfromcardpaymentmethod.d.ts +2 -11
- package/models/components/pullfromcardpaymentmethod.d.ts.map +1 -1
- package/models/components/pullfromcardpaymentmethod.js +3 -11
- package/models/components/pullfromcardpaymentmethod.js.map +1 -1
- package/models/components/pushtocardpaymentmethod.d.ts +2 -11
- package/models/components/pushtocardpaymentmethod.d.ts.map +1 -1
- package/models/components/pushtocardpaymentmethod.js +3 -11
- package/models/components/pushtocardpaymentmethod.js.map +1 -1
- package/models/components/rtpcreditpaymentmethod.d.ts +2 -11
- package/models/components/rtpcreditpaymentmethod.d.ts.map +1 -1
- package/models/components/rtpcreditpaymentmethod.js +3 -11
- package/models/components/rtpcreditpaymentmethod.js.map +1 -1
- package/models/components/updateinvoice.d.ts +3 -3
- package/models/components/updateinvoice.d.ts.map +1 -1
- package/models/components/updateinvoice.js +3 -3
- package/models/components/updateinvoice.js.map +1 -1
- package/models/components/updaterepresentative.d.ts +2 -20
- package/models/components/updaterepresentative.d.ts.map +1 -1
- package/models/components/updaterepresentative.js +3 -32
- package/models/components/updaterepresentative.js.map +1 -1
- package/models/errors/createinvoiceerror.d.ts +3 -3
- package/models/errors/createinvoiceerror.d.ts.map +1 -1
- package/models/errors/createinvoiceerror.js +2 -2
- package/models/errors/createinvoiceerror.js.map +1 -1
- package/models/operations/createpaymentlink.d.ts +3 -0
- package/models/operations/createpaymentlink.d.ts.map +1 -1
- package/models/operations/createpaymentlink.js.map +1 -1
- package/models/operations/disablepaymentlink.d.ts +3 -0
- package/models/operations/disablepaymentlink.d.ts.map +1 -1
- package/models/operations/disablepaymentlink.js.map +1 -1
- package/models/operations/getpaymentlink.d.ts +3 -0
- package/models/operations/getpaymentlink.d.ts.map +1 -1
- package/models/operations/getpaymentlink.js.map +1 -1
- package/models/operations/getpaymentlinkqrcode.d.ts +3 -0
- package/models/operations/getpaymentlinkqrcode.d.ts.map +1 -1
- package/models/operations/getpaymentlinkqrcode.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/updateimage.d.ts +2 -2
- package/models/operations/updateimage.js +4 -4
- package/models/operations/updatepaymentlink.d.ts +3 -0
- package/models/operations/updatepaymentlink.d.ts.map +1 -1
- package/models/operations/updatepaymentlink.js.map +1 -1
- package/package.json +1 -1
- package/sdk/images.d.ts +1 -2
- package/sdk/images.d.ts.map +1 -1
- package/sdk/images.js +1 -2
- package/sdk/images.js.map +1 -1
- package/src/funcs/imagesUpdate.ts +12 -13
- package/src/lib/config.ts +3 -3
- package/src/lib/encodings.ts +17 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/accountsUpdate.ts +1 -1
- package/src/mcp-server/tools/applePayUpdateMerchantDomains.ts +3 -3
- package/src/mcp-server/tools/brandingUpdate.ts +1 -1
- package/src/mcp-server/tools/cardIssuingUpdate.ts +1 -1
- package/src/mcp-server/tools/cardsUpdate.ts +6 -6
- package/src/mcp-server/tools/imagesUpdate.ts +1 -2
- package/src/mcp-server/tools/paymentLinksUpdate.ts +1 -1
- package/src/mcp-server/tools/representativesUpdate.ts +2 -2
- package/src/mcp-server/tools/supportUpdateTicket.ts +1 -1
- package/src/mcp-server/tools/sweepsUpdateConfig.ts +1 -1
- package/src/mcp-server/tools/transfersUpdate.ts +3 -3
- package/src/mcp-server/tools/walletsUpdate.ts +1 -1
- package/src/models/components/achcreditsamedaypaymentmethod.ts +4 -23
- package/src/models/components/achcreditstandardpaymentmethod.ts +4 -23
- package/src/models/components/achdebitcollectpaymentmethod.ts +4 -23
- package/src/models/components/achdebitfundpaymentmethod.ts +4 -21
- package/src/models/components/applepaypaymentmethod.ts +4 -22
- package/src/models/components/cardpaymentpaymentmethod.ts +4 -21
- package/src/models/components/cardpresentpaymentpaymentmethod.ts +4 -23
- package/src/models/components/createevidencefilemultipart.ts +1 -1
- package/src/models/components/createinvoice.ts +9 -9
- package/src/models/components/createinvoicelineitem.ts +104 -0
- package/src/models/components/createinvoicelineitemoption.ts +93 -0
- package/src/models/components/createinvoicelineitemoptionvalidationerror.ts +77 -0
- package/src/models/components/createinvoicelineitems.ts +63 -0
- package/src/models/components/createinvoicelineitemsupdate.ts +65 -0
- package/src/models/components/createinvoicelineitemsvalidationerror.ts +64 -0
- package/src/models/components/createinvoicelineitemvalidationerror.ts +88 -0
- package/src/models/components/createpaymentlink.ts +0 -2
- package/src/models/components/fileuploadrequestmultipart.ts +1 -4
- package/src/models/components/imageuploadrequestmultipart.ts +3 -3
- package/src/models/components/index.ts +8 -2
- package/src/models/components/instantbankcreditpaymentmethod.ts +4 -23
- package/src/models/components/invoiceexternalpayment.ts +4 -21
- package/src/models/components/invoicelineitem.ts +18 -5
- package/src/models/components/invoicelineitemimagemetadata.ts +77 -0
- package/src/models/components/invoicepayment.ts +7 -25
- package/src/models/components/invoicetransferpayment.ts +4 -17
- package/src/models/components/moovwalletpaymentmethod.ts +4 -21
- package/src/models/components/patchsweepconfig.ts +12 -252
- package/src/models/components/paymentmethod.ts +48 -164
- package/src/models/components/pullfromcardpaymentmethod.ts +4 -21
- package/src/models/components/pushtocardpaymentmethod.ts +4 -21
- package/src/models/components/rtpcreditpaymentmethod.ts +4 -21
- package/src/models/components/updateinvoice.ts +9 -9
- package/src/models/components/updaterepresentative.ts +4 -59
- package/src/models/errors/createinvoiceerror.ts +7 -5
- package/src/models/operations/createpaymentlink.ts +3 -0
- package/src/models/operations/disablepaymentlink.ts +3 -0
- package/src/models/operations/getpaymentlink.ts +3 -0
- package/src/models/operations/getpaymentlinkqrcode.ts +3 -0
- package/src/models/operations/listpaymentlinks.ts +3 -0
- package/src/models/operations/updateimage.ts +8 -8
- package/src/models/operations/updatepaymentlink.ts +3 -0
- package/src/sdk/images.ts +1 -2
- package/src/types/unrecognized.ts +9 -1
- package/tsconfig.json +1 -2
- package/types/unrecognized.d.ts +7 -1
- package/types/unrecognized.d.ts.map +1 -1
- package/types/unrecognized.js +9 -1
- package/types/unrecognized.js.map +1 -1
- package/models/components/imageupdaterequestmultipart.d.ts +0 -67
- package/models/components/imageupdaterequestmultipart.d.ts.map +0 -1
- package/models/components/imageupdaterequestmultipart.js +0 -105
- package/models/components/imageupdaterequestmultipart.js.map +0 -1
- package/models/components/invoicelineitemsupdate.d.ts +0 -24
- package/models/components/invoicelineitemsupdate.d.ts.map +0 -1
- package/models/components/invoicelineitemsupdate.js.map +0 -1
- package/src/models/components/imageupdaterequestmultipart.ts +0 -178
- package/src/models/components/invoicelineitemsupdate.ts +0 -63
package/README.md
CHANGED
|
@@ -287,7 +287,7 @@ to specify the `/accounts/{accountID}/profile.read` scope.
|
|
|
287
287
|
|
|
288
288
|
If you need to update information in a locked state, please contact Moov support.
|
|
289
289
|
|
|
290
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
290
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
291
291
|
to specify the `/accounts/{accountID}/profile.write` scope.
|
|
292
292
|
* [disconnect](docs/sdks/accounts/README.md#disconnect) - This will sever the connection between you and the account specified and it will no longer be listed as
|
|
293
293
|
active in the list of accounts. This also means you'll only have read-only access to the account going
|
|
@@ -354,12 +354,12 @@ with Apple.
|
|
|
354
354
|
|
|
355
355
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
356
356
|
you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope.
|
|
357
|
-
* [updateMerchantDomains](docs/sdks/applepay/README.md#updatemerchantdomains) - Add or remove domains to be registered with Apple Pay.
|
|
357
|
+
* [updateMerchantDomains](docs/sdks/applepay/README.md#updatemerchantdomains) - Add or remove domains to be registered with Apple Pay.
|
|
358
358
|
|
|
359
|
-
Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
|
|
359
|
+
Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
|
|
360
360
|
with Apple.
|
|
361
361
|
|
|
362
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
362
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
363
363
|
you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope.
|
|
364
364
|
* [getMerchantDomains](docs/sdks/applepay/README.md#getmerchantdomains) - Get domains registered with Apple Pay.
|
|
365
365
|
|
|
@@ -502,7 +502,7 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
|
|
|
502
502
|
you'll need to specify the `/accounts/{accountID}/branding.read` scope.
|
|
503
503
|
* [update](docs/sdks/branding/README.md#update) - Updates the brand properties for the specified account.
|
|
504
504
|
|
|
505
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
505
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
506
506
|
you'll need to specify the `/accounts/{accountID}/branding.write` scope.
|
|
507
507
|
|
|
508
508
|
### [capabilities](docs/sdks/capabilities/README.md)
|
|
@@ -542,7 +542,7 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
|
|
|
542
542
|
you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
|
|
543
543
|
* [update](docs/sdks/cardissuing/README.md#update) - Update a Moov issued card.
|
|
544
544
|
|
|
545
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
545
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
546
546
|
you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope.
|
|
547
547
|
* [getFull](docs/sdks/cardissuing/README.md#getfull) - Get issued card with PAN, CVV, and expiration.
|
|
548
548
|
|
|
@@ -583,18 +583,18 @@ Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/
|
|
|
583
583
|
|
|
584
584
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
585
585
|
you'll need to specify the `/accounts/{accountID}/cards.read` scope.
|
|
586
|
-
* [update](docs/sdks/cards/README.md#update) - Update a linked card and/or resubmit it for verification.
|
|
586
|
+
* [update](docs/sdks/cards/README.md#update) - Update a linked card and/or resubmit it for verification.
|
|
587
587
|
|
|
588
|
-
If a value is provided for CVV, a new verification ($0 authorization) will be submitted for the card. Updating the expiration
|
|
589
|
-
date or
|
|
588
|
+
If a value is provided for CVV, a new verification ($0 authorization) will be submitted for the card. Updating the expiration
|
|
589
|
+
date or
|
|
590
590
|
address will update the information stored on file for the card but will not be verified.
|
|
591
591
|
|
|
592
|
-
Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/#reverify-a-card) to learn
|
|
592
|
+
Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/#reverify-a-card) to learn
|
|
593
593
|
more.
|
|
594
594
|
|
|
595
|
-
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
|
595
|
+
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
|
596
596
|
|
|
597
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
597
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
598
598
|
you'll need to specify the `/accounts/{accountID}/cards.write` scope.
|
|
599
599
|
* [disable](docs/sdks/cards/README.md#disable) - Disables a card associated with a Moov account.
|
|
600
600
|
|
|
@@ -770,8 +770,7 @@ you'll need to specify the `/accounts/{accountID}/files.read` scope.
|
|
|
770
770
|
* [update](docs/sdks/images/README.md#update) - Replace an existing image and, optionally, its metadata.
|
|
771
771
|
|
|
772
772
|
This endpoint replaces the existing image with the new PNG, JPEG, or WebP. Omit
|
|
773
|
-
the metadata form section to keep existing metadata,
|
|
774
|
-
Duplicate images, and requests larger than 16MB will be rejected.
|
|
773
|
+
the metadata form section to keep existing metadata. Duplicate images, and requests larger than 16MB will be rejected.
|
|
775
774
|
* [delete](docs/sdks/images/README.md#delete) - Permanently delete an image by its ID.
|
|
776
775
|
* [updateMetadata](docs/sdks/images/README.md#updatemetadata) - Replace the metadata for an existing image.
|
|
777
776
|
* [getPublic](docs/sdks/images/README.md#getpublic) - Get an image by its public ID.
|
|
@@ -880,7 +879,7 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
|
|
|
880
879
|
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
881
880
|
* [update](docs/sdks/paymentlinks/README.md#update) - Update a payment link.
|
|
882
881
|
|
|
883
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
882
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
884
883
|
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
885
884
|
* [disable](docs/sdks/paymentlinks/README.md#disable) - Disable a payment link.
|
|
886
885
|
|
|
@@ -956,7 +955,7 @@ you'll need to specify the `/accounts/{accountID}/representatives.write` scope.
|
|
|
956
955
|
|
|
957
956
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
958
957
|
you'll need to specify the `/accounts/{accountID}/representatives.read` scope.
|
|
959
|
-
* [update](docs/sdks/representatives/README.md#update) - If a representative's information has changed you can patch the information associated with a specific representative ID.
|
|
958
|
+
* [update](docs/sdks/representatives/README.md#update) - If a representative's information has changed you can patch the information associated with a specific representative ID.
|
|
960
959
|
Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
|
961
960
|
|
|
962
961
|
When **can** profile data be updated:
|
|
@@ -971,7 +970,7 @@ When **can't** profile data be updated:
|
|
|
971
970
|
|
|
972
971
|
If you need to update information in a locked state, please contact Moov support.
|
|
973
972
|
|
|
974
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
973
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
975
974
|
you'll need to specify the `/accounts/{accountID}/representatives.write` scope.
|
|
976
975
|
|
|
977
976
|
### [scheduling](docs/sdks/scheduling/README.md)
|
|
@@ -1039,7 +1038,7 @@ If you're retrieving another account's ticket, then you'll need to
|
|
|
1039
1038
|
specify the `/accounts/{partnerAccountID}/tickets.read` and `/accounts/{accountID}/profile.read` scopes.
|
|
1040
1039
|
* [updateTicket](docs/sdks/support/README.md#updateticket) - Updates a support ticket.
|
|
1041
1040
|
|
|
1042
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1041
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1043
1042
|
you'll need to specify the `/accounts/{accountID}/tickets.write` scope.
|
|
1044
1043
|
|
|
1045
1044
|
If you're updating the ticket on behalf of another account, then you'll need to
|
|
@@ -1068,7 +1067,7 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
|
|
|
1068
1067
|
you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
1069
1068
|
* [updateConfig](docs/sdks/sweeps/README.md#updateconfig) - Update settings on a sweep config.
|
|
1070
1069
|
|
|
1071
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1070
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1072
1071
|
you'll need to specify the `/accounts/{accountID}/wallets.write` scope.
|
|
1073
1072
|
* [list](docs/sdks/sweeps/README.md#list) - List sweeps associated with a wallet.
|
|
1074
1073
|
|
|
@@ -1137,11 +1136,11 @@ to learn more.
|
|
|
1137
1136
|
|
|
1138
1137
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1139
1138
|
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
1140
|
-
* [update](docs/sdks/transfers/README.md#update) - Update the metadata contained on a transfer.
|
|
1139
|
+
* [update](docs/sdks/transfers/README.md#update) - Update the metadata contained on a transfer.
|
|
1141
1140
|
|
|
1142
|
-
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|
|
1141
|
+
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|
|
1143
1142
|
|
|
1144
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1143
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1145
1144
|
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1146
1145
|
* [createCancellation](docs/sdks/transfers/README.md#createcancellation) - Initiate a cancellation for a card, ACH, or queued transfer.
|
|
1147
1146
|
|
|
@@ -1218,7 +1217,7 @@ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
|
1218
1217
|
|
|
1219
1218
|
Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to learn more.
|
|
1220
1219
|
|
|
1221
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1220
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1222
1221
|
you'll need to specify the `/accounts/{accountID}/wallets.write` scope.
|
|
1223
1222
|
|
|
1224
1223
|
### [walletTransactions](docs/sdks/wallettransactions/README.md)
|
|
@@ -1316,7 +1315,7 @@ to specify the `/accounts.read` scope.
|
|
|
1316
1315
|
|
|
1317
1316
|
If you need to update information in a locked state, please contact Moov support.
|
|
1318
1317
|
|
|
1319
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
1318
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
1320
1319
|
to specify the `/accounts/{accountID}/profile.write` scope.
|
|
1321
1320
|
- [`accountTerminalApplicationsGet`](docs/sdks/accountterminalapplications/README.md#get) - Verifies if a specific Terminal Application is linked to an Account. This endpoint acts as a validation check for the link's existence.
|
|
1322
1321
|
|
|
@@ -1369,12 +1368,12 @@ with Apple.
|
|
|
1369
1368
|
|
|
1370
1369
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1371
1370
|
you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope.
|
|
1372
|
-
- [`applePayUpdateMerchantDomains`](docs/sdks/applepay/README.md#updatemerchantdomains) - Add or remove domains to be registered with Apple Pay.
|
|
1371
|
+
- [`applePayUpdateMerchantDomains`](docs/sdks/applepay/README.md#updatemerchantdomains) - Add or remove domains to be registered with Apple Pay.
|
|
1373
1372
|
|
|
1374
|
-
Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
|
|
1373
|
+
Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
|
|
1375
1374
|
with Apple.
|
|
1376
1375
|
|
|
1377
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1376
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1378
1377
|
you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope.
|
|
1379
1378
|
- [`authenticationCreateAccessToken`](docs/sdks/authentication/README.md#createaccesstoken) - Create or refresh an access token.
|
|
1380
1379
|
- [`authenticationRevokeAccessToken`](docs/sdks/authentication/README.md#revokeaccesstoken) - Revoke an auth token.
|
|
@@ -1481,7 +1480,7 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
|
|
|
1481
1480
|
you'll need to specify the `/accounts/{accountID}/branding.read` scope.
|
|
1482
1481
|
- [`brandingUpdate`](docs/sdks/branding/README.md#update) - Updates the brand properties for the specified account.
|
|
1483
1482
|
|
|
1484
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1483
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1485
1484
|
you'll need to specify the `/accounts/{accountID}/branding.write` scope.
|
|
1486
1485
|
- [`brandingUpsert`](docs/sdks/branding/README.md#upsert) - Create or replace brand properties for the specified account.
|
|
1487
1486
|
|
|
@@ -1525,7 +1524,7 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
|
|
|
1525
1524
|
you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope.
|
|
1526
1525
|
- [`cardIssuingUpdate`](docs/sdks/cardissuing/README.md#update) - Update a Moov issued card.
|
|
1527
1526
|
|
|
1528
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1527
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1529
1528
|
you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope.
|
|
1530
1529
|
- [`cardsDisable`](docs/sdks/cards/README.md#disable) - Disables a card associated with a Moov account.
|
|
1531
1530
|
|
|
@@ -1561,18 +1560,18 @@ Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/
|
|
|
1561
1560
|
|
|
1562
1561
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1563
1562
|
you'll need to specify the `/accounts/{accountID}/cards.read` scope.
|
|
1564
|
-
- [`cardsUpdate`](docs/sdks/cards/README.md#update) - Update a linked card and/or resubmit it for verification.
|
|
1563
|
+
- [`cardsUpdate`](docs/sdks/cards/README.md#update) - Update a linked card and/or resubmit it for verification.
|
|
1565
1564
|
|
|
1566
|
-
If a value is provided for CVV, a new verification ($0 authorization) will be submitted for the card. Updating the expiration
|
|
1567
|
-
date or
|
|
1565
|
+
If a value is provided for CVV, a new verification ($0 authorization) will be submitted for the card. Updating the expiration
|
|
1566
|
+
date or
|
|
1568
1567
|
address will update the information stored on file for the card but will not be verified.
|
|
1569
1568
|
|
|
1570
|
-
Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/#reverify-a-card) to learn
|
|
1569
|
+
Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/#reverify-a-card) to learn
|
|
1571
1570
|
more.
|
|
1572
1571
|
|
|
1573
|
-
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
|
1572
|
+
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
|
1574
1573
|
|
|
1575
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1574
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1576
1575
|
you'll need to specify the `/accounts/{accountID}/cards.write` scope.
|
|
1577
1576
|
- [`disputesAccept`](docs/sdks/disputes/README.md#accept) - Accepts liability for a dispute.
|
|
1578
1577
|
|
|
@@ -1723,8 +1722,7 @@ you'll need to specify the `/accounts/{accountID}/files.write` scope.
|
|
|
1723
1722
|
- [`imagesUpdate`](docs/sdks/images/README.md#update) - Replace an existing image and, optionally, its metadata.
|
|
1724
1723
|
|
|
1725
1724
|
This endpoint replaces the existing image with the new PNG, JPEG, or WebP. Omit
|
|
1726
|
-
the metadata form section to keep existing metadata,
|
|
1727
|
-
Duplicate images, and requests larger than 16MB will be rejected.
|
|
1725
|
+
the metadata form section to keep existing metadata. Duplicate images, and requests larger than 16MB will be rejected.
|
|
1728
1726
|
- [`imagesUpdateMetadata`](docs/sdks/images/README.md#updatemetadata) - Replace the metadata for an existing image.
|
|
1729
1727
|
- [`imagesUpload`](docs/sdks/images/README.md#upload) - Upload a new PNG, JPEG, or WebP image with optional metadata.
|
|
1730
1728
|
Duplicate images, and requests larger than 16MB will be rejected.
|
|
@@ -1825,7 +1823,7 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
|
|
|
1825
1823
|
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
1826
1824
|
- [`paymentLinksUpdate`](docs/sdks/paymentlinks/README.md#update) - Update a payment link.
|
|
1827
1825
|
|
|
1828
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1826
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1829
1827
|
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1830
1828
|
- [`paymentMethodsGet`](docs/sdks/paymentmethods/README.md#get) - Get the specified payment method associated with a Moov account. Read our [payment methods guide](https://docs.moov.io/guides/money-movement/payment-methods/) to learn more.
|
|
1831
1829
|
|
|
@@ -1876,7 +1874,7 @@ Read our [business representatives guide](https://docs.moov.io/guides/accounts/r
|
|
|
1876
1874
|
|
|
1877
1875
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1878
1876
|
you'll need to specify the `/accounts/{accountID}/representatives.read` scope.
|
|
1879
|
-
- [`representativesUpdate`](docs/sdks/representatives/README.md#update) - If a representative's information has changed you can patch the information associated with a specific representative ID.
|
|
1877
|
+
- [`representativesUpdate`](docs/sdks/representatives/README.md#update) - If a representative's information has changed you can patch the information associated with a specific representative ID.
|
|
1880
1878
|
Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
|
1881
1879
|
|
|
1882
1880
|
When **can** profile data be updated:
|
|
@@ -1891,7 +1889,7 @@ When **can't** profile data be updated:
|
|
|
1891
1889
|
|
|
1892
1890
|
If you need to update information in a locked state, please contact Moov support.
|
|
1893
1891
|
|
|
1894
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1892
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1895
1893
|
you'll need to specify the `/accounts/{accountID}/representatives.write` scope.
|
|
1896
1894
|
- [`schedulingCancel`](docs/sdks/scheduling/README.md#cancel) - Describes the schedule to cancel.
|
|
1897
1895
|
|
|
@@ -1957,7 +1955,7 @@ If you're listing another account's tickets, then you'll need to
|
|
|
1957
1955
|
specify the `/accounts/{partnerAccountID}/tickets.read` and `/accounts/{accountID}/profile.read` scopes.
|
|
1958
1956
|
- [`supportUpdateTicket`](docs/sdks/support/README.md#updateticket) - Updates a support ticket.
|
|
1959
1957
|
|
|
1960
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1958
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1961
1959
|
you'll need to specify the `/accounts/{accountID}/tickets.write` scope.
|
|
1962
1960
|
|
|
1963
1961
|
If you're updating the ticket on behalf of another account, then you'll need to
|
|
@@ -1984,7 +1982,7 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
|
|
|
1984
1982
|
you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
1985
1983
|
- [`sweepsUpdateConfig`](docs/sdks/sweeps/README.md#updateconfig) - Update settings on a sweep config.
|
|
1986
1984
|
|
|
1987
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1985
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1988
1986
|
you'll need to specify the `/accounts/{accountID}/wallets.write` scope.
|
|
1989
1987
|
- [`terminalApplicationsCreate`](docs/sdks/terminalapplications/README.md#create) - Create a new terminal application.
|
|
1990
1988
|
|
|
@@ -2068,11 +2066,11 @@ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
|
2068
2066
|
|
|
2069
2067
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
2070
2068
|
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
2071
|
-
- [`transfersUpdate`](docs/sdks/transfers/README.md#update) - Update the metadata contained on a transfer.
|
|
2069
|
+
- [`transfersUpdate`](docs/sdks/transfers/README.md#update) - Update the metadata contained on a transfer.
|
|
2072
2070
|
|
|
2073
|
-
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|
|
2071
|
+
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|
|
2074
2072
|
|
|
2075
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
2073
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
2076
2074
|
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
2077
2075
|
- [`underwritingGet`](docs/sdks/underwriting/README.md#get) - Retrieve underwriting associated with a given Moov account.
|
|
2078
2076
|
|
|
@@ -2114,7 +2112,7 @@ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
|
2114
2112
|
|
|
2115
2113
|
Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to learn more.
|
|
2116
2114
|
|
|
2117
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
2115
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
2118
2116
|
you'll need to specify the `/accounts/{accountID}/wallets.write` scope.
|
|
2119
2117
|
- [`walletTransactionsGet`](docs/sdks/wallettransactions/README.md#get) - Get details on a specific wallet transaction.
|
|
2120
2118
|
|