You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2025. It is now read-only.
metadata, termsOfService, foreignID, customerSupport, settings should be optional
mode : production | sandox is missing should be added as a required parameters as it's required in the API documentation.
in profile > IndividualProfile: Phone, Address, birthDateProvided, governmentIDProvided should be optional (with default values for the booleans)
3 API documentation
The api documentation (transfers/create section) is not matching the TransferCreate object. The transferID should be removed from the documentation as it's misleading or maybe we can create a transfer using another transfer but in that case I am not sure I understand.
1 TransferCreate type:
facilitatorFee,description,metadatashould be optional.sourceanddestinationobject: onlypaymentMethodIDshould be required.So it match the example here
moov-node/lib/transfers.js
Lines 259 to 280 in 5cb81da
as well as the API documentation
2 AccountCreate type:
metadata,termsOfService,foreignID,customerSupport,settingsshould be optionalmode:production | sandoxis missing should be added as a required parameters as it's required in the API documentation.profile > IndividualProfile:Phone,Address,birthDateProvided,governmentIDProvidedshould be optional (with default values for the booleans)3 API documentation
The api documentation (

transfers/createsection) is not matching the TransferCreate object. The transferID should be removed from the documentation as it's misleading or maybe we can create a transfer using another transfer but in that case I am not sure I understand.Thanks ! 🙏